@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bahiana&family=Lexend+Peta:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
@keyframes slidein {
  0% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(50px);
  }
}
/* ---------------------------------------------------------page--------------------------------------------------------- */
main#container {
  width: 100%;
  padding: 74px 0 120px 0;
  margin: 0px auto;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
main#container #visual {
  width: 100%;
  min-width: 1280px;
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: all 1s ease-in 0s;
}
main#container #visual.on {
  opacity: 1;
}
main#container #visual:not(:last-child) {
  margin-bottom: 110px;
}
main#container #visual::before {
  width: 626px;
  height: 244px;
  background-image: url(../images/deco_visual1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: -60px;
  left: calc(50% - 626px + 120px);
  display: block;
  z-index: 1;
}
main#container #visual h2 {
  width: 1372px;
  position: absolute;
  left: calc(50% - 686px);
  z-index: 1;
}
main#container #visual h2.fun2 span {
  background-image: url(../work/images/title.svg);
}
main#container #visual h2.fun3 span {
  background-image: url(../system/images/title.svg);
}
main#container #visual h2 span {
  width: 100%;
  height: 254px;
  background-image: url(../business/images/title.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
main#container #visual .inner {
  width: 100%;
  padding: 95px 0 0 0;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
main#container #visual .inner .tt {
  width: 40%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  left: calc(50% - 520px);
  z-index: 2;
}
main#container #visual .inner .tt h3 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 16px;
}
main#container #visual .inner .tt h3::before {
  content: "";
  width: 1px;
  background-color: #000;
  margin-left: 16px;
  display: block;
  order: 2;
}
main#container #visual .inner .tt h3 span:nth-child(1) {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  order: 1;
}
main#container #visual .inner .tt h3 span:nth-child(2) {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-left: 16px;
  order: 3;
}
main#container #visual .inner .tt h4 {
  text-align: left;
  background-color: #FFF;
  padding: 4px 4px 4px 0;
  margin-bottom: 24px;
}
main#container #visual .inner .tt h4 span {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
main#container #visual .inner .tt h4 span:not(:last-child) {
  margin-bottom: 16px;
}
main#container #visual .inner .tt p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
  text-align: left;
  width: 55%;
}
main#container #visual .inner .photo {
  width: 60%;
  height: auto;
  border-radius: 12px 0 0 12px;
  overflow: hidden;
  max-width: 980px;
}
main#container .section {
  width: 1040px;
  margin: 0 auto;
  transition: all 0.5s ease-in 0s;
  opacity: 0;
}
main#container .section:not(:last-child) {
  margin-bottom: 80px;
}
main#container .section.on {
  opacity: 1;
}
main#container .section .deco {
  position: relative;
  opacity: 0;
  transition: all 0.5s ease-in 0.1s;
}
main#container .section .deco.on {
  opacity: 1;
}
main#container .section .deco:not(:last-child) {
  margin-bottom: 72px;
}
main#container .section .deco.d1 {
  width: 1506px;
  left: calc(50% - 753px);
}
main#container .section .deco.d2 {
  width: 1390px;
  left: calc(50% - 695px);
}
main#container .section .line {
  text-align: left;
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease-in 0.1s;
}
main#container .section .line.on {
  opacity: 1;
}
main#container .section .line:not(:last-child) {
  margin-bottom: 120px;
}
main#container .section .line img {
  width: 100%;
  height: auto;
}
main#container .section .line h4 {
  width: 100vw;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  background-color: #384691;
  padding: 16px 0 16px 24px;
  border-radius: 12px 0 0 12px;
  position: relative;
  box-sizing: border-box;
}
main#container .section .line h4:not(:last-child) {
  margin-bottom: 40px;
}
main#container .section .line h4 + .graph {
  width: 100%;
}
main#container .section .line h4 + .graph:not(:last-child) {
  margin-bottom: 56px;
}
main#container .section .line h4 + .graph img.sp {
  display: none;
}
main#container .section .line h4 span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
main#container .section .line .inline {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main#container .section .line .inline:not(:last-child) {
  margin-bottom: 60px;
}
main#container .section .line .inline.column {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main#container .section .line .inline.column .text {
  width: 100%;
  margin-bottom: 104px;
}
main#container .section .line .inline h6 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
main#container .section .line .inline h6:not(:last-child) {
  margin-bottom: 24px;
}
main#container .section .line .inline .twrap {
  width: 100%;
  position: relative;
}
main#container .section .line .inline .twrap .mention {
  display: none;
}
main#container .section .line .inline .twrap > table {
  width: 100%;
  box-sizing: border-box;
}
main#container .section .line .inline .twrap > table tr:not(:last-child) th, main#container .section .line .inline .twrap > table tr:not(:last-child) td {
  border-bottom: solid 1px #FFF;
}
main#container .section .line .inline .twrap > table tr:nth-child(odd) td {
  background-color: #CCCCCC;
}
main#container .section .line .inline .twrap > table tr th {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
  vertical-align: middle;
  background-color: #384691;
  padding: 16px;
  border-right: solid 1px #FFF;
}
main#container .section .line .inline .twrap > table tr th.green {
  background-color: #39b54a;
}
main#container .section .line .inline .twrap > table tr td {
  color: #384691;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: center;
  vertical-align: middle;
  background-color: #e6e6e6;
  padding: 16px;
  border-right: solid 1px #FFF;
  width: 13.3333333333%;
}
main#container .section .line .inline .twrap > table tr td:nth-child(1) {
  width: 20%;
}
main#container .section .line .inline .twrap > table tr td span {
  font-size: 1.4rem;
}
main#container .section .line .inline .twrap > table tr td:first-child {
  color: #000;
}
main#container .section .line .inline .twrap > table tr td.green {
  color: #39b54a;
}
main#container .section .line .inline .text {
  width: 100%;
}
main#container .section .line .inline .text:not(:last-child) {
  margin-bottom: 40px;
}
main#container .section .line .inline .text p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
}
main#container .section .line .inline .text p:not(:last-child) {
  margin-bottom: 24px;
}
main#container .section .line .inline .photo {
  width: 506px;
}
main#container .section .line .inline .photos {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  border-radius: 12px;
  overflow: hidden;
}
main#container .section .line .inline .photos > div {
  width: calc((100% - 16px) / 3);
}
main#container .section .line .inline .decophoto {
  width: 100%;
  position: relative;
}
main#container .section .line .inline .decophoto > div {
  width: 1506px;
  position: relative;
  left: calc(50% - 753px);
}
main#container .section .line .inline .graph {
  width: 100%;
}
main#container .section .line .inline .graph:not(:last-child) {
  margin-bottom: 56px;
}
main#container .section .line .inline .graph img.sp {
  display: none;
}
main#container .section .line .inline .combo {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main#container .section .line .inline .combo.full {
  display: block;
}
main#container .section .line .inline .combo.full .text {
  width: 100%;
}
main#container .section .line .inline .combo .text {
  width: calc(100% - 520px - 40px);
}
main#container .section .line .inline .combo .text.job1 h5::before {
  background-color: #0073a9;
}
main#container .section .line .inline .combo .text.job1 h5 > div {
  background-color: #0073a9;
}
main#container .section .line .inline .combo .text.job1 h5 > div::before {
  background-color: #0073a9;
}
main#container .section .line .inline .combo .text.job2 h5::before {
  background-color: #008877;
}
main#container .section .line .inline .combo .text.job3 h5::before {
  background-color: #389dbf;
}
main#container .section .line .inline .combo .text.job3 h5 > div {
  background-color: #389dbf;
}
main#container .section .line .inline .combo .text.job3 h5 > div::before {
  background-color: #389dbf;
}
main#container .section .line .inline .combo .text h5 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
main#container .section .line .inline .combo .text h5:not(:last-child) {
  margin-bottom: 16px;
}
main#container .section .line .inline .combo .text h5::before {
  content: "";
  width: 4px;
  height: 48px;
  display: block;
}
main#container .section .line .inline .combo .text h5 span {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0em;
  margin-left: 16px;
}
main#container .section .line .inline .combo .text h5 > div {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  width: 120px;
  height: 48px;
  margin-left: 24px;
  border-radius: 8px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
}
main#container .section .line .inline .combo .text h5 > div::before {
  content: "";
  width: 16px;
  height: 12px;
  position: absolute;
  top: calc(50% - 6px);
  left: -12px;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  display: block;
}
main#container .section .line .inline .combo .photo {
  width: 520px;
}
main#container .section .line .inline .combo .photo a {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main#container .section .line .inline .combo .photo a:hover > div img {
  transform: scale(1.05);
}
main#container .section .line .inline .combo .photo a:hover dl dt {
  color: #00a99d;
}
main#container .section .line .inline .combo .photo a:hover dl dd:nth-child(2) span:nth-child(1), main#container .section .line .inline .combo .photo a:hover dl dd:nth-child(2) span:nth-child(2) {
  color: #00a99d;
}
main#container .section .line .inline .combo .photo a:hover dl dd:nth-child(3) {
  background-color: #00a99d;
}
main#container .section .line .inline .combo .photo a > div {
  width: 100%;
  overflow: hidden;
}
main#container .section .line .inline .combo .photo a > div:not(:last-child) {
  margin-bottom: 16px;
}
main#container .section .line .inline .combo .photo a > div img {
  transition: all 0.5s ease-in 0s;
}
main#container .section .line .inline .combo .photo a dl {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
main#container .section .line .inline .combo .photo a dl dt {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
main#container .section .line .inline .combo .photo a dl dd {
  transition: all 0.25s ease-in 0s;
}
main#container .section .line .inline .combo .photo a dl dd:nth-child(2) {
  padding: 0 0 0 8px;
  margin: 0 0 0 8px;
  border-left: solid 1px #000;
}
main#container .section .line .inline .combo .photo a dl dd:nth-child(2) span {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  transition: all 0.25s ease-in 0s;
}
main#container .section .line .inline .combo .photo a dl dd:nth-child(2) span:nth-child(1) {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
}
main#container .section .line .inline .combo .photo a dl dd:nth-child(2) span:nth-child(2) {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
}
main#container .section .line .inline .combo .photo a dl dd:nth-child(3) {
  width: 160px;
  height: 32px;
  margin-left: auto;
  background-color: #384691;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main#container .section .line .inline .combo .photo a dl dd:nth-child(3) span {
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
main#container .section .line .inline .sdata {
  width: 100%;
}
main#container .section .line .inline .sdata:not(:last-child) {
  margin-bottom: 40px;
}
main#container .section .line .inline .sdata > table {
  width: 100%;
  border-top: solid 1px #384691;
  border-left: solid 1px #384691;
  box-sizing: border-box;
}
main#container .section .line .inline .sdata > table tr th {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: left;
  vertical-align: middle;
  width: 25%;
  background-color: #384691;
  padding: 16px;
  border-right: solid 1px #FFF;
  border-bottom: solid 1px #FFF;
}
main#container .section .line .inline .sdata > table tr td {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: left;
  vertical-align: middle;
  border-right: solid 1px #384691;
  border-bottom: solid 1px #384691;
  padding: 16px;
}
main#container .section .line .inline .photobox {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main#container .section .line .inline .photobox dl {
  width: 370px;
}
main#container .section .line .inline .photobox dl dt {
  width: 100%;
  margin-bottom: 16px;
}
main#container .section .line .inline .photobox dl dd:nth-child(2) {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
}
main#container .section .line .inline .photobox dl dd:nth-child(3) {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
}
main#container .section .line .inline .photobox .set {
  width: calc(100% - 370px - 40px);
}
main#container .section .line .inline .photobox .set > dl {
  width: 100%;
}
main#container .section .line .inline .photobox .set > dl dt {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
main#container .section .line .inline .photobox .set > dl dt > div {
  width: calc(50% - 4px);
}
main#container .section .line .inline2 {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main#container .section .line .inline2:not(:last-child) {
  margin-bottom: 64px;
}
main#container .section .line .inline2 .text {
  width: calc(100% - 664px - 80px);
}
main#container .section .line .inline2 .text p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
}
main#container .section .line .inline2 .text p:not(:last-child) {
  margin-bottom: 24px;
}
main#container .section .line .inline2 .photo {
  width: 664px;
}
main#container .section .line .inline2 .photo img {
  border-radius: 12px;
}
main#container .section .line .points {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main#container .section .line .points:not(:last-child) {
  margin-bottom: 80px;
}
main#container .section .line .points.best3 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main#container .section .line .points.best3 h5 {
  width: 446px;
  height: 59px;
  background-image: url(../system/images/body_best3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin-bottom: 48px;
}
main#container .section .line .points.best3 > div {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main#container .section .line .points.best3 > div dl:nth-child(1) dt {
  background-image: url(../system/images/img_best1.png);
}
main#container .section .line .points.best3 > div dl:nth-child(2) dt {
  background-image: url(../system/images/img_best2.png);
}
main#container .section .line .points.best3 > div dl:nth-child(3) dt {
  background-image: url(../system/images/img_best3.png);
}
main#container .section .line .points.best3 > div dl dt {
  width: 100%;
  height: 309.3333333333px;
}
main#container .section .line .points.best3 > div dl dd:nth-child(2) {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
  text-align: left;
}
main#container .section .line .points.best3 > div dl dd:nth-child(2) sub {
  font-size: 1.2rem;
}
main#container .section .line .points dl {
  width: calc((100% - 112px) / 3);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main#container .section .line .points dl:nth-child(1) dt {
  background-image: url(../images/point1.svg);
}
main#container .section .line .points dl:nth-child(2) dt {
  background-image: url(../images/point2.svg);
}
main#container .section .line .points dl:nth-child(3) dt {
  background-image: url(../images/point3.svg);
}
main#container .section .line .points dl dt {
  width: 174px;
  height: 174px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin-bottom: 24px;
}
main#container .section .line .points dl dd:nth-child(2) {
  color: #384691;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
  text-align: center;
  font-feature-settings: "palt";
  margin-bottom: 32px;
}
main#container .section .line .points dl dd:nth-child(3) {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
  text-align: left;
}
main#container .section .line .points dl dd:nth-child(3) sub {
  font-size: 1.2rem;
}
main#container .section .line .topics {
  width: 100%;
  background-color: #384691;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
main#container .section .line .topics.mp {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
main#container .section .line .topics.mp .text {
  width: 66.6666666667%;
}
main#container .section .line .topics.mp .photo {
  width: 33.3333333333%;
}
main#container .section .line .topics.mp .photos {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
main#container .section .line .topics.mp .photos > div {
  width: 33.3333333333%;
}
main#container .section .line .topics .text {
  width: calc(100% - 468px);
  padding: 32px;
}
main#container .section .line .topics .text dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main#container .section .line .topics .text dl dt {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
  margin-bottom: 24px;
}
main#container .section .line .topics .text dl dd {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
}
main#container .section .line .topics .photo {
  width: 468px;
}
main#container .section#link {
  width: 1040px;
}
main#container .section#link > div {
  width: 100%;
}
main#container .section#link > div a {
  width: 100%;
  background-color: #384691;
  padding: 12px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
main#container .section#link > div a:hover {
  background-color: #00a99d;
}
main#container .section#link > div a:hover p {
  color: #00a99d;
}
main#container .section#link > div a::after {
  content: "";
  width: 26px;
  height: 26px;
  background-image: url(../../common/images/icon_blank.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin-left: 10px;
}
main#container .section#link > div a p {
  color: #384691;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  background-color: #FFF;
  width: calc(100% - 26px - 10px);
  padding: 16px;
  border-radius: 10px;
  transition: all 0.25s ease-in 0s;
}
main#container .section#afterword {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
main#container .section#afterword:not(:last-child) {
  margin-bottom: 224px;
}
main#container .section#afterword::before {
  content: "";
  width: 1px;
  height: 96px;
  background-color: #000;
  margin-bottom: 88px;
  display: block;
}
main#container .section#afterword::after {
  content: "";
  width: 1288px;
  height: 428px;
  background-image: url(../images/catch_aw.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 104px;
  left: calc(50% - 644px);
}
main#container .section#afterword h4 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 1;
}
main#container .section#afterword h4 span {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  white-space: nowrap;
}
main#container .section#afterword h4 span:not(:last-child) {
  margin-bottom: 32px;
}
main#container .section#index {
  width: 100%;
}
main#container .section#index .line h4 {
  width: 1040px;
  padding: 0px;
  margin: 0 auto;
  background-color: transparent;
}
main#container .section#index .line h4:not(:last-child) {
  margin-bottom: 160px;
}
main#container .section#index .line h4::before {
  content: "";
  width: calc((100vw - 1040px) / 2);
  height: 1px;
  background-color: #000;
  position: relative;
  margin-left: calc((100vw - 1040px) / -2);
  transform: translateX(-32px);
}
main#container .section#index .line h4::after {
  content: "";
  width: 796px;
  height: 238px;
  background-image: url(../images/deco_index.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  top: -80px;
  left: calc(50% - 110px);
}
main#container .section#index .line h4 span {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
main#container .section#index .line .links {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main#container .section#index .line .links > div {
  width: calc((100% - 12px) / 3);
}
main#container .section#index .line .links > div:nth-child(1) a dl dt {
  background-image: url(../../home/images/title_fun1.png);
}
main#container .section#index .line .links > div:nth-child(2) a dl dt {
  background-image: url(../../home/images/title_fun2.png);
}
main#container .section#index .line .links > div:nth-child(3) a dl dt {
  background-image: url(../../home/images/title_fun3.png);
}
main#container .section#index .line .links > div a {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main#container .section#index .line .links > div a:hover .ph img {
  transform: scale(1.05);
}
main#container .section#index .line .links > div a:hover dl dd {
  color: #384691;
  border-color: #384691;
}
main#container .section#index .line .links > div a .ph {
  width: 100%;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}
main#container .section#index .line .links > div a .ph img {
  border-radius: 0px;
  transition: all 0.25s ease-in 0s;
}
main#container .section#index .line .links > div a dl {
  width: calc(100% - 80px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
main#container .section#index .line .links > div a dl dt {
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
main#container .section#index .line .links > div a dl dd {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: 0em;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 16px;
  margin-left: 16px;
  border-left: solid 1px #000;
  transition: all 0.25s ease-in 0s;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  main#container {
    padding: 46px 0 80px 0;
  }
  main#container #visual {
    min-width: 100%;
  }
  main#container #visual:not(:last-child) {
    margin-bottom: 40px;
  }
  main#container #visual::before {
    width: 313px;
    height: 122px;
    background-image: url(../images/deco_visual1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    bottom: -60px;
    left: calc(50% - 313px + 60px);
  }
  main#container #visual h2 {
    width: 686px;
    position: absolute;
    top: 40px;
    left: -112px;
    z-index: 1;
  }
  main#container #visual h2.fun2 span {
    background-image: url(../work/images/title.svg);
  }
  main#container #visual h2.fun3 span {
    background-image: url(../system/images/title.svg);
  }
  main#container #visual h2 span {
    width: 100%;
    height: 127px;
    background-image: url(../business/images/title.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
  }
  main#container #visual .inner {
    width: 100%;
    padding: 0px 0 0 0;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main#container #visual .inner .tt {
    width: calc(100% - 32px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    left: 0px;
    z-index: 2;
    order: 2;
  }
  main#container #visual .inner .tt h3 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 0px;
  }
  main#container #visual .inner .tt h3::before {
    margin-left: 8px;
  }
  main#container #visual .inner .tt h3 span:nth-child(1) {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  main#container #visual .inner .tt h3 span:nth-child(2) {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    margin-left: 8px;
  }
  main#container #visual .inner .tt h4 {
    padding: 4px 4px 4px 0;
    margin-bottom: 16px;
  }
  main#container #visual .inner .tt h4 span {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  main#container #visual .inner .tt h4 span:not(:last-child) {
    margin-bottom: 16px;
  }
  main#container #visual .inner .tt p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0em;
    text-align: left;
    font-feature-settings: "palt";
    width: 100%;
  }
  main#container #visual .inner .photo {
    width: calc(100% - 88px);
    height: auto;
    margin: 0 0 40px auto;
    border-radius: 12px 0 0 12px;
    overflow: hidden;
    order: 1;
  }
  main#container .section {
    width: 100%;
  }
  main#container .section:not(:last-child) {
    margin-bottom: 40px;
  }
  main#container .section .deco {
    position: relative;
    opacity: 0;
    transition: all 0.5s ease-in 0.1s;
  }
  main#container .section .deco.on {
    opacity: 1;
  }
  main#container .section .deco:not(:last-child) {
    margin-bottom: 72px;
  }
  main#container .section .deco.d1 {
    width: 1506px;
    left: calc(50% - 753px);
  }
  main#container .section .deco.d2 {
    width: 1390px;
    left: calc(50% - 695px);
  }
  main#container .section .line {
    text-align: left;
    width: 100%;
  }
  main#container .section .line:not(:last-child) {
    margin-bottom: 80px;
  }
  main#container .section .line img {
    width: 100%;
    height: auto;
  }
  main#container .section .line h4 {
    width: calc(100% - 32px);
    padding: 8px 0 8px 16px;
    margin-left: auto;
    border-radius: 12px 0 0 12px;
    position: relative;
  }
  main#container .section .line h4:not(:last-child) {
    margin-bottom: 24px;
  }
  main#container .section .line h4 + .graph {
    width: calc(100% - 64px);
    margin: 0 auto;
  }
  main#container .section .line h4 + .graph:not(:last-child) {
    margin-bottom: 32px;
  }
  main#container .section .line h4 + .graph img.pc {
    display: none;
  }
  main#container .section .line h4 + .graph img.sp {
    display: block;
  }
  main#container .section .line h4 span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  main#container .section .line .inline {
    width: calc(100% - 64px);
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main#container .section .line .inline:not(:last-child) {
    margin-bottom: 60px;
  }
  main#container .section .line .inline.column {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main#container .section .line .inline.column .text {
    width: 100%;
    margin-bottom: 24px;
  }
  main#container .section .line .inline h6 {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  main#container .section .line .inline h6:not(:last-child) {
    margin-bottom: 16px;
  }
  main#container .section .line .inline .twrap {
    width: 100%;
    overflow: scroll;
  }
  main#container .section .line .inline .twrap .mention {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
  }
  main#container .section .line .inline .twrap .mention > div {
    width: 50px;
    margin-bottom: 20px;
    animation-name: slidein;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    animation-direction: alternate;
  }
  main#container .section .line .inline .twrap .mention p {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
  main#container .section .line .inline .twrap > table {
    width: 800px;
    box-sizing: border-box;
  }
  main#container .section .line .inline .twrap > table tr:not(:last-child) th, main#container .section .line .inline .twrap > table tr:not(:last-child) td {
    border-bottom: solid 1px #FFF;
  }
  main#container .section .line .inline .twrap > table tr:nth-child(odd) td {
    background-color: #CCCCCC;
  }
  main#container .section .line .inline .twrap > table tr th {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    padding: 8px;
  }
  main#container .section .line .inline .twrap > table tr td {
    color: #384691;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
    padding: 8px;
    width: 13.3333333333%;
  }
  main#container .section .line .inline .twrap > table tr td:nth-child(1) {
    width: 20%;
  }
  main#container .section .line .inline .twrap > table tr td span {
    font-size: 1.2rem;
  }
  main#container .section .line .inline .text {
    width: 100%;
  }
  main#container .section .line .inline .text:not(:last-child) {
    margin-bottom: 24px;
  }
  main#container .section .line .inline .text p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0em;
  }
  main#container .section .line .inline .text p:not(:last-child) {
    margin-bottom: 24px;
  }
  main#container .section .line .inline .photo {
    width: 506px;
  }
  main#container .section .line .inline .photos {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border-radius: 12px;
    overflow: hidden;
  }
  main#container .section .line .inline .photos > div {
    width: 100%;
  }
  main#container .section .line .inline .photos > div:not(:last-child) {
    margin-bottom: 4px;
  }
  main#container .section .line .inline .decophoto {
    width: 100%;
    position: relative;
  }
  main#container .section .line .inline .decophoto > div {
    width: 753px;
    left: calc(50% - 376px);
  }
  main#container .section .line .inline .graph {
    width: 100%;
  }
  main#container .section .line .inline .graph:not(:last-child) {
    margin-bottom: 24px;
  }
  main#container .section .line .inline .graph img.pc {
    display: none;
  }
  main#container .section .line .inline .graph img.sp {
    display: block;
  }
  main#container .section .line .inline .combo {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main#container .section .line .inline .combo.full {
    display: block;
  }
  main#container .section .line .inline .combo.full .text {
    width: 100%;
  }
  main#container .section .line .inline .combo .text {
    width: 100%;
  }
  main#container .section .line .inline .combo .text.job1 h5::before {
    background-color: #0073a9;
  }
  main#container .section .line .inline .combo .text.job1 h5 > div {
    background-color: #0073a9;
  }
  main#container .section .line .inline .combo .text.job1 h5 > div::before {
    background-color: #0073a9;
  }
  main#container .section .line .inline .combo .text.job2 h5::before {
    background-color: #008877;
  }
  main#container .section .line .inline .combo .text.job3 h5::before {
    background-color: #389dbf;
  }
  main#container .section .line .inline .combo .text.job3 h5 > div {
    background-color: #389dbf;
  }
  main#container .section .line .inline .combo .text.job3 h5 > div::before {
    background-color: #389dbf;
  }
  main#container .section .line .inline .combo .text h5 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  main#container .section .line .inline .combo .text h5:not(:last-child) {
    margin-bottom: 16px;
  }
  main#container .section .line .inline .combo .text h5::before {
    content: "";
    width: 4px;
    height: 40px;
    display: block;
  }
  main#container .section .line .inline .combo .text h5 span {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-left: 8px;
  }
  main#container .section .line .inline .combo .text h5 > div {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    width: 104px;
    height: 40px;
    margin-left: 16px;
    border-radius: 8px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  main#container .section .line .inline .combo .text h5 > div::before {
    content: "";
    width: 16px;
    height: 12px;
    position: absolute;
    top: calc(50% - 6px);
    left: -12px;
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    display: block;
  }
  main#container .section .line .inline .combo .photo {
    width: 100%;
  }
  main#container .section .line .inline .combo .photo a {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main#container .section .line .inline .combo .photo a > div {
    width: 100%;
  }
  main#container .section .line .inline .combo .photo a > div:not(:last-child) {
    margin-bottom: 16px;
  }
  main#container .section .line .inline .combo .photo a dl {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main#container .section .line .inline .combo .photo a dl dt {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 8px;
  }
  main#container .section .line .inline .combo .photo a dl dd:nth-child(2) {
    padding: 0px;
    margin: 0 0 16px 0;
    border-left: none;
  }
  main#container .section .line .inline .combo .photo a dl dd:nth-child(2) span {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main#container .section .line .inline .combo .photo a dl dd:nth-child(2) span:nth-child(1) {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  main#container .section .line .inline .combo .photo a dl dd:nth-child(2) span:nth-child(2) {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  main#container .section .line .inline .combo .photo a dl dd:nth-child(3) {
    width: 100%;
    margin-left: 0;
  }
  main#container .section .line .inline .combo .photo a dl dd:nth-child(3) a {
    width: 100%;
    height: 32px;
    background-color: #384691;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: all 0.25s ease-in 0s;
  }
  main#container .section .line .inline .combo .photo a dl dd:nth-child(3) a:hover {
    background-color: #00a99d;
  }
  main#container .section .line .inline .combo .photo a dl dd:nth-child(3) a span {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  main#container .section .line .inline .sdata {
    width: 100%;
  }
  main#container .section .line .inline .sdata:not(:last-child) {
    margin-bottom: 40px;
  }
  main#container .section .line .inline .sdata > table {
    width: 100%;
    border-top: solid 1px #384691;
    border-left: solid 1px #384691;
    box-sizing: border-box;
  }
  main#container .section .line .inline .sdata > table tr th {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
    text-align: left;
    vertical-align: middle;
    width: 40%;
    background-color: #384691;
    padding: 16px;
    border-right: solid 1px #FFF;
    border-bottom: solid 1px #FFF;
  }
  main#container .section .line .inline .sdata > table tr td {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
    text-align: left;
    vertical-align: middle;
    border-right: solid 1px #384691;
    border-bottom: solid 1px #384691;
    padding: 16px;
  }
  main#container .section .line .inline .photobox {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main#container .section .line .inline .photobox dl {
    width: 100%;
  }
  main#container .section .line .inline .photobox dl:not(:last-child) {
    margin-bottom: 24px;
  }
  main#container .section .line .inline .photobox dl dt {
    width: 100%;
    margin-bottom: 16px;
  }
  main#container .section .line .inline .photobox dl dd:nth-child(2) {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  main#container .section .line .inline .photobox dl dd:nth-child(3) {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  main#container .section .line .inline .photobox .set {
    width: 100%;
  }
  main#container .section .line .inline .photobox .set > dl {
    width: 100%;
  }
  main#container .section .line .inline .photobox .set > dl dt {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
  main#container .section .line .inline .photobox .set > dl dt > div {
    width: calc(50% - 4px);
  }
  main#container .section .line .inline2 {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main#container .section .line .inline2:not(:last-child) {
    margin-bottom: 40px;
  }
  main#container .section .line .inline2 .text {
    width: calc(100% - 64px);
    margin-bottom: 40px;
  }
  main#container .section .line .inline2 .text p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0em;
  }
  main#container .section .line .inline2 .text p:not(:last-child) {
    margin-bottom: 24px;
  }
  main#container .section .line .inline2 .photo {
    width: 100%;
  }
  main#container .section .line .inline2 .photo img {
    border-radius: 0px;
  }
  main#container .section .line .points {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main#container .section .line .points:not(:last-child) {
    margin-bottom: 40px;
  }
  main#container .section .line .points.best3 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main#container .section .line .points.best3 h5 {
    width: 302px;
    height: 40px;
    margin-bottom: 24px;
  }
  main#container .section .line .points.best3 > div {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main#container .section .line .points.best3 > div dl dt {
    width: 160px;
    height: 160px;
  }
  main#container .section .line .points.best3 > div dl dd:nth-child(2) {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0em;
    text-align: left;
  }
  main#container .section .line .points.best3 > div dl dd:nth-child(2) sub {
    font-size: 1.2rem;
  }
  main#container .section .line .points dl {
    width: calc(100% - 64px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main#container .section .line .points dl:not(:last-child) {
    margin-bottom: 24px;
  }
  main#container .section .line .points dl:nth-child(1) dt {
    background-image: url(../images/point1.svg);
  }
  main#container .section .line .points dl:nth-child(2) dt {
    background-image: url(../images/point2.svg);
  }
  main#container .section .line .points dl:nth-child(3) dt {
    background-image: url(../images/point3.svg);
  }
  main#container .section .line .points dl dt {
    width: 120px;
    height: 120px;
    margin-bottom: 8px;
  }
  main#container .section .line .points dl dd:nth-child(2) {
    color: #384691;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0em;
    margin-bottom: 16px;
  }
  main#container .section .line .points dl dd:nth-child(3) {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0em;
    text-align: left;
  }
  main#container .section .line .points dl dd:nth-child(3) sub {
    font-size: 1.2rem;
  }
  main#container .section .line .topics {
    border-radius: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main#container .section .line .topics.mp {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main#container .section .line .topics.mp .text {
    width: 100%;
    padding: 32px;
    order: 2;
  }
  main#container .section .line .topics.mp .photo {
    width: 100%;
    order: 1;
  }
  main#container .section .line .topics.mp .photos {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    order: 3;
  }
  main#container .section .line .topics.mp .photos > div {
    width: 33.3333333333%;
  }
  main#container .section .line .topics .text {
    width: calc(100% - 64px);
    padding: 32px 0;
    order: 2;
  }
  main#container .section .line .topics .text dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main#container .section .line .topics .text dl dt {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0em;
    margin-bottom: 8px;
  }
  main#container .section .line .topics .text dl dd {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0em;
  }
  main#container .section .line .topics .photo {
    width: 100%;
    order: 1;
  }
  main#container .section#link {
    width: 100%;
  }
  main#container .section#link > div {
    width: 100%;
  }
  main#container .section#link > div a {
    width: 100%;
    background-color: #384691;
    padding: 12px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: all 0.25s ease-in 0s;
  }
  main#container .section#link > div a:hover {
    background-color: #00a99d;
  }
  main#container .section#link > div a:hover p {
    color: #00a99d;
  }
  main#container .section#link > div a::after {
    content: "";
    width: 26px;
    height: 26px;
    background-image: url(../../common/images/icon_blank.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    margin-left: 10px;
  }
  main#container .section#link > div a p {
    color: #384691;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    text-align: left;
    width: calc(100% - 26px - 10px);
    padding: 8px;
    border-radius: 10px;
    transition: all 0.25s ease-in 0s;
  }
  main#container .section#afterword {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  main#container .section#afterword:not(:last-child) {
    margin-bottom: 160px;
  }
  main#container .section#afterword::before {
    width: 1px;
    height: 48px;
    margin-bottom: 40px;
    transform: translateX(0px);
  }
  main#container .section#afterword::after {
    content: "";
    width: 380px;
    height: 126px;
    background-image: url(../images/catch_aw.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 104px;
    left: calc(50% - 190px);
  }
  main#container .section#afterword h4 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  main#container .section#afterword h4 span {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    white-space: nowrap;
  }
  main#container .section#afterword h4 span:not(:last-child) {
    margin-bottom: 16px;
  }
  main#container .section#index {
    width: 100%;
  }
  main#container .section#index .line h4 {
    width: calc(100% - 64px);
    margin: 0px;
  }
  main#container .section#index .line h4:not(:last-child) {
    margin-bottom: 40px;
  }
  main#container .section#index .line h4::before {
    width: 32px;
    margin: 0px;
    transform: translateX(-8px);
  }
  main#container .section#index .line h4::after {
    content: "";
    width: 398px;
    height: 119px;
    background-image: url(../images/deco_index.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    position: absolute;
    top: -120px;
    left: calc(50% - 110px);
  }
  main#container .section#index .line h4 span {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    position: relative;
    z-index: 1;
  }
  main#container .section#index .line .links {
    width: calc(100% - 64px);
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main#container .section#index .line .links > div {
    width: 100%;
  }
  main#container .section#index .line .links > div:not(:last-child) {
    margin-bottom: 24px;
  }
  main#container .section#index .line .links > div:nth-child(1) a dl dt {
    background-image: url(../../home/images/title_fun1.png);
  }
  main#container .section#index .line .links > div:nth-child(2) a dl dt {
    background-image: url(../../home/images/title_fun2.png);
  }
  main#container .section#index .line .links > div:nth-child(3) a dl dt {
    background-image: url(../../home/images/title_fun3.png);
  }
  main#container .section#index .line .links > div a {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main#container .section#index .line .links > div a:hover .ph img {
    transform: scale(1);
  }
  main#container .section#index .line .links > div a:hover dl dd {
    color: #384691;
    border-color: #384691;
  }
  main#container .section#index .line .links > div a .ph {
    width: 100%;
    margin-bottom: 16px;
  }
  main#container .section#index .line .links > div a dl {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  main#container .section#index .line .links > div a dl dt {
    width: 64px;
    height: 64px;
  }
  main#container .section#index .line .links > div a dl dd {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.875;
    letter-spacing: 0em;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 16px;
    margin-left: 16px;
    border-left: solid 1px #000;
    transition: all 0.25s ease-in 0s;
  }
}

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