@charset "UTF-8";
/* CSS Document */
/* Body Html Fonts
------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?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&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
:root {
  interpolate-size: allow-keywords;
}

/* Reset
------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
}

address, em, th {
  font-style: normal;
  font-weight: normal;
}

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

th {
  text-align: left;
}

hr, legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

img, fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

/* フロート
------------------------------------------------------------*/
.float_l {
  float: left;
}

.float_r {
  float: right;
}

.clear {
  clear: both;
}

html {
  font-family: "Zen Kaku Gothic New", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 14px;
  background-color: #FFF;
}
@media screen and (max-width: 700px) {
  html {
    font-size: 13px;
  }
}

body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333333;
  line-height: 1.8;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.06em;
}
body.fixed {
  position: fixed;
}
body a {
  color: #005aa7;
  text-decoration: none;
  transition: color 0.3s ease;
}
body a:hover {
  text-decoration: underline;
}
body a img {
  transition: opacity 0.3s ease;
  backface-visibility: hidden;
}
body a img:hover {
  opacity: 0.7;
}
body img, body picture {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
body iframe {
  vertical-align: top;
}
body .wrap {
  width: 1240px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
body ::selection {
  background: rgba(0, 90, 167, 0.2); /* Safari */
}
body ::-moz-selection {
  background: rgba(0, 90, 167, 0.2); /* Firefox */
}

/* header
------------------------------------------------------------*/
header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 70px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 3;
}
@media screen and (max-width: 700px) {
  header {
    height: 50px;
  }
}

/* footer
------------------------------------------------------------*/
footer {
  padding: 20px 50px;
}
footer .item-inside {
  width: 1240px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .item-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-bottom: -5px;
}
footer .item-list li {
  margin-right: 10px;
  margin-bottom: 5px;
}
footer .item-list li a {
  font-size: 14px;
  font-size: 1rem;
  color: #333333;
}
footer .item-copy {
  margin-left: auto;
  font-size: 14px;
  font-size: 1rem;
}
@media screen and (min-width: 701px) and (max-width: 1240px) {
  footer {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 700px) {
  footer {
    padding: 20px;
  }
  footer .item-inside {
    -webkit-box-orient: vertical;
    flex-direction: column;
  }
  footer .item-list {
    margin-right: -5px;
    margin-bottom: -5px;
  }
  footer .item-list li {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  footer .item-list li a {
    font-size: 13px;
    font-size: 0.9285714286rem;
  }
  footer .item-copy {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    font-size: 12px;
    font-size: 0.8571428571rem;
  }
}

/* mainimg
------------------------------------------------------------*/
#mainimg {
  padding-left: 50px;
  padding-right: 50px;
  overflow: hidden;
  margin-bottom: -190px;
  position: relative;
  z-index: 2;
}
#mainimg .item-inside {
  width: 1240px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-bottom: 360px;
  position: relative;
}
#mainimg .item-img {
  position: absolute;
  top: 0;
  right: -350px;
  pointer-events: none;
}
#mainimg .item-text {
  position: relative;
  z-index: 2;
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#mainimg .item-text h2 {
  margin-bottom: 30px;
}
#mainimg .item-text h3 {
  color: #005aa7;
  font-size: 26px;
  font-size: 1.8571428571rem;
  font-weight: 700;
  line-height: 1.4615384615;
  margin-bottom: 50px;
}
#mainimg .item-text h3 span {
  font-size: 32px;
  font-size: 2.2857142857rem;
  font-weight: 900;
}
@media screen and (min-width: 701px) and (max-width: 1240px) {
  #mainimg {
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: -15%;
  }
  #mainimg .item-inside {
    padding-bottom: 30%;
  }
  #mainimg .item-img {
    right: -32%;
    max-width: 100vw;
  }
  #mainimg .item-text {
    padding-right: 15%;
  }
  #mainimg .item-text h3 {
    color: #005aa7;
    font-size: min(3vw, 24px);
    font-size: min(3vw, 1.7142857143rem);
    margin-bottom: 40px;
  }
  #mainimg .item-text h3 span {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 700px) {
  #mainimg {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: -45px;
  }
  #mainimg .item-inside {
    width: 1240px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
    padding-bottom: 85px;
    position: relative;
  }
  #mainimg .item-img {
    position: absolute;
    top: inherit;
    bottom: 0;
    right: -35%;
    max-width: 120%;
  }
  #mainimg .item-text h2 {
    margin-bottom: 20px;
    padding-right: 40px;
  }
  #mainimg .item-text h3 {
    color: #005aa7;
    font-size: min(4vw, 22px);
    font-size: min(4vw, 1.5714285714rem);
    margin-bottom: 30px;
  }
  #mainimg .item-text h3 span {
    font-size: 1.2em;
  }
  #mainimg .item-text .btn-grad {
    margin-top: 8vh;
  }
}

/* main
------------------------------------------------------------*/
main {
  display: block;
}
main > section, main > article {
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}
main > section .content, main > article .content {
  width: 1240px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
main #lead {
  padding-top: 110px;
  padding-bottom: 100px;
}
main #lead:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 160px);
  background: #004886;
}
main #lead:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 640px;
  height: 162px;
  bottom: 0;
  transform: translateX(-50%);
  background: #004886;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%, 0 0);
  clip-path: polygon(0 0, 100% 0, 50% 100%, 0 0);
}
main #lead .content {
  width: 1040px;
}
main #lead .item-hd {
  color: #FFF;
  text-align: center;
  font-size: 28px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 35px;
}
main #lead .item-hd span {
  font-size: 34px;
  font-size: 2.4285714286rem;
}
main #lead .item-list {
  display: flex;
  margin-right: -38px;
  margin-bottom: 60px;
}
main #lead .item-list li {
  width: calc(33.3333333333% - 38px);
  margin-right: 38px;
}
main #lead .item-list li .img {
  margin-left: -20px;
  margin-right: -20px;
  text-align: center;
}
main #lead .item-list li h3 {
  text-align: center;
  background: #FFF;
  font-size: 24px;
  font-size: 1.7142857143rem;
  font-weight: 700;
  line-height: 1.5;
  color: #005aa7;
  border-radius: 10px;
  padding: 20px;
  margin-top: -5px;
  position: relative;
}
main #lead .item-bottom {
  font-size: 24px;
  font-size: 1.7142857143rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #FFF;
}
main #lead .item-bottom span {
  font-size: 28px;
  font-size: 2rem;
}
main #mechanism {
  padding-top: 50px;
  padding-bottom: 80px;
}
main #mechanism .item-title {
  text-align: center;
  color: #005aa7;
  line-height: 1.4;
  margin-bottom: 40px;
  font-size: 38px;
  font-size: 2.7142857143rem;
  font-weight: 900;
  font-style: italic;
}
main #mechanism .item-title span {
  background: linear-gradient(transparent 60%, #ffd200 60%);
}
main #mechanism .item-list {
  display: grid;
  gap: 20px;
}
main #mechanism .item-li {
  padding: 40px;
  border-radius: 10px;
  display: flex;
}
main #mechanism .item-li:nth-child(1) {
  background-color: #e2f4ff;
}
main #mechanism .item-li:nth-child(1) .item-left {
  border-right-color: #4490b4;
}
main #mechanism .item-li:nth-child(1) .item-left .box h3 {
  color: #4490b4;
}
main #mechanism .item-li:nth-child(1) .item-text > span {
  background-color: #4490b4;
}
main #mechanism .item-li:nth-child(1) .item-text h3 {
  color: #4490b4;
}
main #mechanism .item-li:nth-child(1) .item-number .number {
  background-color: #4490b4;
}
main #mechanism .item-li:nth-child(2) {
  background-color: #ecf7e2;
}
main #mechanism .item-li:nth-child(2) .item-left {
  border-right-color: #73a020;
}
main #mechanism .item-li:nth-child(2) .item-left .box h3 {
  color: #73a020;
}
main #mechanism .item-li:nth-child(2) .item-text > span {
  background-color: #73a020;
}
main #mechanism .item-li:nth-child(2) .item-text h3 {
  color: #73a020;
}
main #mechanism .item-li:nth-child(2) .item-number .number {
  background-color: #73a020;
}
main #mechanism .item-li:nth-child(3) {
  background-color: #fff0df;
}
main #mechanism .item-li:nth-child(3) .item-left {
  border-right-color: #f27a1b;
}
main #mechanism .item-li:nth-child(3) .item-left .box h3 {
  color: #f27a1b;
}
main #mechanism .item-li:nth-child(3) .item-text > span {
  background-color: #f27a1b;
}
main #mechanism .item-li:nth-child(3) .item-text h3 {
  color: #f27a1b;
}
main #mechanism .item-li:nth-child(3) .item-number .number {
  background-color: #f27a1b;
}
main #mechanism .item-left {
  width: 455px;
  border-right: 1px solid;
  margin-right: 45px;
  padding-right: 45px;
  box-sizing: border-box;
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
}
main #mechanism .item-left .title {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
main #mechanism .item-left .title h4 {
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: 500;
  text-align: center;
}
main #mechanism .item-left .box {
  background: #FFF;
  border-radius: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
  position: relative;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 15px;
}
main #mechanism .item-left .box p {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(-50%, -50%);
}
main #mechanism .item-left .box h3 {
  font-size: 24px;
  font-size: 1.7142857143rem;
  font-weight: 500;
  text-align: center;
}
main #mechanism .item-left .box h3 span {
  font-size: 32px;
  font-size: 2.2857142857rem;
  font-weight: 700;
}
main #mechanism .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
}
main #mechanism .item-text > span {
  display: -moz-inline-box;
  display: inline-block;
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: 900;
  border-radius: 30px;
  padding: 10px 25px;
  line-height: 1.4;
  margin-bottom: 12px;
  color: #FFF;
}
main #mechanism .item-text h3 {
  font-size: 32px;
  font-size: 2.2857142857rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}
main #mechanism .item-text h3 span {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-size: 2.8571428571rem;
  font-weight: 600;
}
main #mechanism .item-text p {
  font-size: 17px;
  font-size: 1.2142857143rem;
  line-height: 1.6470588235;
}
main #mechanism .item-number {
  margin-left: 50px;
  width: 230px;
}
main #mechanism .item-number .number {
  margin-left: auto;
  margin-right: auto;
  width: 195px;
  aspect-ratio: 1;
  border-radius: 50%;
  color: #FFF;
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
main #mechanism .item-number .number p {
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: 500;
  line-height: 1.3;
}
main #mechanism .item-number .number p span {
  font-size: 40px;
  font-size: 2.8571428571rem;
  font-weight: 700;
}
main #mechanism .item-number > p {
  margin-top: 10px;
  font-size: 11px;
  font-size: 0.7857142857rem;
  font-weight: 300;
  text-align: center;
  line-height: 1.5;
}
main #mechanism .item-number > p a {
  color: #333333;
}
main #comic {
  padding-top: 75px;
  padding-bottom: 155px;
  margin-bottom: -90px;
}
main #comic:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 90px);
  background: #004886;
}
/*main #comic:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 320px;
  height: 90px;
  bottom: 0;
  transform: translateX(-50%);
  background: #004886;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%, 0 0);
  clip-path: polygon(0 0, 100% 0, 50% 100%, 0 0);
}*/
main #comic .item-label {
  position: absolute;
  left: 0;
  top: 0;
  color: #005aa7;
  font-family: "Poppins", sans-serif;
  font-size: 120px;
  font-size: 8.5714285714rem;
  font-weight: 600;
  font-style: italic;
  line-height: 0.7;
}
main #comic .item-hd {
  text-align: center;
  color: #FFF;
  font-size: 32px;
  font-size: 2.2857142857rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 45px;
}
main #comic .item-content {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
main #comic .item-content .img {
  margin-right: 40px;
}
main #comic .item-content .text {
  text-align: center;
  color: #FFF;
}
main #comic .item-content .text h4 {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.4;
}
main #comic .item-content .text h4:before, main #comic .item-content .text h4:after {
  content: "";
  width: 1px;
  height: 35px;
  background: #FFF;
  margin-left: 20px;
  margin-right: 20px;
}
main #comic .item-content .text h4:before {
  transform: rotate(-30deg);
  transform-origin: center center;
}
main #comic .item-content .text h4:after {
  transform: rotate(30deg);
  transform-origin: center center;
}
main #comic .item-content .text h3 {
  font-size: 28px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 20px;
}
main #comic .item-content .text .btn {
  margin-left: auto;
  margin-right: auto;
}
main #comic .item-content .text p {
  font-size: 14px;
  font-size: 1rem;
}
main #comic .item-content .text p:not(:first-child) {
  margin-top: 30px;
}
main #timing {
  padding-top: 30px;
  padding-bottom: 75px;
}
main #timing .item-title {
  text-align: center;
  margin-bottom: 35px;
}
main #timing .item-title p {
  font-size: 24px;
  font-size: 1.7142857143rem;
  font-weight: 500;
}
main #timing .item-title h2 {
  font-size: 38px;
  font-size: 2.7142857143rem;
  font-weight: 900;
  color: #005aa7;
  font-style: italic;
}
main #timing .item-title h2 span {
  background: linear-gradient(transparent 60%, #ffd200 60%);
}
main #timing .item-list {
  display: flex;
  gap: 10px;
}
main #timing .item-li {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
}
main #timing .item-li:nth-child(1) .box {
  background: #e2f4ff;
}
main #timing .item-li:nth-child(1) h3 {
  color: #4490b4;
}
main #timing .item-li:nth-child(1) h3 span {
  background-color: #4490b4;
}
main #timing .item-li:nth-child(2) .box {
  background: #ecf7e2;
}
main #timing .item-li:nth-child(2) h3 {
  color: #73a020;
}
main #timing .item-li:nth-child(2) h3 span {
  background-color: #73a020;
}
main #timing .item-li:nth-child(3) .box {
  background: #fff0df;
}
main #timing .item-li:nth-child(3) h3 {
  color: #f27a1b;
}
main #timing .item-li:nth-child(3) h3 span {
  background-color: #f27a1b;
}
main #timing .item-li .box {
  padding: 15px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
}
main #timing .item-li .box h3 {
  text-align: center;
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: 700;
  margin-bottom: 15px;
}
main #timing .item-li .box h3 span {
  display: block;
  color: #FFF;
  border-radius: 30px;
  margin-bottom: 5px;
}
main #timing .item-li .box h4 {
  background: #FFF;
  border-radius: 10px;
  padding: 15px;
  line-height: 1.5;
  font-size: 15px;
  font-size: 1.0714285714rem;
  font-weight: normal;
  line-height: 1.6;
  margin-top: auto;
  margin-bottom: auto;
}
main #timing .item-li .box .bottom {
  display: flex;
  margin-top: 10px;
  margin-right: -15px;
}
main #timing .item-li .box .bottom span {
  margin-right: 5px;
  margin-left: -20px;
  margin-bottom: -15px;
  margin-top: auto;
}
main #timing .item-li .box .bottom p {
  font-size: 16px;
  font-size: 1.1428571429rem;
}
main #timing .item-li .box .bottom p strong {
  font-size: 19px;
  font-size: 1.3571428571rem;
  font-weight: 700;
}
main #timing .item-li > small {
  margin-top: 10px;
  display: block;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.6;
}
main #timing .item-box {
  margin-left: 20px;
  width: 280px;
}
main #timing .item-box .box {
  display: grid;
  gap: 1px;
  border-radius: 10px;
  overflow: hidden;
}
main #timing .item-box .box p {
  text-align: center;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #FFF;
  padding: 25px;
  font-size: 17px;
  font-size: 1.2142857143rem;
  font-weight: 500;
  line-height: 2;
}
main #timing .item-box .box p:nth-child(1) {
  background: #f27a1b;
}
main #timing .item-box .box p:nth-child(2) {
  background-color: #73a020;
}
main #timing .item-box .box p:nth-child(3) {
  background-color: #4490b4;
}
main #recommend {
  background: #004886;
  padding-top: 60px;
  padding-bottom: 75px;
}
main #recommend .item-hd {
  text-align: center;
  color: #FFF;
  line-height: 1.5;
  font-size: 32px;
  font-size: 2.2857142857rem;
  font-weight: 700;
  margin-bottom: 10px;
}
main #recommend .item-sub {
  text-align: center;
  display: block;
  color: #FFF;
  font-size: 14px;
  font-size: 1rem;
  margin-bottom: 35px;
}
main #recommend .item-list {
  background: #FFF;
  border-radius: 10px;
  padding: 55px;
}
main #recommend .item-list li {
  display: flex;
}
main #recommend .item-list li:not(:last-child) {
  border-bottom: 1px solid #4490b4;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
main #recommend .item-list li .img {
  border-radius: 10px;
  overflow: hidden;
  margin-right: 35px;
}
main #recommend .item-list li .text {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
  font-size: 17px;
  font-size: 1.2142857143rem;
}
main #recommend .item-list li .text p:not(:last-child) {
  margin-bottom: 20px;
}
main #recommend .item-list li .text p strong {
  background: linear-gradient(transparent 70%, #ffd200 70%);
}
main #recommend .item-list li .text > span {
  display: block;
  text-align: right;
}
main #means {
  background: #0062b7;
  color: #FFF;
  padding-top: 70px;
  padding-bottom: 75px;
}
main #means .item-hd {
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.5;
  margin-bottom: 80px;
}
main #means .item-hd > span:nth-child(1) {
  font-size: 36px;
  font-size: 2.5714285714rem;
  font-weight: 700;
  border-bottom: 1px solid #FFF;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
main #means .item-hd > span:nth-child(2) {
  font-size: 24px;
  font-size: 1.7142857143rem;
  font-weight: 500;
  margin-bottom: 30px;
}
main #means .item-hd > span:nth-child(3) {
  font-size: 40px;
  font-size: 2.8571428571rem;
  font-weight: 700;
}
main #means .item-hd > span:nth-child(3) span {
  background: linear-gradient(transparent 60%, #0075da 60%);
}
main #means .item-box {
  background: #FFF;
  border-radius: 10px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px;
  color: #333333;
  gap: 40px;
}
main #means .item-box .text {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
  text-align: center;
}
main #means .item-box .text h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: 500;
  line-height: 1.7;
}
main #means .item-box .text h3 span {
  font-size: 24px;
  font-size: 1.7142857143rem;
  font-weight: 700;
}
main #means .item-box .text .btn-grad {
  padding-right: 80px;
}
@media screen and (max-width: 1340px) {
  main #means .item-box .img {
    width: 45%;
  }
  main #means .item-box .text {
    width: 50%;
  }
}

@media screen and (min-width: 701px) and (max-width: 1240px) {
  /* main
  ------------------------------------------------------------*/
  main > section, main > article {
    padding-left: 40px;
    padding-right: 40px;
  }
  main #lead {
    padding-top: 10%;
  }
  main #lead .item-hd {
    font-size: 25px;
    font-size: 1.7857142857rem;
  }
  main #lead .item-hd span {
    font-size: 30px;
    font-size: 2.1428571429rem;
  }
  main #lead .item-list {
    margin-right: -20px;
    margin-bottom: 60px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  main #lead .item-list li {
    width: calc(33.3333333333% - 20px);
    margin-right: 20px;
  }
  main #lead .item-list li .img {
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
  }
  main #lead .item-list li h3 {
    font-size: 20px;
    font-size: 1.4285714286rem;
  }
  main #lead .item-bottom {
    font-size: 21px;
    font-size: 1.5rem;
  }
  main #lead .item-bottom span {
    font-size: 25px;
    font-size: 1.7857142857rem;
  }
  main #mechanism .item-title {
    font-size: 34px;
    font-size: 2.4285714286rem;
    margin-bottom: 35px;
  }
  main #mechanism .item-li {
    padding: 30px;
    flex-wrap: wrap;
  }
  main #mechanism .item-left {
    width: 50%;
    border-right: none;
    margin-right: 0;
    padding-right: 0;
  }
  main #mechanism .item-left .title h4 {
    font-size: min(1.6vw, 18px);
    font-size: min(1.6vw, 1.2857142857rem);
  }
  main #mechanism .item-left .title p {
    max-width: 20%;
    margin-left: 5px;
  }
  main #mechanism .item-left .box {
    padding: 20px 15px 20px 30px;
  }
  main #mechanism .item-left .box p {
    width: 50px;
    left: 10px;
  }
  main #mechanism .item-left .box h3 {
    font-size: min(2.6vw, 20px);
    font-size: min(2.6vw, 1.4285714286rem);
  }
  main #mechanism .item-left .box h3 span {
    font-size: 1.3em;
  }
  main #mechanism .item-text {
    -webkit-box-original-group: 3;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    margin-top: 30px;
  }
  main #mechanism .item-text > span {
    display: -moz-inline-box;
    display: inline-block;
    font-size: 18px;
    font-size: 1.2857142857rem;
  }
  main #mechanism .item-text h3 {
    font-size: 28px;
    font-size: 2rem;
  }
  main #mechanism .item-text h3 span {
    font-size: 34px;
    font-size: 2.4285714286rem;
  }
  main #mechanism .item-number {
    margin-left: auto;
    margin-right: auto;
  }
  main #comic .item-label {
    font-size: 11vw;
  }
  main #comic .item-hd {
    font-size: 28px;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 35px;
  }
  main #comic .item-content .img {
    margin-right: 30px;
  }
  main #comic .item-content .text h4 {
    font-size: 18px;
    font-size: 1.2857142857rem;
  }
  main #comic .item-content .text h3 {
    font-size: 24px;
    font-size: 1.7142857143rem;
  }
  main #timing .item-title p {
    font-size: 22px;
    font-size: 1.5714285714rem;
  }
  main #timing .item-title h2 {
    font-size: 34px;
    font-size: 2.4285714286rem;
  }
  main #timing .item-li .box h3 {
    font-size: min(1.5vw, 18px);
    font-size: min(1.5vw, 1.2857142857rem);
  }
  main #timing .item-li .box h4 {
    padding: 10px;
    font-size: 14px;
    font-size: 1rem;
  }
  main #timing .item-li .box .bottom span {
    max-width: 30%;
  }
  main #timing .item-li .box .bottom p {
    font-size: 14px;
    font-size: 1rem;
  }
  main #timing .item-li .box .bottom p strong {
    font-size: 16px;
    font-size: 1.1428571429rem;
    font-weight: 700;
  }
  main #timing .item-li > small {
    margin-left: 0;
    margin-right: 0;
    font-size: 12px;
    font-size: 0.8571428571rem;
  }
  main #timing .item-box {
    width: 25%;
    margin-left: 10px;
  }
  main #timing .item-box .box p {
    padding: 20px 10px;
    font-size: min(1.4vw, 16px);
    font-size: min(1.4vw, 1.1428571429rem);
  }
  main #recommend .item-hd {
    font-size: 28px;
    font-size: 2rem;
  }
  main #recommend .item-list {
    padding: 40px;
  }
  main #recommend .item-list li:not(:last-child) {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  main #recommend .item-list li .img {
    max-width: 35%;
    margin-right: 25px;
  }
  main #recommend .item-list li .text {
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  main #means .item-hd {
    margin-bottom: 60px;
  }
  main #means .item-hd > span:nth-child(1) {
    font-size: 32px;
    font-size: 2.2857142857rem;
  }
  main #means .item-hd > span:nth-child(2) {
    font-size: 21px;
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  main #means .item-hd > span:nth-child(3) {
    font-size: 35px;
    font-size: 2.5rem;
  }
  main #means .item-box {
    padding: 40px;
    color: #333333;
    gap: 20px;
  }
  main #means .item-box .img {
    max-width: 43%;
  }
  main #means .item-box .text h3 {
    font-size: 18px;
    font-size: 1.2857142857rem;
  }
  main #means .item-box .text h3 span {
    font-size: 22px;
    font-size: 1.5714285714rem;
  }
  main #means .item-box .text .btn-grad {
    padding-right: 70px;
  }
}
@media screen and (min-width: 701px) and (max-width: 1240px) and (max-width: 900px) {
  main #means .item-box {
    -webkit-box-orient: vertical;
    flex-direction: column;
  }
  main #means .item-box .img {
    max-width: 80%;
    width: auto;
  }
  main #means .item-box .text {
    width: auto;
  }
}
@media screen and (max-width: 700px) {
  /* main
  ------------------------------------------------------------*/
  main > section, main > article {
    padding-left: 20px;
    padding-right: 20px;
  }
  main #lead {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  main #lead:before {
    height: calc(100% - 80px);
  }
  main #lead:after {
    height: 82px;
    width: 70%;
  }
  main #lead .item-hd {
    font-size: 22px;
    font-size: 1.5714285714rem;
    margin-bottom: 25px;
  }
  main #lead .item-hd span {
    font-size: 28px;
    font-size: 2rem;
  }
  main #lead .item-list {
    flex-wrap: wrap;
    margin-right: 0;
    margin-bottom: -30px;
  }
  main #lead .item-list:not(:last-child) {
    margin-bottom: 0;
  }
  main #lead .item-list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  main #lead .item-list li .img {
    margin-left: 20px;
    margin-right: 20px;
  }
  main #lead .item-list li h3 {
    font-size: 20px;
    font-size: 1.4285714286rem;
    padding: 10px;
  }
  main #lead .item-bottom {
    font-size: 18px;
    font-size: 1.2857142857rem;
  }
  main #lead .item-bottom span {
    font-size: 22px;
    font-size: 1.5714285714rem;
  }
  main #mechanism {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  main #mechanism .item-title {
    margin-bottom: 25px;
    font-size: min(6vw, 32px);
    font-size: min(6vw, 2.2857142857rem);
  }
  main #mechanism .item-li {
    padding: 20px;
    flex-wrap: wrap;
  }
  main #mechanism .item-left {
    width: 100%;
    border-right: none;
    margin-right: 0;
    padding-right: 0;
  }
  main #mechanism .item-left .title h4 {
    font-size: 17px;
    font-size: 1.2142857143rem;
  }
  main #mechanism .item-left .title p {
    max-width: 30%;
  }
  main #mechanism .item-left .box {
    padding: 20px 15px;
  }
  main #mechanism .item-left .box p {
    width: 40px;
    left: 10px;
  }
  main #mechanism .item-left .box h3 {
    font-size: 19px;
    font-size: 1.3571428571rem;
  }
  main #mechanism .item-left .box h3 span {
    font-size: 24px;
    font-size: 1.7142857143rem;
    font-weight: 700;
  }
  main #mechanism .item-text {
    width: 100%;
    margin-top: 20px;
  }
  main #mechanism .item-text > span {
    font-size: 16px;
    font-size: 1.1428571429rem;
    padding: 6px 15px;
    margin-bottom: 8px;
  }
  main #mechanism .item-text h3 {
    font-size: 24px;
    font-size: 1.7142857143rem;
    margin-bottom: 15px;
  }
  main #mechanism .item-text h3 span {
    font-size: 30px;
    font-size: 2.1428571429rem;
  }
  main #mechanism .item-text p {
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  main #mechanism .item-number {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: auto;
  }
  main #mechanism .item-number .number {
    width: 160px;
  }
  main #mechanism .item-number .number p {
    font-size: 18px;
    font-size: 1.2857142857rem;
  }
  main #mechanism .item-number .number p span {
    font-size: 30px;
    font-size: 2.1428571429rem;
  }
  main #comic {
    padding-top: 45px;
    padding-bottom: 80px;
	margin-bottom: -50px;
  }
  main #comic:before {
    height: calc(100% - 50px);
  }
  main #comic:after {
    height: 50px;
    width: 40%;
  }
  main #comic .item-label {
    font-size: 11vw;
  }
  main #comic .item-hd {
    font-size: 24px;
    font-size: 1.7142857143rem;
    font-weight: 700;
    margin-bottom: 25px;
  }
  main #comic .item-content {
    -webkit-box-orient: vertical;
    flex-direction: column;
  }
  main #comic .item-content .img {
    margin-right: 0;
    margin-bottom: 20px;
    width: 150px;
  }
  main #comic .item-content .text h4 {
    font-size: 17px;
    font-size: 1.2142857143rem;
    margin-bottom: 10px;
  }
  main #comic .item-content .text h4:before, main #comic .item-content .text h4:after {
    height: 20px;
  }
  main #comic .item-content .text h3 {
    font-size: 24px;
    font-size: 1.7142857143rem;
    margin-bottom: 15px;
  }
  main #comic .item-content .text p {
    font-size: 13px;
    font-size: 0.9285714286rem;
  }
  main #comic .item-content .text p:not(:first-child) {
    margin-top: 15px;
  }
  main #timing {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  main #timing .item-title {
    margin-bottom: 20px;
  }
  main #timing .item-title p {
    font-size: 20px;
    font-size: 1.4285714286rem;
  }
  main #timing .item-title h2 {
    font-size: 26px;
    font-size: 1.8571428571rem;
  }
  main #timing .item-list {
    flex-wrap: wrap;
    gap: 10px;
  }
  main #timing .item-li {
    width: calc(50% - 5px);
  }
  main #timing .item-li .box {
    padding: 12px;
  }
  main #timing .item-li .box h3 {
    font-size: 16px;
    font-size: 1.1428571429rem;
    margin-bottom: 10px;
  }
  main #timing .item-li .box h4 {
    font-size: 14px;
    font-size: 1rem;
    margin-top: 0;
  }
  main #timing .item-li .box .bottom {
    margin-right: 0;
  }
  main #timing .item-li .box .bottom span {
    max-width: 30%;
  }
  main #timing .item-li .box .bottom p {
    font-size: 12px;
    font-size: 0.8571428571rem;
  }
  main #timing .item-li .box .bottom p strong {
    font-size: 15px;
    font-size: 1.0714285714rem;
    font-weight: 700;
  }
  main #timing .item-li > small {
    margin-left: 0;
    margin-right: 0;
    font-size: 12px;
    font-size: 0.8571428571rem;
    margin-top: 5px;
  }
  main #timing .item-box {
    width: calc(50% - 5px);
    margin-left: 0;
  }
  main #timing .item-box .box p {
    padding: 10px;
    font-size: 15px;
    font-size: 1.0714285714rem;
  }
  main #recommend {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  main #recommend .item-hd {
    font-size: 25px;
    font-size: 1.7857142857rem;
    margin-bottom: 10px;
  }
  main #recommend .item-sub {
    font-size: 12px;
    font-size: 0.8571428571rem;
    margin-bottom: 20px;
  }
  main #recommend .item-list {
    padding: 20px;
  }
  main #recommend .item-list li {
    -webkit-box-orient: vertical;
    flex-direction: column;
  }
  main #recommend .item-list li:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  main #recommend .item-list li .img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  main #recommend .item-list li .text {
    width: auto;
    font-size: 15px;
    font-size: 1.0714285714rem;
  }
  main #recommend .item-list li .text p:not(:last-child) {
    margin-bottom: 15px;
  }
  main #means {
    padding-top: 30px;
    padding-bottom: 35px;
  }
  main #means .item-hd {
    margin-bottom: 30px;
    text-align: center;
  }
  main #means .item-hd > span:nth-child(1) {
    font-size: min(5vw, 22px);
    font-size: min(5vw, 1.5714285714rem);
    margin-bottom: 10px;
  }
  main #means .item-hd > span:nth-child(2) {
    font-size: 21px;
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  main #means .item-hd > span:nth-child(3) {
    font-size: 30px;
    font-size: 2.1428571429rem;
  }
  main #means .item-box {
    display: grid;
    padding: 20px;
    gap: 15px;
  }
  main #means .item-box .img {
    width: auto;
  }
  main #means .item-box .text {
    width: auto;
  }
  main #means .item-box .text h3 {
    margin-bottom: 15px;
    font-size: 17px;
    font-size: 1.2142857143rem;
  }
  main #means .item-box .text h3 span {
    font-size: 20px;
    font-size: 1.4285714286rem;
  }
}
/* btn */
.btn-grad {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -moz-linear-gradient(-55deg, rgb(255, 114, 0) 0%, rgb(255, 90, 0) 100%);
  background-image: -webkit-linear-gradient(-55deg, rgb(255, 114, 0) 0%, rgb(255, 90, 0) 100%);
  background-image: -ms-linear-gradient(-55deg, rgb(255, 114, 0) 0%, rgb(255, 90, 0) 100%);
  box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.2);
  padding-right: 120px;
  padding-left: 14px;
  height: 140px;
  border-radius: 70px;
  transition: all 0.3s ease;
  position: relative;
}
.btn-grad:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 80px;
  height: 100%;
  right: 0;
  background: url(../img/arrow-white.svg) no-repeat center;
  transition: all 0.3s ease;
}
.btn-grad:hover {
  opacity: 0.7;
  text-decoration: none;
}
.btn-grad:hover:after {
  transform: translateX(5px);
}
.btn-grad > span:nth-child(1) {
  aspect-ratio: 1;
  background: #FFF;
  color: #f27a1b;
  width: 110px;
  font-size: 28px;
  font-size: 2rem;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 15px;
}
.btn-grad > span:nth-child(2) {
  font-size: 28px;
  font-size: 2rem;
  font-weight: 700;
  color: #FFF;
  line-height: 1.5357142857;
}
@media screen and (min-width: 701px) and (max-width: 1240px) {
  .btn-grad {
    height: 120px;
  }
  .btn-grad > span:nth-child(1) {
    width: 90px;
    font-size: 24px;
    font-size: 1.7142857143rem;
  }
  .btn-grad > span:nth-child(2) {
    font-size: min(2.4vw, 25px);
    font-size: min(2.4vw, 1.7857142857rem);
  }
}
@media screen and (max-width: 700px) {
  .btn-grad {
    height: 80px;
    padding-right: 60px;
  }
  .btn-grad:after {
    width: 60px;
  }
  .btn-grad > span:nth-child(1) {
    width: 60px;
    margin-right: 12px;
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  .btn-grad > span:nth-child(2) {
    font-size: min(3.4vw, 16px);
    font-size: min(3.4vw, 1.1428571429rem);
  }
}

.btn {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
  max-width: 100%;
  height: 48px;
  padding-left: 15px;
  padding-right: 15px;
  background: #f27a1b;
  border: none;
  color: #FFF;
  border-radius: 30px;
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  appearance: none;
  top: 0;
  line-height: 1.2;
}
.btn:hover {
  text-decoration: none;
  opacity: 0.7;
}
.btn:disabled {
  pointer-events: none;
  opacity: 0.7;
}
.btn.blue {
  background-color: #0075da;
}
.btn-block {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -10px -15px;
}
.btn-block.left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn-block.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.btn-block.f-wrap {
  flex-wrap: wrap;
}
.btn-block > * {
  margin: 0 10px 15px;
}
.btn-block > *.w5p {
  width: calc(5% - 20px);
}
.btn-block > *.w10p {
  width: calc(10% - 20px);
}
.btn-block > *.w15p {
  width: calc(15% - 20px);
}
.btn-block > *.w20p {
  width: calc(20% - 20px);
}
.btn-block > *.w25p {
  width: calc(25% - 20px);
}
.btn-block > *.w30p {
  width: calc(30% - 20px);
}
.btn-block > *.w35p {
  width: calc(35% - 20px);
}
.btn-block > *.w40p {
  width: calc(40% - 20px);
}
.btn-block > *.w45p {
  width: calc(45% - 20px);
}
.btn-block > *.w50p {
  width: calc(50% - 20px);
}
.btn-block > *.w55p {
  width: calc(55% - 20px);
}
.btn-block > *.w60p {
  width: calc(60% - 20px);
}
.btn-block > *.w65p {
  width: calc(65% - 20px);
}
.btn-block > *.w70p {
  width: calc(70% - 20px);
}
.btn-block > *.w75p {
  width: calc(75% - 20px);
}
.btn-block > *.w80p {
  width: calc(80% - 20px);
}
.btn-block > *.w85p {
  width: calc(85% - 20px);
}
.btn-block > *.w90p {
  width: calc(90% - 20px);
}
.btn-block > *.w95p {
  width: calc(95% - 20px);
}
.btn-block > *.w100p {
  width: calc(100% - 20px);
}
@media screen and (max-width: 700px) {
  .btn-block {
    flex-wrap: wrap;
    margin: 0 -5px -10px;
  }
  .btn-block > * {
    margin: 0 5px 10px;
  }
  .btn-block > *.w5p {
    width: calc(5% - 10px);
  }
  .btn-block > *.w5p-sp {
    width: calc(5% - 10px);
  }
  .btn-block > *.w10p {
    width: calc(10% - 10px);
  }
  .btn-block > *.w10p-sp {
    width: calc(10% - 10px);
  }
  .btn-block > *.w15p {
    width: calc(15% - 10px);
  }
  .btn-block > *.w15p-sp {
    width: calc(15% - 10px);
  }
  .btn-block > *.w20p {
    width: calc(20% - 10px);
  }
  .btn-block > *.w20p-sp {
    width: calc(20% - 10px);
  }
  .btn-block > *.w25p {
    width: calc(25% - 10px);
  }
  .btn-block > *.w25p-sp {
    width: calc(25% - 10px);
  }
  .btn-block > *.w30p {
    width: calc(30% - 10px);
  }
  .btn-block > *.w30p-sp {
    width: calc(30% - 10px);
  }
  .btn-block > *.w35p {
    width: calc(35% - 10px);
  }
  .btn-block > *.w35p-sp {
    width: calc(35% - 10px);
  }
  .btn-block > *.w40p {
    width: calc(40% - 10px);
  }
  .btn-block > *.w40p-sp {
    width: calc(40% - 10px);
  }
  .btn-block > *.w45p {
    width: calc(45% - 10px);
  }
  .btn-block > *.w45p-sp {
    width: calc(45% - 10px);
  }
  .btn-block > *.w50p {
    width: calc(50% - 10px);
  }
  .btn-block > *.w50p-sp {
    width: calc(50% - 10px);
  }
  .btn-block > *.w55p {
    width: calc(55% - 10px);
  }
  .btn-block > *.w55p-sp {
    width: calc(55% - 10px);
  }
  .btn-block > *.w60p {
    width: calc(60% - 10px);
  }
  .btn-block > *.w60p-sp {
    width: calc(60% - 10px);
  }
  .btn-block > *.w65p {
    width: calc(65% - 10px);
  }
  .btn-block > *.w65p-sp {
    width: calc(65% - 10px);
  }
  .btn-block > *.w70p {
    width: calc(70% - 10px);
  }
  .btn-block > *.w70p-sp {
    width: calc(70% - 10px);
  }
  .btn-block > *.w75p {
    width: calc(75% - 10px);
  }
  .btn-block > *.w75p-sp {
    width: calc(75% - 10px);
  }
  .btn-block > *.w80p {
    width: calc(80% - 10px);
  }
  .btn-block > *.w80p-sp {
    width: calc(80% - 10px);
  }
  .btn-block > *.w85p {
    width: calc(85% - 10px);
  }
  .btn-block > *.w85p-sp {
    width: calc(85% - 10px);
  }
  .btn-block > *.w90p {
    width: calc(90% - 10px);
  }
  .btn-block > *.w90p-sp {
    width: calc(90% - 10px);
  }
  .btn-block > *.w95p {
    width: calc(95% - 10px);
  }
  .btn-block > *.w95p-sp {
    width: calc(95% - 10px);
  }
  .btn-block > *.w100p {
    width: calc(100% - 10px);
  }
  .btn-block > *.w100p-sp {
    width: calc(100% - 10px);
  }
}
.btn:where(button) {
  font-family: "Zen Kaku Gothic New", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.btn:where(input) {
  display: -moz-inline-box;
  display: inline-block;
  font-family: "Zen Kaku Gothic New", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* btn */
/* link */
.link {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.link-block {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -10px -15px;
}
.link-block.left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.link-block.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.link-block.f-wrap {
  flex-wrap: wrap;
}
.link-block > * {
  margin: 0 10px 15px;
}
.link-block > *.w5p {
  width: calc(5% - 20px);
}
.link-block > *.w10p {
  width: calc(10% - 20px);
}
.link-block > *.w15p {
  width: calc(15% - 20px);
}
.link-block > *.w20p {
  width: calc(20% - 20px);
}
.link-block > *.w25p {
  width: calc(25% - 20px);
}
.link-block > *.w30p {
  width: calc(30% - 20px);
}
.link-block > *.w35p {
  width: calc(35% - 20px);
}
.link-block > *.w40p {
  width: calc(40% - 20px);
}
.link-block > *.w45p {
  width: calc(45% - 20px);
}
.link-block > *.w50p {
  width: calc(50% - 20px);
}
.link-block > *.w55p {
  width: calc(55% - 20px);
}
.link-block > *.w60p {
  width: calc(60% - 20px);
}
.link-block > *.w65p {
  width: calc(65% - 20px);
}
.link-block > *.w70p {
  width: calc(70% - 20px);
}
.link-block > *.w75p {
  width: calc(75% - 20px);
}
.link-block > *.w80p {
  width: calc(80% - 20px);
}
.link-block > *.w85p {
  width: calc(85% - 20px);
}
.link-block > *.w90p {
  width: calc(90% - 20px);
}
.link-block > *.w95p {
  width: calc(95% - 20px);
}
.link-block > *.w100p {
  width: calc(100% - 20px);
}
@media screen and (max-width: 700px) {
  .link-block {
    flex-wrap: wrap;
    margin: 0 -5px -10px;
  }
  .link-block > * {
    margin: 0 5px 10px;
  }
  .link-block > *.w5p {
    width: calc(5% - 10px);
  }
  .link-block > *.w5p-sp {
    width: calc(5% - 10px);
  }
  .link-block > *.w10p {
    width: calc(10% - 10px);
  }
  .link-block > *.w10p-sp {
    width: calc(10% - 10px);
  }
  .link-block > *.w15p {
    width: calc(15% - 10px);
  }
  .link-block > *.w15p-sp {
    width: calc(15% - 10px);
  }
  .link-block > *.w20p {
    width: calc(20% - 10px);
  }
  .link-block > *.w20p-sp {
    width: calc(20% - 10px);
  }
  .link-block > *.w25p {
    width: calc(25% - 10px);
  }
  .link-block > *.w25p-sp {
    width: calc(25% - 10px);
  }
  .link-block > *.w30p {
    width: calc(30% - 10px);
  }
  .link-block > *.w30p-sp {
    width: calc(30% - 10px);
  }
  .link-block > *.w35p {
    width: calc(35% - 10px);
  }
  .link-block > *.w35p-sp {
    width: calc(35% - 10px);
  }
  .link-block > *.w40p {
    width: calc(40% - 10px);
  }
  .link-block > *.w40p-sp {
    width: calc(40% - 10px);
  }
  .link-block > *.w45p {
    width: calc(45% - 10px);
  }
  .link-block > *.w45p-sp {
    width: calc(45% - 10px);
  }
  .link-block > *.w50p {
    width: calc(50% - 10px);
  }
  .link-block > *.w50p-sp {
    width: calc(50% - 10px);
  }
  .link-block > *.w55p {
    width: calc(55% - 10px);
  }
  .link-block > *.w55p-sp {
    width: calc(55% - 10px);
  }
  .link-block > *.w60p {
    width: calc(60% - 10px);
  }
  .link-block > *.w60p-sp {
    width: calc(60% - 10px);
  }
  .link-block > *.w65p {
    width: calc(65% - 10px);
  }
  .link-block > *.w65p-sp {
    width: calc(65% - 10px);
  }
  .link-block > *.w70p {
    width: calc(70% - 10px);
  }
  .link-block > *.w70p-sp {
    width: calc(70% - 10px);
  }
  .link-block > *.w75p {
    width: calc(75% - 10px);
  }
  .link-block > *.w75p-sp {
    width: calc(75% - 10px);
  }
  .link-block > *.w80p {
    width: calc(80% - 10px);
  }
  .link-block > *.w80p-sp {
    width: calc(80% - 10px);
  }
  .link-block > *.w85p {
    width: calc(85% - 10px);
  }
  .link-block > *.w85p-sp {
    width: calc(85% - 10px);
  }
  .link-block > *.w90p {
    width: calc(90% - 10px);
  }
  .link-block > *.w90p-sp {
    width: calc(90% - 10px);
  }
  .link-block > *.w95p {
    width: calc(95% - 10px);
  }
  .link-block > *.w95p-sp {
    width: calc(95% - 10px);
  }
  .link-block > *.w100p {
    width: calc(100% - 10px);
  }
  .link-block > *.w100p-sp {
    width: calc(100% - 10px);
  }
}

/* link */
/* cat */
.cat {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #005aa7;
  color: #005aa7;
  padding: 5px 10px;
  transition: all 0.3s ease;
}
.cat:hover {
  text-decoration: none;
  background-color: #005aa7;
  color: #FFF;
}
.cat-list {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -5px -10px 0;
}
.cat-list.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cat-list.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.cat-list.f-wrap {
  flex-wrap: wrap;
}
.cat-list > * {
  margin: 0 5px 10px 0;
}
.cat-list > *.w5p {
  width: calc(5% - 20px);
}
.cat-list > *.w10p {
  width: calc(10% - 20px);
}
.cat-list > *.w15p {
  width: calc(15% - 20px);
}
.cat-list > *.w20p {
  width: calc(20% - 20px);
}
.cat-list > *.w25p {
  width: calc(25% - 20px);
}
.cat-list > *.w30p {
  width: calc(30% - 20px);
}
.cat-list > *.w35p {
  width: calc(35% - 20px);
}
.cat-list > *.w40p {
  width: calc(40% - 20px);
}
.cat-list > *.w45p {
  width: calc(45% - 20px);
}
.cat-list > *.w50p {
  width: calc(50% - 20px);
}
.cat-list > *.w55p {
  width: calc(55% - 20px);
}
.cat-list > *.w60p {
  width: calc(60% - 20px);
}
.cat-list > *.w65p {
  width: calc(65% - 20px);
}
.cat-list > *.w70p {
  width: calc(70% - 20px);
}
.cat-list > *.w75p {
  width: calc(75% - 20px);
}
.cat-list > *.w80p {
  width: calc(80% - 20px);
}
.cat-list > *.w85p {
  width: calc(85% - 20px);
}
.cat-list > *.w90p {
  width: calc(90% - 20px);
}
.cat-list > *.w95p {
  width: calc(95% - 20px);
}
.cat-list > *.w100p {
  width: calc(100% - 20px);
}
@media screen and (max-width: 700px) {
  .cat-list {
    flex-wrap: wrap;
    margin: 0 -5px -10px;
  }
  .cat-list > * {
    margin: 0 5px 10px;
  }
  .cat-list > *.w5p {
    width: calc(5% - 10px);
  }
  .cat-list > *.w5p-sp {
    width: calc(5% - 10px);
  }
  .cat-list > *.w10p {
    width: calc(10% - 10px);
  }
  .cat-list > *.w10p-sp {
    width: calc(10% - 10px);
  }
  .cat-list > *.w15p {
    width: calc(15% - 10px);
  }
  .cat-list > *.w15p-sp {
    width: calc(15% - 10px);
  }
  .cat-list > *.w20p {
    width: calc(20% - 10px);
  }
  .cat-list > *.w20p-sp {
    width: calc(20% - 10px);
  }
  .cat-list > *.w25p {
    width: calc(25% - 10px);
  }
  .cat-list > *.w25p-sp {
    width: calc(25% - 10px);
  }
  .cat-list > *.w30p {
    width: calc(30% - 10px);
  }
  .cat-list > *.w30p-sp {
    width: calc(30% - 10px);
  }
  .cat-list > *.w35p {
    width: calc(35% - 10px);
  }
  .cat-list > *.w35p-sp {
    width: calc(35% - 10px);
  }
  .cat-list > *.w40p {
    width: calc(40% - 10px);
  }
  .cat-list > *.w40p-sp {
    width: calc(40% - 10px);
  }
  .cat-list > *.w45p {
    width: calc(45% - 10px);
  }
  .cat-list > *.w45p-sp {
    width: calc(45% - 10px);
  }
  .cat-list > *.w50p {
    width: calc(50% - 10px);
  }
  .cat-list > *.w50p-sp {
    width: calc(50% - 10px);
  }
  .cat-list > *.w55p {
    width: calc(55% - 10px);
  }
  .cat-list > *.w55p-sp {
    width: calc(55% - 10px);
  }
  .cat-list > *.w60p {
    width: calc(60% - 10px);
  }
  .cat-list > *.w60p-sp {
    width: calc(60% - 10px);
  }
  .cat-list > *.w65p {
    width: calc(65% - 10px);
  }
  .cat-list > *.w65p-sp {
    width: calc(65% - 10px);
  }
  .cat-list > *.w70p {
    width: calc(70% - 10px);
  }
  .cat-list > *.w70p-sp {
    width: calc(70% - 10px);
  }
  .cat-list > *.w75p {
    width: calc(75% - 10px);
  }
  .cat-list > *.w75p-sp {
    width: calc(75% - 10px);
  }
  .cat-list > *.w80p {
    width: calc(80% - 10px);
  }
  .cat-list > *.w80p-sp {
    width: calc(80% - 10px);
  }
  .cat-list > *.w85p {
    width: calc(85% - 10px);
  }
  .cat-list > *.w85p-sp {
    width: calc(85% - 10px);
  }
  .cat-list > *.w90p {
    width: calc(90% - 10px);
  }
  .cat-list > *.w90p-sp {
    width: calc(90% - 10px);
  }
  .cat-list > *.w95p {
    width: calc(95% - 10px);
  }
  .cat-list > *.w95p-sp {
    width: calc(95% - 10px);
  }
  .cat-list > *.w100p {
    width: calc(100% - 10px);
  }
  .cat-list > *.w100p-sp {
    width: calc(100% - 10px);
  }
}

/* cat */
/* etc */
.lh0 {
  line-height: 0;
}

.w10 {
  width: 10px;
}
.w20 {
  width: 20px;
}
.w30 {
  width: 30px;
}
.w40 {
  width: 40px;
}
.w50 {
  width: 50px;
}
.w60 {
  width: 60px;
}
.w70 {
  width: 70px;
}
.w80 {
  width: 80px;
}
.w90 {
  width: 90px;
}
.w100 {
  width: 100px;
}
.w110 {
  width: 110px;
}
.w120 {
  width: 120px;
}
.w130 {
  width: 130px;
}
.w140 {
  width: 140px;
}
.w150 {
  width: 150px;
}
.w160 {
  width: 160px;
}
.w170 {
  width: 170px;
}
.w180 {
  width: 180px;
}
.w190 {
  width: 190px;
}
.w200 {
  width: 200px;
}
.w210 {
  width: 210px;
}
.w220 {
  width: 220px;
}
.w230 {
  width: 230px;
}
.w240 {
  width: 240px;
}
.w250 {
  width: 250px;
}
.w260 {
  width: 260px;
}
.w270 {
  width: 270px;
}
.w280 {
  width: 280px;
}
.w290 {
  width: 290px;
}
.w300 {
  width: 300px;
}
.w310 {
  width: 310px;
}
.w320 {
  width: 320px;
}
.w330 {
  width: 330px;
}
.w340 {
  width: 340px;
}
.w350 {
  width: 350px;
}
.w360 {
  width: 360px;
}
.w370 {
  width: 370px;
}
.w380 {
  width: 380px;
}
.w390 {
  width: 390px;
}
.w400 {
  width: 400px;
}
.w410 {
  width: 410px;
}
.w420 {
  width: 420px;
}
.w430 {
  width: 430px;
}
.w440 {
  width: 440px;
}
.w450 {
  width: 450px;
}
.w460 {
  width: 460px;
}
.w470 {
  width: 470px;
}
.w480 {
  width: 480px;
}
.w490 {
  width: 490px;
}
.w500 {
  width: 500px;
}
.w510 {
  width: 510px;
}
.w520 {
  width: 520px;
}
.w530 {
  width: 530px;
}
.w540 {
  width: 540px;
}
.w550 {
  width: 550px;
}
.w560 {
  width: 560px;
}
.w570 {
  width: 570px;
}
.w580 {
  width: 580px;
}
.w590 {
  width: 590px;
}
.w600 {
  width: 600px;
}
.w610 {
  width: 610px;
}
.w620 {
  width: 620px;
}
.w630 {
  width: 630px;
}
.w640 {
  width: 640px;
}
.w650 {
  width: 650px;
}
.w660 {
  width: 660px;
}
.w670 {
  width: 670px;
}
.w680 {
  width: 680px;
}
.w690 {
  width: 690px;
}
.w700 {
  width: 700px;
}
.w710 {
  width: 710px;
}
.w720 {
  width: 720px;
}
.w730 {
  width: 730px;
}
.w740 {
  width: 740px;
}
.w750 {
  width: 750px;
}
.w760 {
  width: 760px;
}
.w770 {
  width: 770px;
}
.w780 {
  width: 780px;
}
.w790 {
  width: 790px;
}
.w800 {
  width: 800px;
}
.w810 {
  width: 810px;
}
.w820 {
  width: 820px;
}
.w830 {
  width: 830px;
}
.w840 {
  width: 840px;
}
.w850 {
  width: 850px;
}
.w860 {
  width: 860px;
}
.w870 {
  width: 870px;
}
.w880 {
  width: 880px;
}
.w890 {
  width: 890px;
}
.w900 {
  width: 900px;
}
.w910 {
  width: 910px;
}
.w920 {
  width: 920px;
}
.w930 {
  width: 930px;
}
.w940 {
  width: 940px;
}
.w950 {
  width: 950px;
}
.w960 {
  width: 960px;
}
.w970 {
  width: 970px;
}
.w980 {
  width: 980px;
}
.w990 {
  width: 990px;
}
.w1000 {
  width: 1000px;
}
.w150 {
  width: 150px;
}
.w200 {
  width: 200px;
}
.w250 {
  width: 250px;
}
.w300 {
  width: 300px;
}
.w350 {
  width: 350px;
}
.w400 {
  width: 400px;
}
.w450 {
  width: 450px;
}
.w500 {
  width: 500px;
}
.w550 {
  width: 550px;
}
.w600 {
  width: 600px;
}
.w650 {
  width: 650px;
}
.w700 {
  width: 700px;
}
.w750 {
  width: 750px;
}
.w800 {
  width: 800px;
}
.w850 {
  width: 850px;
}
.w900 {
  width: 900px;
}
.w950 {
  width: 950px;
}
.w1000 {
  width: 1000px;
}
.w5p {
  width: 5%;
}
.w10p {
  width: 10%;
}
.w15p {
  width: 15%;
}
.w20p {
  width: 20%;
}
.w25p {
  width: 25%;
}
.w30p {
  width: 30%;
}
.w35p {
  width: 35%;
}
.w40p {
  width: 40%;
}
.w45p {
  width: 45%;
}
.w50p {
  width: 50%;
}
.w55p {
  width: 55%;
}
.w60p {
  width: 60%;
}
.w65p {
  width: 65%;
}
.w70p {
  width: 70%;
}
.w75p {
  width: 75%;
}
.w80p {
  width: 80%;
}
.w85p {
  width: 85%;
}
.w90p {
  width: 90%;
}
.w95p {
  width: 95%;
}
.w100p {
  width: 100%;
}
@media screen and (max-width: 700px) {
  .w10-sp {
    width: 10px;
  }
}
@media screen and (max-width: 700px) {
  .w20-sp {
    width: 20px;
  }
}
@media screen and (max-width: 700px) {
  .w30-sp {
    width: 30px;
  }
}
@media screen and (max-width: 700px) {
  .w40-sp {
    width: 40px;
  }
}
@media screen and (max-width: 700px) {
  .w50-sp {
    width: 50px;
  }
}
@media screen and (max-width: 700px) {
  .w60-sp {
    width: 60px;
  }
}
@media screen and (max-width: 700px) {
  .w70-sp {
    width: 70px;
  }
}
@media screen and (max-width: 700px) {
  .w80-sp {
    width: 80px;
  }
}
@media screen and (max-width: 700px) {
  .w90-sp {
    width: 90px;
  }
}
@media screen and (max-width: 700px) {
  .w100-sp {
    width: 100px;
  }
}
@media screen and (max-width: 700px) {
  .w110-sp {
    width: 110px;
  }
}
@media screen and (max-width: 700px) {
  .w120-sp {
    width: 120px;
  }
}
@media screen and (max-width: 700px) {
  .w130-sp {
    width: 130px;
  }
}
@media screen and (max-width: 700px) {
  .w140-sp {
    width: 140px;
  }
}
@media screen and (max-width: 700px) {
  .w150-sp {
    width: 150px;
  }
}
@media screen and (max-width: 700px) {
  .w160-sp {
    width: 160px;
  }
}
@media screen and (max-width: 700px) {
  .w170-sp {
    width: 170px;
  }
}
@media screen and (max-width: 700px) {
  .w180-sp {
    width: 180px;
  }
}
@media screen and (max-width: 700px) {
  .w190-sp {
    width: 190px;
  }
}
@media screen and (max-width: 700px) {
  .w200-sp {
    width: 200px;
  }
}
@media screen and (max-width: 700px) {
  .w210-sp {
    width: 210px;
  }
}
@media screen and (max-width: 700px) {
  .w220-sp {
    width: 220px;
  }
}
@media screen and (max-width: 700px) {
  .w230-sp {
    width: 230px;
  }
}
@media screen and (max-width: 700px) {
  .w240-sp {
    width: 240px;
  }
}
@media screen and (max-width: 700px) {
  .w250-sp {
    width: 250px;
  }
}
@media screen and (max-width: 700px) {
  .w260-sp {
    width: 260px;
  }
}
@media screen and (max-width: 700px) {
  .w270-sp {
    width: 270px;
  }
}
@media screen and (max-width: 700px) {
  .w280-sp {
    width: 280px;
  }
}
@media screen and (max-width: 700px) {
  .w290-sp {
    width: 290px;
  }
}
@media screen and (max-width: 700px) {
  .w300-sp {
    width: 300px;
  }
}
@media screen and (max-width: 700px) {
  .w310-sp {
    width: 310px;
  }
}
@media screen and (max-width: 700px) {
  .w320-sp {
    width: 320px;
  }
}
@media screen and (max-width: 700px) {
  .w330-sp {
    width: 330px;
  }
}
@media screen and (max-width: 700px) {
  .w340-sp {
    width: 340px;
  }
}
@media screen and (max-width: 700px) {
  .w350-sp {
    width: 350px;
  }
}
@media screen and (max-width: 700px) {
  .w360-sp {
    width: 360px;
  }
}
@media screen and (max-width: 700px) {
  .w370-sp {
    width: 370px;
  }
}
@media screen and (max-width: 700px) {
  .w380-sp {
    width: 380px;
  }
}
@media screen and (max-width: 700px) {
  .w390-sp {
    width: 390px;
  }
}
@media screen and (max-width: 700px) {
  .w400-sp {
    width: 400px;
  }
}
@media screen and (max-width: 700px) {
  .w410-sp {
    width: 410px;
  }
}
@media screen and (max-width: 700px) {
  .w420-sp {
    width: 420px;
  }
}
@media screen and (max-width: 700px) {
  .w430-sp {
    width: 430px;
  }
}
@media screen and (max-width: 700px) {
  .w440-sp {
    width: 440px;
  }
}
@media screen and (max-width: 700px) {
  .w450-sp {
    width: 450px;
  }
}
@media screen and (max-width: 700px) {
  .w460-sp {
    width: 460px;
  }
}
@media screen and (max-width: 700px) {
  .w470-sp {
    width: 470px;
  }
}
@media screen and (max-width: 700px) {
  .w480-sp {
    width: 480px;
  }
}
@media screen and (max-width: 700px) {
  .w490-sp {
    width: 490px;
  }
}
@media screen and (max-width: 700px) {
  .w500-sp {
    width: 500px;
  }
}
@media screen and (max-width: 700px) {
  .w150-sp {
    width: 150px;
  }
}
@media screen and (max-width: 700px) {
  .w200-sp {
    width: 200px;
  }
}
@media screen and (max-width: 700px) {
  .w250-sp {
    width: 250px;
  }
}
@media screen and (max-width: 700px) {
  .w300-sp {
    width: 300px;
  }
}
@media screen and (max-width: 700px) {
  .w350-sp {
    width: 350px;
  }
}
@media screen and (max-width: 700px) {
  .w400-sp {
    width: 400px;
  }
}
@media screen and (max-width: 700px) {
  .w450-sp {
    width: 450px;
  }
}
@media screen and (max-width: 700px) {
  .w500-sp {
    width: 500px;
  }
}
@media screen and (max-width: 700px) {
  .w5p-sp {
    width: 5%;
  }
}
@media screen and (max-width: 700px) {
  .w10p-sp {
    width: 10%;
  }
}
@media screen and (max-width: 700px) {
  .w15p-sp {
    width: 15%;
  }
}
@media screen and (max-width: 700px) {
  .w20p-sp {
    width: 20%;
  }
}
@media screen and (max-width: 700px) {
  .w25p-sp {
    width: 25%;
  }
}
@media screen and (max-width: 700px) {
  .w30p-sp {
    width: 30%;
  }
}
@media screen and (max-width: 700px) {
  .w35p-sp {
    width: 35%;
  }
}
@media screen and (max-width: 700px) {
  .w40p-sp {
    width: 40%;
  }
}
@media screen and (max-width: 700px) {
  .w45p-sp {
    width: 45%;
  }
}
@media screen and (max-width: 700px) {
  .w50p-sp {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .w55p-sp {
    width: 55%;
  }
}
@media screen and (max-width: 700px) {
  .w60p-sp {
    width: 60%;
  }
}
@media screen and (max-width: 700px) {
  .w65p-sp {
    width: 65%;
  }
}
@media screen and (max-width: 700px) {
  .w70p-sp {
    width: 70%;
  }
}
@media screen and (max-width: 700px) {
  .w75p-sp {
    width: 75%;
  }
}
@media screen and (max-width: 700px) {
  .w80p-sp {
    width: 80%;
  }
}
@media screen and (max-width: 700px) {
  .w85p-sp {
    width: 85%;
  }
}
@media screen and (max-width: 700px) {
  .w90p-sp {
    width: 90%;
  }
}
@media screen and (max-width: 700px) {
  .w95p-sp {
    width: 95%;
  }
}
@media screen and (max-width: 700px) {
  .w100p-sp {
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  br.pc {
    display: none;
  }
}
br.tablet {
  display: none;
}
@media screen and (min-width: 701px) and (max-width: 1240px) {
  br.tablet {
    display: inline;
  }
}
br.sp {
  display: none;
}
@media screen and (max-width: 700px) {
  br.sp {
    display: inline;
  }
}

@media screen and (max-width: 700px) {
  img.pc {
    display: none;
  }
}
@media screen and (min-width: 701px) {
  img.sp {
    display: none;
  }
}

@media screen and (min-width: 701px) {
  .hidden-pc {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .hidden-sp {
    display: none;
  }
}

/* etc */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.eg-parent > *:not(.eg) {
  opacity: 0;
  visibility: hidden;
}

*[data-emergence], *.eg {
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  opacity: 0;
}
*[data-emergence=visible] {
  animation-name: fadeIn;
}
@supports (clip-path: polygon(0 0, 0 0, 0 0)) {
  *[data-anm=skew] {
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    transition: 1s all ease-out;
  }
  *[data-anm=skew][data-emergence=visible] {
    animation-duration: 0.3s;
    transition-delay: 0.3s;
    -webkit-clip-path: polygon(0 0, 220% 0, 0 220%, 0 0);
    clip-path: polygon(0 0, 220% 0, 0 220%, 0 0);
  }
}

/* floating */
@keyframes floating {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(30%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(30%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes flipIn {
  0% {
    opacity: 0;
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}
@keyframes flipIn {
  0% {
    opacity: 0;
    -webkit-transform: perspective(2000px) rotateY(90deg);
    -ms-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}
.flipIn {
  -webkit-animation-name: flipIn;
  animation-name: flipIn;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}





/*0918_追記*/
/*main #means2 {
  background: #fff;
  color: #FFF;
  padding-top: 70px;
  padding-bottom: 75px;
  box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.2);
}
main #means2 .item-hd {
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.5;
  margin-bottom: 80px;
}
main #means2 .item-hd > span:nth-child(1) {
  font-size: 36px;
  font-size: 2.5714285714rem;
  font-weight: 700;
  border-bottom: 1px solid #FFF;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
main #means2 .item-hd > span:nth-child(2) {
  font-size: 24px;
  font-size: 1.7142857143rem;
  font-weight: 500;
  margin-bottom: 30px;
}
main #means2 .item-hd > span:nth-child(3) {
  font-size: 40px;
  font-size: 2.8571428571rem;
  font-weight: 700;
}
main #means2 .item-hd > span:nth-child(3) span {
  background: linear-gradient(transparent 60%, #0075da 60%);
}
main #means2 .item-box {
  background: #FFF;
  border-radius: 10px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px;
  color: #333333;
  gap: 40px;
}
main #means2 .item-box .text {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
  text-align: center;
}
main #means2 .item-box .text h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: 500;
  line-height: 1.7;
}
main #means2 .item-box .text h3 span {
  font-size: 24px;
  font-size: 1.7142857143rem;
  font-weight: 700;
}
main #means2 .item-box .text .btn-grad {
  padding-right: 80px;
}
@media screen and (max-width: 1340px) {
  main #means2 .item-box .img {
    width: 45%;
  }
  main #means2 .item-box .text {
    width: 50%;
  }
}


main #means2 .item-hd {
    margin-bottom: 60px;
  }
  main #means2 .item-hd > span:nth-child(1) {
    font-size: 32px;
    font-size: 2.2857142857rem;
  }
  main #means2 .item-hd > span:nth-child(2) {
    font-size: 21px;
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  main #means2 .item-hd > span:nth-child(3) {
    font-size: 35px;
    font-size: 2.5rem;
  }
  main #means2 .item-box {
    padding: 40px;
    color: #333333;
    gap: 80px;
  }
  main #means2 .item-box .img {
    max-width: 43%;
  }
  main #means2 .item-box .text h3 {
    font-size: 18px;
    font-size: 1.2857142857rem;
  }
  main #means2 .item-box .text h3 span {
    font-size: 22px;
    font-size: 1.5714285714rem;
  }
  main #means2 .item-box .text .btn-grad {
    padding-right: 70px;
  }
@media screen and (min-width: 701px) and (max-width: 1240px) and (max-width: 900px) {
  main #means2 .item-box {
    -webkit-box-orient: vertical;
    flex-direction: column;
  }
  main #means2 .item-box .img {
    max-width: 80%;
    width: auto;
  }
  main #means2 .item-box .text {
    width: auto;
  }
}

main #means2 {
    padding-top: 30px;
    padding-bottom: 35px;
  }
  main #means2 .item-hd {
    margin-bottom: 30px;
    text-align: center;
  }
  main #means2 .item-hd > span:nth-child(1) {
    font-size: min(5vw, 22px);
    font-size: min(5vw, 1.5714285714rem);
    margin-bottom: 10px;
  }
  main #means2 .item-hd > span:nth-child(2) {
    font-size: 21px;
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  main #means2 .item-hd > span:nth-child(3) {
    font-size: 30px;
    font-size: 2.1428571429rem;
  }
  /*main #means2 .item-box {
    display: grid;
    padding: 20px;
    gap: 15px;
  }*/
  /*main #means2 .item-box .img {
    width: auto;
  }
  main #means2 .item-box .text {
    width: auto;
  }
  main #means2 .item-box .text h3 {
    margin-bottom: 15px;
    font-size: 17px;
    font-size: 1.2142857143rem;
  }
  main #means2 .item-box .text h3 span {
    font-size: 20px;
    font-size: 1.4285714286rem;
  }*/