@charset "UTF-8";
body {
  font-family: "Noto Sans JP", "MyHiragino", "Hiragino Sans", sans-serif;
  word-break: break-word;
  color: #333333;
}

@font-face {
  font-family: "MyHiragino";
  src: local("HiraginoSans-W3"), local("ヒラギノ角ゴ ProN W3"), local("Hiragino Kaku Gothic ProN");
}
@font-face {
  font-family: "MyHiragino2";
  font-weight: bold;
  src: local("HiraginoSans-W6"), local("ヒラギノ角ゴ ProN W6"), local("Hiragino Kaku Gothic ProN W6");
}
.l-main {
  overflow: hidden;
}

.l-main-wrapper[class*=main-third] {
  position: relative;
}
.l-main-wrapper[class*=main-wrapper-link] {
  background-color: #F6F7F7;
}

.l-main-container {
  max-width: 1180px;
  margin: 0 auto;
}
.l-main-container[class*=main-container-second] {
  position: relative;
  z-index: 10;
}

.l-main-container-inner {
  max-width: 100%;
  margin-left: 30px;
  margin-right: 30px;
}
.l-main-container-inner[class*=kv-inner] {
  position: relative;
}
.l-main-container-inner[class*=flex-inner] {
  display: flex;
  align-items: center;
  column-gap: 40px;
}
@media screen and (max-width: 767px) {
  .l-main-container-inner[class*=flex-inner] {
    display: block;
  }
}

.l-wrapper-second {
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .l-wrapper-second {
    margin-bottom: 80px;
  }
}

.l-wrapper-third {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .l-wrapper-third {
    margin-bottom: 40px;
  }
}

.l-wrapper-fourth {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .l-wrapper-fourth {
    margin-bottom: 80px;
  }
}

.l-wrapper-link {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .l-wrapper-link {
    padding: 40px 0;
  }
}

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

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

h2, [class*=_fsH2] {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 4.7rem;
}
@media screen and (max-width: 767px) {
  h2, [class*=_fsH2] {
    font-size: 1.8rem;
    line-height: 3.24rem;
  }
}

h3, [class*=_fsH3] {
  font-size: 2rem;
  font-weight: 600;
  line-height: 3.24rem;
}
@media screen and (max-width: 767px) {
  h3, [class*=_fsH3] {
    font-size: 2rem;
    line-height: 3.24rem;
  }
}

h4, [class*=_fsH4] {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.24rem;
}
@media screen and (max-width: 767px) {
  h4, [class*=_fsH4] {
    font-size: 1.6rem;
    line-height: 2.24rem;
  }
}

h5, [class*=_fsH5] {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.96rem;
}
@media screen and (max-width: 767px) {
  h5, [class*=_fsH5] {
    font-size: 1.4rem;
    line-height: 1.96rem;
  }
}

[class^=btn-] {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

a:hover {
  opacity: 0.8;
  transition: opacity 0.3s;
  text-decoration: none;
}

.pagetop {
  position: fixed;
  z-index: 100;
  width: 50px;
  height: 50px;
  right: 0;
  bottom: 0;
  background-color: #808080;
}
.pagetop a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
}
.pagetop a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  transform: translate(-50%, -25%) rotate(45deg);
  border: 2px solid #FFFFFF;
  border-right: transparent;
  border-bottom: transparent;
}

._text-green {
  color: #16776C;
}

._text-yellow {
  color: #FFD800;
}

.attention {
  vertical-align: baseline;
}

.kv-block {
  position: relative;
  width: 100%;
}
.kv-block-inner {
  position: relative;
  margin: 0 auto;
}
.kv-block-inner-image {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 62.22%;
}
@media screen and (max-width: 767px) {
  .kv-block-inner-image {
    width: 100%;
    min-width: 520px;
  }
}
@media screen and (max-width: 375px) {
  .kv-block-inner-image {
    left: -80px;
  }
}
.kv-block-inner-image img {
  width: 100%;
}
.kv-block-inner-image-mask-1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 66.35%;
  height: 100%;
  background: transparent linear-gradient(90deg, rgba(239, 246, 247, 0) 0%, #EFF6F7 100%) 0% 0% no-repeat padding-box;
}
.kv-block-inner-image-mask-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 57.6%;
  background: transparent linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}
@media screen and (max-width: 767px) {
  .kv-block-inner-image-mask-2 {
    height: 68.11%;
  }
}
@media screen and (max-width: 375px) {
  .kv-block-inner-image-mask-2 {
    left: 80px;
  }
}
.kv-block-inner-image-background {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: #EFF6F7;
}
.kv-block-inner-text {
  position: relative;
  z-index: 5;
  width: 38.79%;
  max-width: 530px;
  padding-top: 3.75%;
  margin-left: 47.87%;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .kv-block-inner-text {
    width: 71.73%;
    padding-top: 50.5%;
    margin: 0 auto 30px;
  }
}
.kv-block-inner-text img {
  width: 100%;
}
.kv-block-inner-step {
  position: relative;
  z-index: 5;
  display: flex;
  width: 39.31%;
  max-width: 537px;
  margin-left: 51.68%;
  margin-bottom: 96.5px;
}
@media screen and (max-width: 767px) {
  .kv-block-inner-step {
    width: 86.66%;
    margin: 0 auto 80px;
  }
}
.kv-block-inner-step .step-item1,
.kv-block-inner-step .step-item2 {
  visibility: hidden;
  opacity: 0;
  max-width: 187px;
}
.kv-block-inner-step .step-item1 img,
.kv-block-inner-step .step-item2 img {
  width: 100%;
}
.kv-block-inner-step .step-item3 {
  visibility: hidden;
  opacity: 0;
  max-width: 167px;
}
.kv-block-inner-step .step-item3 img {
  width: 100%;
}

.bg-smartphone {
  position: absolute;
  top: -4%;
  right: -11.5%;
  width: 38.82%;
  transform: matrix(0.91, 0.42, -0.42, 0.91, 0, 0);
}
@media screen and (max-width: 767px) {
  .bg-smartphone {
    top: 34%;
    right: -4.5%;
    width: 46.82%;
  }
}
.bg-smartphone img {
  width: 100%;
}

.flex-box {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .flex-box {
    width: 100%;
  }
}
.flex-box-image {
  position: relative;
  max-width: 438px;
  margin: 0 auto;
  padding-top: 24.74%;
}
@media screen and (max-width: 767px) {
  .flex-box-image {
    margin-bottom: 48.5px;
    padding-top: 40px;
  }
}
.flex-box-image img {
  width: 100%;
}
.flex-box-image-fukidashi1 {
  visibility: hidden;
  position: absolute;
  top: 12%;
  left: 15.75%;
  width: 34.01%;
  max-width: 150px;
}
@media screen and (max-width: 1150px) {
  .flex-box-image-fukidashi1 {
    width: 12.8vw;
  }
}
@media screen and (max-width: 1100px) {
  .flex-box-image-fukidashi1 {
    left: 17%;
  }
}
@media screen and (max-width: 767px) {
  .flex-box-image-fukidashi1 {
    top: -8%;
    left: 18%;
    width: 28%;
  }
}
@media screen and (max-width: 480px) {
  .flex-box-image-fukidashi1 {
    top: -6%;
  }
}
@media screen and (max-width: 420px) {
  .flex-box-image-fukidashi1 {
    top: -4%;
  }
}
@media screen and (max-width: 375px) {
  .flex-box-image-fukidashi1 {
    top: -2%;
  }
}
.flex-box-image-fukidashi1 img {
  width: 100%;
}
.flex-box-image-fukidashi2 {
  visibility: hidden;
  position: absolute;
  top: 3%;
  right: -11.64%;
  width: 42.3%;
  max-width: 185px;
}
@media screen and (max-width: 1150px) {
  .flex-box-image-fukidashi2 {
    width: 17vw;
  }
}
@media screen and (max-width: 767px) {
  .flex-box-image-fukidashi2 {
    top: -16%;
    right: -7%;
    width: 36%;
  }
}
@media screen and (max-width: 375px) {
  .flex-box-image-fukidashi2 {
    top: -12%;
    right: -8%;
  }
}
.flex-box-image-fukidashi2 img {
  width: 100%;
}
.flex-box-title {
  padding: 29.5px 39.5px;
  margin-bottom: 40px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .flex-box-title {
    padding: 6.5px 0;
    text-align: center;
  }
}
.flex-box-title h2 {
  position: relative;
  display: inline-block;
  color: #777777;
}
@media screen and (max-width: 1027px) {
  .flex-box-title h2 {
    font-size: 2.3rem;
    line-height: 4.5rem;
  }
}
@media screen and (max-width: 947px) {
  .flex-box-title h2 {
    font-size: 2rem;
    line-height: 3.4rem;
  }
}
@media screen and (max-width: 865px) {
  .flex-box-title h2 {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 767px) {
  .flex-box-title h2 {
    font-size: 1.8rem;
    line-height: 3.24rem;
  }
}
@media screen and (max-width: 350px) {
  .flex-box-title h2 {
    font-size: 5.14vw;
  }
}
.flex-box-title h2::before {
  content: "";
  position: absolute;
  top: -29.5px;
  left: -39.5px;
  width: 13px;
  height: 13px;
  border: 4px solid #707070;
  border-right: transparent;
  border-bottom: transparent;
}
@media screen and (max-width: 767px) {
  .flex-box-title h2::before {
    top: -6.5px;
    left: -9.38px;
  }
}
.flex-box-title h2::after {
  content: "";
  position: absolute;
  bottom: -29.5px;
  right: -39.5px;
  width: 13px;
  height: 13px;
  border: 4px solid #707070;
  border-top: transparent;
  border-left: transparent;
}
@media screen and (max-width: 767px) {
  .flex-box-title h2::after {
    bottom: -6.5px;
    right: -9.38px;
  }
}
.flex-box-text {
  text-align: left;
}
.flex-box-text p {
  font-size: 1.7rem;
  line-height: 3.06rem;
}
@media screen and (max-width: 767px) {
  .flex-box-text p {
    font-size: 1.5rem;
    line-height: 2.7rem;
  }
}

.flex-block {
  display: flex;
  column-gap: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .flex-block {
    display: block;
    margin-bottom: 20px;
  }
}
.flex-block-box {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .flex-block-box {
    width: 100%;
  }
  .flex-block-box:nth-child(1) {
    margin-bottom: 60px;
  }
}
.flex-block-box-image {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 294px;
}
.flex-block-box-image img {
  width: 100%;
  min-height: 204px;
}
@media screen and (max-width: 767px) {
  .flex-block-box-image {
    position: relative;
    top: 0;
    left: 0;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.flex-block-box-image-title {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.flex-block-box-image-title h3 {
  position: relative;
  padding: 32px 0;
  margin: 0 30px;
  width: 100%;
  max-width: 280px;
  background-color: rgba(255, 255, 255, 0.8);
}
.flex-block-box-image-title h3::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -9.5px;
  width: 13px;
  height: 13px;
  border: 4px solid #16776C;
  border-right: transparent;
  border-bottom: transparent;
}
.flex-block-box-image-title h3::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -9.5px;
  width: 13px;
  height: 13px;
  border: 4px solid #16776C;
  border-top: transparent;
  border-left: transparent;
}
.flex-block-box-title {
  display: flex;
  justify-content: center;
  position: relative;
  text-align: center;
  width: 100%;
}
.flex-block-box-title h3 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: 136px;
  margin: 13% 30px 11.1%;
  background-color: rgba(255, 255, 255, 0.8);
}
.flex-block-box-title h3::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -9.5px;
  width: 13px;
  height: 13px;
  border: 4px solid #16776C;
  border-right: transparent;
  border-bottom: transparent;
}
.flex-block-box-title h3::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -9.5px;
  width: 13px;
  height: 13px;
  border: 4px solid #16776C;
  border-top: transparent;
  border-left: transparent;
}
.flex-block-box-text {
  padding: 0 30px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .flex-block-box-text {
    padding: 0;
  }
}
.flex-block-box-text-title {
  font-size: 1.6rem;
  line-height: 2.88rem;
}
@media screen and (max-width: 767px) {
  .flex-block-box-text-title {
    font-size: 1.5rem;
    line-height: 2.7rem;
  }
}
.flex-block-box-text-attention {
  position: relative;
  padding-left: 2em;
  font-size: 1.4rem;
  line-height: 1.4;
}
.flex-block-box-text-attention::before {
  position: absolute;
  top: 0;
  left: 0;
}
.flex-block-box-text-attention[class*=attention-first] {
  margin-top: 10px;
}
.flex-block-box-text-attention[class*=attention-first]::before {
  content: "※1";
}
.flex-block-box-text-attention[class*=attention-second]::before {
  content: "※2";
}
@media screen and (max-width: 767px) {
  .flex-block-box-text-attention {
    font-size: 1.2rem;
  }
}

.text-box[class*=text-box1] {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .text-box {
    font-size: 1.5rem;
    line-height: 2.7rem;
  }
}

.textblock {
  padding: 15px;
  background-color: #EFF6F7;
}
.textblock p {
  font-size: 1.6rem;
  line-height: 2.88rem;
}
@media screen and (max-width: 767px) {
  .textblock p {
    font-size: 1.5rem;
    line-height: 2.7rem;
  }
}

.attention-title {
  font-size: 1.5rem;
  line-height: 2.1rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .attention-title {
    font-size: 1.4rem;
  }
}
.attention-list {
  padding-left: 20px;
}
.attention-list-item {
  position: relative;
  font-size: 1.5rem;
  line-height: 2.1rem;
}
@media screen and (max-width: 767px) {
  .attention-list-item {
    font-size: 1.4rem;
    line-height: 1.96rem;
  }
}
.attention-list-item:not(:last-child) {
  margin-bottom: 12px;
}
.attention-list-item::before {
  content: "・";
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  width: 20px;
  height: 100%;
}

.flex-link {
  justify-content: center;
  margin-bottom: 0;
}
.flex-link-box {
  max-width: 377px;
}
@media screen and (max-width: 767px) {
  .flex-link-box {
    margin: 0 auto;
  }
}
.flex-link-box-button {
  margin-bottom: 20px;
  text-align: center;
  color: #C8F4EE;
  background-color: #16776C;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3019607843);
  border-radius: 10px;
}
.flex-link-box-button a {
  display: block;
  padding: 20px 0;
}
.flex-link-box-button a p {
  font-size: 1.9rem;
  line-height: 3rem;
  color: #C8F4EE;
}
@media screen and (max-width: 767px) {
  .flex-link-box-button a p {
    font-size: 1.6rem;
    line-height: 1.4rem;
  }
  .flex-link-box-button a p:nth-child(1) {
    margin-bottom: 8px;
  }
}
.flex-link-box-button a .flex-link-box-button-image {
  max-width: 258px;
  margin: 0 auto 4px;
}
@media screen and (max-width: 767px) {
  .flex-link-box-button a .flex-link-box-button-image {
    max-width: 215px;
    margin-bottom: 8px;
  }
}
.flex-link-box-button a .flex-link-box-button-image img {
  width: 100%;
}
.flex-link-box-pconlytext {
  font-size: 1.6rem;
  line-height: 2.24rem;
  margin-bottom: 20px;
}
.flex-link-box-warning {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.96rem;
  padding-left: 14px;
}
@media screen and (max-width: 767px) {
  .flex-link-box-warning {
    font-size: 1.2rem;
    line-height: 2.16rem;
  }
}
.flex-link-box-warning::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
}

.fadein-up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 2s;
}

.fadein-down {
  opacity: 0;
  transform: translate(0, -50%);
  transition: 2s;
}

.fadein-left {
  opacity: 0;
  transform: translate(-50%, 0);
  transition: 2s;
}

.fadein-right {
  opacity: 0;
  transform: translate(50%, 0);
  transition: 2s;
}

.fadein-up.is-show,
.fadein-down.is-show,
.fadein-left.is-show,
.fadein-right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeblock {
  opacity: 0;
  transform: translate(0, 20%);
  transition: 1s;
}

.fadeblock.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadefukidashi.is-show[class*=fukidashi1] {
  animation: fadein-fukidashi 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 1s;
}
.fadefukidashi.is-show[class*=fukidashi2] {
  animation: fadein-fukidashi 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 2s;
}

@keyframes fadein-fukidashi {
  from {
    visibility: hidden;
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}
.underline.is-show {
  position: relative;
}
.underline.is-show[class*=under1]::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  border-bottom: 3px solid #FFD800;
  animation: fadein-line 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 1s;
}
.underline.is-show[class*=under2]::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  border-bottom: 3px solid #FFD800;
  animation: fadein-line 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 2s;
}

@keyframes fadein-line {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.kv-block-inner-step-item.is-show[class*=step-item1] {
  animation: fadein-step 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 0.5s;
}
.kv-block-inner-step-item.is-show[class*=step-item2] {
  animation: fadein-step 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 1.5s;
}
.kv-block-inner-step-item.is-show[class*=step-item3] {
  animation: fadein-step 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 2.5s;
}

@keyframes fadein-step {
  from {
    visibility: hidden;
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}
@media all and (-ms-high-contrast: none) {
  .flex-box:nth-child(1) {
    margin-right: 20px;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width: 767px) {
  .flex-box:nth-child(1) {
    margin-right: 0;
  }
}
@media all and (-ms-high-contrast: none) {
  .flex-box:nth-child(2) {
    margin-left: 20px;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width: 767px) {
  .flex-box:nth-child(2) {
    margin-left: 0;
  }
}
@media all and (-ms-high-contrast: none) {
  .flex-block-box:nth-child(1) {
    margin-right: 20px;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width: 767px) {
  .flex-block-box:nth-child(1) {
    margin-right: 0;
  }
}
@media all and (-ms-high-contrast: none) {
  .flex-block-box:nth-child(2) {
    margin-left: 20px;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width: 767px) {
  .flex-block-box:nth-child(2) {
    margin-left: 0;
  }
}
@media all and (-ms-high-contrast: none) {
  .flex-link-box:nth-child(1) {
    margin-right: 20px;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width: 767px) {
  .flex-link-box:nth-child(1) {
    margin-right: 0;
  }
}
@media all and (-ms-high-contrast: none) {
  .flex-link-box:nth-child(2) {
    margin-left: 20px;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width: 767px) {
  .flex-link-box:nth-child(2) {
    margin-left: 0;
  }
}/*# sourceMappingURL=torudake.css.map */