@charset "UTF-8";
body {
  color: #262626;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
  text-align: justify;
  background: #fff;
  height: 100%;
  position: relative;
}

a:hover {
  opacity: 0.5;
  transition: 0.5s;
}

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

.wpcf7-form {
  width: 100%;
  max-width: 960px;
  margin: 1.5rem auto 0;
}
.wpcf7-form .need {
  color: red;
}
.wpcf7-form dl {
  margin: 0 0 2.5em;
}
.wpcf7-form dl dt {
  font-weight: bold;
  padding: 0.75rem 0;
}
.wpcf7-form dl dt .br {
  padding: 2px 0;
}
.wpcf7-form dl dd input[type=tel],
.wpcf7-form dl dd input[type=email],
.wpcf7-form dl dd input[type=text],
.wpcf7-form dl dd textarea {
  display: block;
  width: 100% !important;
  color: black;
  font-size: 16px;
  line-height: 1.5;
  border: none;
  padding: 0.75rem 1rem;
  -webkit-appearance: none;
  box-sizing: border-box;
  border-radius: 0.5rem;
}
.wpcf7-form dl dd input[type=checkbox],
.wpcf7-form dl dd input[type=radio] {
  margin: 1em 0.5em 1em 0;
}
.wpcf7-form dl dd .wpcf7-radio span {
  display: inline !important;
}
.wpcf7-form dl dd .wpcf7-radio input {
  display: inline !important;
  width: auto !important;
}
.wpcf7-form dl dd .wpcf7-checkbox span {
  display: inline !important;
}
.wpcf7-form dl dd .wpcf7-checkbox input {
  display: inline !important;
  width: auto !important;
}
.wpcf7-form p {
  text-align: center;
  position: relative;
}
.wpcf7-form p span {
  display: inline !important;
}
.wpcf7-form p input {
  display: inline-block;
  width: 12rem;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  margin: 0 auto;
  padding: 1.25em 0;
  background: #1B94D3;
  border-radius: 0.5em;
  border: none;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
}
.wpcf7-form p input:hover {
  opacity: 0.64;
}

.wpcf7c-hide {
  display: none;
}

.wpcf7c-force-hide {
  display: none !important;
}

.wpcf7c-conf {
  color: #ff0000 !important;
  background-color: rgb(250, 255, 189) !important;
  border: none !important;
}

.ajax-loader {
  display: none;
}

.screen-reader-response {
  display: none;
}

.wpcf7-not-valid-tip {
  display: block;
  color: #ff0000 !important;
  font-size: 0.8em !important;
  margin-top: 0.5em;
}

.wpcf7-validation-errors {
  display: block;
  color: #ff0000 !important;
  text-align: center;
  line-height: 1.5;
  padding: 0 !important;
  margin-top: 0.75em !important;
  margin-bottom: -0.25em !important;
  border: none !important;
}

.wpcf7c-elm-step2.message {
  display: block;
  text-align: center;
  line-height: 1.5;
  padding: 0 !important;
  margin-top: 0.75em !important;
  margin-bottom: -0.25em !important;
  border: none !important;
}

.wpcf7-mail-sent-ok {
  display: block;
  color: #ff0000 !important;
  text-align: center;
  line-height: 1.5;
  padding: 0 !important;
  margin-top: 0.75em !important;
  margin-bottom: -0.25em !important;
  border: none !important;
}

/* header */
.header {
  position: relative;
}
@media screen and (max-width: 959px) {
  .header {
    padding: 5rem 0 0;
  }
}
@media screen and (min-width: 960px) {
  .header .fxd {
    width: 100%;
    height: 5rem;
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translateY(-100%);
    filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.3));
  }
  .header .fxd.show {
    transform: translateY(0);
  }
}
.header .h1 {
  position: absolute;
  left: 3.125rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 959px) {
  .header .h1 {
    left: 2rem;
  }
}
.header .h1 img {
  height: 2.5rem;
}
.header .author {
  position: absolute;
  left: 2.5rem;
  top: 1.875rem;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .header .author {
    display: none;
  }
}
.header .author img {
  height: 1.5rem;
}
.header .nav {
  display: flex;
  position: absolute;
  right: 17.5rem;
  top: 1.875rem;
}
@media screen and (max-width: 959px) {
  .header .nav {
    display: block;
    text-align: center;
    position: static;
  }
}
.header .nav li {
  margin: 0 2.5rem 0 0;
}
@media screen and (max-width: 959px) {
  .header .nav li {
    margin: 0 0 3.25rem;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
  }
  .header .nav li:last-child {
    letter-spacing: 0.09em;
    text-indent: 0.09em;
  }
}
.header .nav li a {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
}
@media screen and (min-width: 960px) {
  .header .contact {
    width: 17.5rem;
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media screen and (max-width: 959px) {
  .header .contact {
    width: calc(100% - 4em);
    max-width: 384px;
    position: fixed;
    bottom: 1rem;
    left: 50%;
    z-index: 8;
    transform: translateX(-50%);
  }
}
.header .contact a {
  display: block;
  color: yellow;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-feature-settings: "palt" 1;
  font-weight: 900;
  text-align: center;
  padding: 1.875rem 0;
  background: #1B94D3;
  transition: 0.5s;
}
@media screen and (max-width: 959px) {
  .header .contact a {
    color: #1B94D3;
    font-size: 1.25rem;
    letter-spacing: 0.15em;
    text-indent: 0.15em;
    padding: 1rem 0;
    background: yellow;
    border: 0.25rem solid #1B94D3;
    border-radius: 0.9375rem;
    filter: drop-shadow(0px 0px 8px rgba(27, 148, 211, 0.6));
  }
}
.header .contact a:hover {
  color: #1B94D3;
  background: yellow;
  opacity: 1;
}
.header .menu {
  width: 2rem;
  height: 2rem;
  position: fixed;
  top: 2.5rem;
  right: 2rem;
  z-index: 14;
  transform: translateY(-50%);
  cursor: pointer;
  transition: 0.25s;
}
@media screen and (min-width: 960px) {
  .header .menu {
    display: none;
  }
}
.header .menu span {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #1B94D3;
  transition: 0.5s;
  z-index: 3;
}
.header .menu .span {
  top: calc(50% - 0.625rem);
}
.header .menu .span2 {
  top: calc(50% - 1px);
}
.header .menu .span3 {
  bottom: calc(50% - 0.625rem);
}
.header .menu.open span {
  background: #FFF;
}
.header .menu.open .span {
  top: calc(50% - 1px);
  transform: rotate(315deg);
}
.header .menu.open .span2 {
  opacity: 0;
}
.header .menu.open .span3 {
  bottom: calc(50% - 1px);
  transform: rotate(-315deg);
}
@media screen and (max-width: 959px) {
  .header nav {
    width: 100%;
    max-width: 240px;
    height: 100vh;
    color: #FFF;
    padding: 7.5rem 1rem 0;
    background: rgba(27, 148, 211, 0.95);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9;
    transition: 0.375s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translateX(100%);
    visibility: hidden;
  }
}
.header nav.show {
  transform: translateX(0);
  visibility: visible;
}

footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 4em);
  max-width: 900px;
  margin: 0 auto;
  padding: 2.5rem 0;
}
@media screen and (max-width: 959px) {
  footer {
    display: block;
    padding-bottom: 7.5em;
  }
}
footer p:first-child {
  width: 6.25rem;
  color: #1B94D3;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  padding: 1em 0;
  border-top: 1px solid #1B94D3;
  border-bottom: 1px solid #1B94D3;
}
@media screen and (max-width: 959px) {
  footer p:first-child {
    margin: 0 auto;
  }
}
footer p img {
  height: 2.625rem;
}
@media screen and (max-width: 959px) {
  footer p img {
    height: 3.25rem;
    margin: 1.25rem auto;
  }
}
footer p:nth-child(3) {
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 959px) {
  footer p:nth-child(3) {
    text-align: center;
    margin: -0.25em 0;
  }
}
footer p:last-child a {
  display: block;
  width: 10rem;
  color: #1B94D3;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding: 0.875rem 1.25rem;
  border-radius: 1.25rem;
  background: url("../img/arw6.svg") center right 1.25rem/0.375rem no-repeat rgba(27, 148, 211, 0.2);
}
@media screen and (max-width: 959px) {
  footer p:last-child a {
    margin: 1.25rem auto 0;
  }
}
footer p:last-child a:hover {
  color: #FFF;
  background: url("../img/arw7.svg") center right 1.25rem/0.375rem no-repeat #1B94D3;
  opacity: 1;
}

@-webkit-keyframes myAnime {
  0% {
    transform: scale(1, 0);
  }
  50% {
    transform: scale(1, 1);
  }
  51% {
    transform: scale(0, 0);
  }
  100% {
    transform: scale(0, 0);
  }
}
@-webkit-keyframes myAnime2 {
  0% {
    transform: scale(0, 0);
  }
  50% {
    transform: scale(0, 0);
  }
  51% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 0);
  }
}
.mainImage {
  position: relative;
}
.mainImage .scroll {
  height: 5rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 959px) {
  .mainImage .scroll {
    display: none;
  }
}
.mainImage .scroll::after, .mainImage .scroll::before {
  width: 1px;
  height: 3.75rem;
  content: "";
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform-origin: top;
  -webkit-animation: myAnime 2s cubic-bezier(0.83, 0, 0.17, 1) 0s infinite normal;
          animation: myAnime 2s cubic-bezier(0.83, 0, 0.17, 1) 0s infinite normal;
}
.mainImage .scroll::after {
  transform-origin: bottom;
  -webkit-animation: myAnime2 2s cubic-bezier(0.83, 0, 0.17, 1) 0s infinite normal;
          animation: myAnime2 2s cubic-bezier(0.83, 0, 0.17, 1) 0s infinite normal;
}
.mainImage .scroll img {
  height: 0.625rem;
  margin: 0 auto;
}
.mainImage .left {
  width: 40vw;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 959px) {
  .mainImage .left {
    display: none;
  }
}
.mainImage .right {
  width: 62.5vw;
  height: 56.25vw;
  margin-left: auto;
  background: url("../img/main.jpg") center/cover no-repeat;
}
@media screen and (max-width: 959px) {
  .mainImage .right {
    width: 100%;
    height: 81.25vw;
    background: url("../img/_main.jpg") center/cover no-repeat;
  }
}
.mainImage .read {
  color: #CD3A72;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.75vw;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  line-height: 1.4286;
  text-align: center;
}
.mainImage .logo {
  margin: 5.25vw 0 0;
  position: relative;
}
.mainImage .logo::after {
  width: 1.875rem;
  height: 1.375rem;
  content: "";
  background: url("../img/arw1.svg") center/cover no-repeat;
  position: absolute;
  left: 50%;
  top: -3.3125vw;
  transform: translateX(-50%);
}
.mainImage .logo img {
  height: 4vw;
  margin: 0 auto;
}
.mainImage .subNav {
  width: 15rem;
  margin: 0 auto;
}
.mainImage .subNav li {
  margin: 0.75rem 0 0;
}
.mainImage .subNav li:first-child {
  margin: 2rem 0 0;
}
.mainImage .subNav li:last-child a {
  letter-spacing: 0.09em;
  text-indent: 0.09em;
}
.mainImage .subNav li a {
  display: block;
  color: #1B94D3;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  text-align: center;
  padding: 1.25rem 0;
  border-radius: 1.875rem;
  background: rgba(27, 148, 211, 0.2);
  transition: 0.5s;
  position: relative;
}
.mainImage .subNav li a::after {
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 0.375rem 0.3125rem 0 0.3125rem;
  border-color: #1B94D3 transparent transparent transparent;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.mainImage .subNav li a:hover {
  color: #FFF;
  background: #1B94D3;
  opacity: 1;
}
.mainImage .subNav li a:hover::after {
  border-color: #FFF transparent transparent transparent;
}

.contents > div {
  position: relative;
}
.contents > div h2 {
  width: 30rem;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.4em;
  text-indent: 0.4em;
  text-align: center;
  padding: 1.5rem 0;
  border-radius: 2.5rem;
  background: #1B94D3;
  position: absolute;
  top: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
@media screen and (max-width: 959px) {
  .contents > div h2 {
    width: calc(100vw - 8rem);
    max-width: 30rem;
    font-size: 1.75rem;
  }
}
.contents > div h2::after {
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 1.25rem 1.5rem 0 1.5rem;
  border-color: #1B94D3 transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

#index {
  overflow: hidden;
  position: relative;
}

#index00 {
  padding: 5.75rem 0 7.1875rem;
  background: url("../img/bg.jpg") center/cover no-repeat;
}
@media screen and (max-width: 959px) {
  #index00 {
    padding: 3.75rem 0 7.1875rem;
    background: url("../img/_bg.jpg") center/cover no-repeat;
  }
}
#index00 > * {
  width: calc(100% - 4em);
  max-width: 960px;
  margin: 0 auto;
}
#index00 .catch {
  color: #CD3A72;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.96875rem;
  font-weight: 900;
  line-height: 1.75;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
  margin: -0.375em auto;
}
@media screen and (max-width: 959px) {
  #index00 .catch {
    font-size: 1.25rem;
  }
}
#index00 .catch span {
  display: inline-block;
  color: #FFF;
  background: #CD3A72;
  padding: 0 0.25rem;
}
#index00 .catch + p {
  margin: 2.5rem auto 0;
}
@media screen and (max-width: 959px) {
  #index00 .catch + p {
    margin: 2rem auto 0;
  }
}
#index00 .list {
  display: flex;
  justify-content: center;
  padding: 1.875rem;
  margin: 1.375rem auto 0;
  border: 4px solid #CD3A72;
  border-radius: 0.9375rem;
}
#index00 .list ol li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin: calc(1.25rem - 0.25em) 0 -0.25em;
}
@media screen and (max-width: 959px) {
  #index00 .list ol li {
    padding-left: 1.5rem;
    position: relative;
  }
  #index00 .list ol li .num {
    position: absolute;
    top: 0;
    left: 0;
  }
}
#index00 .list ol li:first-child {
  margin: -0.25em 0;
}
#index00 .list ol li .red {
  color: #CD3A72;
}
#index00 .list + p {
  font-size: 0.875rem;
  line-height: 2;
  margin: calc(1.875rem - 0.5em) auto -0.5em;
}
#index00 .read {
  max-width: 762px;
  margin: 2rem auto 0;
}
@media screen and (max-width: 959px) {
  #index00 .read img {
    height: 10.5rem;
    margin: 0 auto;
  }
}

#index01 {
  padding: 8.125rem 0 7.5rem;
  background: rgba(27, 148, 211, 0.2);
}
@media screen and (max-width: 959px) {
  #index01 {
    padding: 7.5rem 0;
  }
}
#index01 .list {
  width: calc(100% - 4em);
  max-width: 960px;
  margin: 0 auto;
}
#index01 .list li {
  padding: 4rem 0;
  position: relative;
}
@media screen and (max-width: 959px) {
  #index01 .list li {
    padding: 3rem 0;
  }
}
#index01 .list li::after {
  width: 100%;
  height: 0.5rem;
  content: "";
  background: #FFF;
  border-radius: 0.25rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
#index01 .list li:first-child {
  padding-top: 0;
}
@media screen and (max-width: 959px) {
  #index01 .list li:first-child {
    padding: 0;
  }
}
#index01 .list li:first-child .img {
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 959px) {
  #index01 .list li:first-child .img {
    width: 73.2421875vw;
    margin-left: auto;
  }
}
#index01 .list li:nth-child(2) .img {
  right: 1.5rem;
  bottom: -4rem;
  z-index: 3;
}
@media screen and (max-width: 959px) {
  #index01 .list li:nth-child(2) .img {
    width: 215px;
    margin: 2rem auto 0;
  }
}
#index01 .list li:nth-child(3) .img {
  left: 2.5rem;
  bottom: 3.5rem;
}
#index01 .list li:nth-child(3) .img img {
  height: 6rem;
}
@media screen and (max-width: 959px) {
  #index01 .list li:nth-child(3) .img img {
    margin: 2rem auto 0;
  }
}
#index01 .list li:last-child {
  padding: 3.375rem 0 0;
}
@media screen and (max-width: 959px) {
  #index01 .list li:last-child {
    padding: 3.5rem 0 0;
  }
}
#index01 .list li:last-child::after {
  display: none;
}
#index01 .list li:last-child .num img {
  height: 4.6875rem;
}
#index01 .list li:last-child .dt {
  font-size: 2.25rem;
}
@media screen and (max-width: 959px) {
  #index01 .list li:last-child .dt {
    font-size: 2rem;
  }
}
#index01 .list li span {
  display: block;
}
#index01 .list li .num img {
  height: 4.125rem;
  margin: 0 auto 1.75rem;
}
#index01 .list li .img {
  position: absolute;
}
@media screen and (max-width: 959px) {
  #index01 .list li .img {
    position: static;
  }
}
#index01 .list li .dt {
  color: #1B94D3;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-style: italic;
  font-weight: 900;
  line-height: 1.75;
  letter-spacing: 0.15em;
  text-indent: 0.15em;
  text-align: center;
  margin: -0.375em 0;
}
@media screen and (max-width: 959px) {
  #index01 .list li .dt {
    font-size: 2rem;
  }
}
#index01 .list li .dd {
  line-height: 1.75;
  text-align: center;
  margin: calc(2rem - 0.375em) 0 -0.375em;
}
#index01 .box {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 4em);
  max-width: 960px;
  padding: 2.5rem 3.75rem;
  margin: 5rem auto 0;
  background: #FFF;
  position: relative;
}
@media screen and (max-width: 959px) {
  #index01 .box {
    display: block;
    padding: 2.5rem 2rem;
  }
}
#index01 .box::after {
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(27, 148, 211, 0.1);
  position: absolute;
  left: 1.25rem;
  top: 1.25rem;
  z-index: -1;
}
@media screen and (max-width: 959px) {
  #index01 .box::after {
    left: 0.75rem;
    top: 0.75rem;
  }
}
#index01 .box h3 img {
  height: 1.4375rem;
}
#index01 .box .user {
  max-width: 619px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  margin: 2rem 0 0;
}
#index01 .box .user strong {
  display: block;
  font-size: 1.25rem;
  margin: 0 0 0.5rem;
}
#index01 .box .txt {
  max-width: 619px;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  margin: calc(1.25rem - 0.375em) 0 -0.375em;
}
@media screen and (max-width: 959px) {
  #index01 .box .txt {
    font-size: 0.875rem;
  }
}
#index01 .box ul {
  width: 11.25rem;
}
@media screen and (max-width: 959px) {
  #index01 .box ul {
    width: 100%;
    display: flex;
    margin: 2rem 0 0;
  }
  #index01 .box ul li {
    width: 50%;
  }
}

#index02 {
  padding: 5.875rem 0;
}
@media screen and (max-width: 959px) {
  #index02 h2 {
    letter-spacing: 0.1em;
    text-indent: 0.1em;
  }
}
#index02 h2 + p img {
  height: 5rem;
  margin: 0 auto;
}
#index02 .list1 {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 959px) {
  #index02 .list1 {
    display: block;
  }
}
#index02 .list1 li {
  width: 288px;
  margin: 3.75rem 4.375rem 0 0;
  position: relative;
}
@media screen and (max-width: 959px) {
  #index02 .list1 li {
    width: calc(100% - 4rem);
    margin: 7.5rem auto 0;
  }
}
@media screen and (max-width: 959px) {
  #index02 .list1 li:first-child {
    margin: 2rem auto 0;
  }
}
#index02 .list1 li::after {
  width: 3.9375rem;
  height: 3.75rem;
  content: "";
  background: url("../img/arw2.svg") center/cover no-repeat;
  position: absolute;
  left: calc(100% + 5px);
  top: 6.25rem;
}
@media screen and (max-width: 959px) {
  #index02 .list1 li::after {
    width: 3.75rem;
    height: 3.9375rem;
    background: url("../img/arw3.svg") center/cover no-repeat;
    left: 50%;
    top: calc(100% + 1rem);
    transform: translateX(-50%);
  }
}
#index02 .list1 li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 959px) {
  #index02 .list1 li:last-child {
    margin: 7rem auto 0;
  }
}
#index02 .list1 li:last-child::after {
  display: none;
}
#index02 .list1 span {
  display: block;
}
#index02 .list1 .img {
  width: 16rem;
  margin: 0 auto 1.5rem;
}
#index02 .list1 .dt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.15em;
  text-indent: 0.15em;
  text-align: center;
  margin: -0.4em 0;
}
#index02 .list1 .dd {
  line-height: 1.75;
  margin: calc(1.125rem - 0.375em) 0 -0.375em;
}
#index02 .slide_loop {
  width: 100%;
  height: 100%;
  position: relative;
}
#index02 .slide_loop .prev {
  width: 4rem;
  position: absolute;
  top: 50%;
  left: calc(50% - 33.75vw);
  transform: translateX(-50%) translateY(-50%);
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  #index02 .slide_loop .prev {
    display: none;
  }
}
#index02 .slide_loop .next {
  width: 4rem;
  position: absolute;
  top: 50%;
  right: calc(50% - 33.75vw);
  transform: translateX(50%) translateY(-50%);
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  #index02 .slide_loop .next {
    display: none;
  }
}
#index02 .slide_loop .mask .image {
  /*
  display: flex;
  justify-content: center;
  width: max-content;
  height: 100%;
  scroll-snap-type: x mandatory;
  padding: 0 0 1em 2.5em;
  -webkit-overflow-scrolling: touch;
  @media screen and (max-width:959px) {
  	padding: 0 0 1em (28/16)*1rem;
  }
  */
}
#index02 .slide_loop .mask .image li {
  width: 22.5vw;
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 959px) {
  #index02 .slide_loop .mask .image li {
    width: 240px;
  }
}
#index02 .slide_loop .mask .image li div {
  padding: 2.5rem 1.25rem;
}
#index02 .body {
  width: calc(100% - 4em);
  max-width: 960px;
  margin: 6.25rem auto 0;
  position: relative;
}
#index02 .body::after {
  width: 2.5rem;
  height: 1.875rem;
  content: "";
  background: url("../img/arw4.svg") center/cover no-repeat;
  position: absolute;
  left: 50%;
  top: -4rem;
  transform: translateX(-50%);
}
#index02 .body .read {
  color: #1B94D3;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
  text-align: center;
  margin: -0.25em 0;
}
@media screen and (max-width: 959px) {
  #index02 .body .read {
    font-size: 1.5rem;
  }
}
#index02 .body .read span {
  position: relative;
}
#index02 .body .read span::after {
  height: 4px;
  width: 100%;
  content: "";
  background: #1B94D3;
  position: absolute;
  left: 0;
  top: 100%;
}
#index02 .body .read + p {
  line-height: 1.75;
  text-align: center;
  margin: calc(1.75rem - 0.375em) 0 -0.375em;
}
@media screen and (max-width: 959px) {
  #index02 .body .read + p {
    text-align: justify;
  }
}
#index02 .body .list2 img {
  height: 3.75rem;
  margin: 1.375rem auto 0;
}
#index02 .image2 {
  max-width: 1011px;
  width: calc(100% - 6em);
  margin: 2.625rem auto 0;
}

#index03 {
  padding: 5.625rem 0 7.875rem;
  background: rgba(27, 148, 211, 0.1);
}
#index03 > * {
  width: calc(100% - 4em);
  max-width: 480px;
  margin: 0 auto;
}
#index03 .list li {
  margin: 0 0 4rem;
  position: relative;
}
#index03 .list li::after {
  width: 2.5rem;
  height: 1rem;
  content: "";
  background: url("../img/arw5.svg") center/cover no-repeat;
  position: absolute;
  left: 50%;
  top: calc(100% + 1.25rem);
  transform: translateX(-50%);
}
#index03 .list li:last-child {
  margin: 0;
}
#index03 .list li:last-child::after {
  display: none;
}
#index03 .list li:last-child img {
  height: 6.875rem;
}
#index03 .list li img {
  height: 16.625rem;
  margin: 0 auto;
}
#index03 .list li span {
  display: block;
  font-feature-settings: "palt" 1;
  text-align: center;
  margin: 2rem 0 0;
}
@media screen and (max-width: 959px) {
  #index03 .list li span {
    font-size: 0.875rem;
    margin: 1.5rem 0 0;
  }
}
#index03 .link {
  margin: 3.125rem auto 0;
}
#index03 .link a {
  display: block;
  height: 8rem;
  background: url("../img/21.svg") center/cover no-repeat;
  border: 0.25rem solid #1B94D3;
  border-radius: 1.25rem;
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 959px) {
  #index03 .link a {
    width: 100%;
    max-width: 448px;
    max-height: 112px;
    height: 21.875vw;
    margin: 0 auto;
  }
}
#index03 .link a:hover {
  background: url("../img/_21.svg") center/cover no-repeat;
  opacity: 1;
}

#index04 {
  width: calc(100% - 4em);
  max-width: 960px;
  padding: 6.25rem 0 7.875rem;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  #index04 h2 {
    letter-spacing: 0.05em;
    text-indent: 0.05em;
  }
}
#index04 .faq {
  border-top: 4px solid #1B94D3;
}
#index04 .faq:last-child {
  border-bottom: 4px solid #1B94D3;
}
#index04 .faq dt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding: 1.75rem 4.6875rem;
  background: url("../img/q.svg") center left 1.75rem/1.5rem no-repeat;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  #index04 .faq dt {
    font-size: 1rem;
    padding: 1.5rem 3rem;
    background-position: center left 0.5rem;
  }
}
#index04 .faq dt.show::before {
  transform: translateY(-50%) rotate(0deg);
}
#index04 .faq dt::after {
  width: 1.25rem;
  height: 4px;
  content: "";
  background: #000;
  position: absolute;
  right: 1.875rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 959px) {
  #index04 .faq dt::after {
    right: 0;
  }
}
#index04 .faq dt::before {
  width: 1.25rem;
  height: 4px;
  content: "";
  background: #000;
  position: absolute;
  right: 1.875rem;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.375s;
}
@media screen and (max-width: 959px) {
  #index04 .faq dt::before {
    right: 0;
  }
}
#index04 .faq dd {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  padding: 1.75rem 1.5rem 1.75rem 4.6875rem;
  background: url("../img/a.svg") top 2rem left 1.75rem/1.5rem no-repeat;
  border-top: 1px dashed #1B94D3;
  position: relative;
  visibility: hidden;
  display: none;
}
@media screen and (max-width: 959px) {
  #index04 .faq dd {
    padding: 1.5rem 0 1.5rem 3rem;
    background-position: top 2rem left 0.5rem;
  }
}
#index04 .faq dd a {
  text-decoration: underline;
}
#index04 .faq dd a:hover {
  text-decoration: none;
}
#index04 .faq dd.show {
  visibility: visible;
  display: block;
}

#contact {
  padding: 6.25rem 2em 5.625rem;
  background: rgba(27, 148, 211, 0.1);
}
#contact h2 {
  width: 35rem;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}
@media screen and (max-width: 959px) {
  #contact h2 {
    width: calc(100vw - 4rem);
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
  }
}
#contact h2 + p {
  text-align: center;
}

@media screen and (min-width: 960px) {
  .pcNone {
    display: none !important;
  }
  html {
    width: 100%;
    height: 100%;
    font-size: 16px;
  }
  body {
    width: 100%;
    height: 100%;
    font-size: 1rem;
  }
  img {
    display: block;
    height: auto;
  }
}
@media screen and (max-width: 959px) {
  .spNone {
    display: none !important;
  }
  html {
    width: 100%;
    height: 100%;
    font-size: 14px;
  }
  body {
    width: 100%;
    height: 100%;
    font-size: 1rem;
    overflow-x: hidden;
  }
  img {
    display: block;
    max-width: 100%;
    width: auto;
  }
}