*, *:after, *:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}
html {
  scroll-behavior: smooth
}
img, picture {
  display: block;
  max-width: 100%;
  height: auto
}
dl, dt, dd, ul, li {
  list-style: none
}
button, input, textarea {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: 0;
  background-color: transparent
}
a {
  color: #d97706;
  cursor: pointer;
  text-decoration: none;
  background-color: transparent
}
@keyframes infinity-scroll {
  from {
    transform: translateX(0)
  }
  to {
    transform: translateX(-100%)
  }
}
html {
  font-size: 62.5%;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  scroll-behavior: smooth
}
body {
  font-size: 16px;
  line-height: 1.6;
  color: #334155;
  background-image: linear-gradient(120deg, #dbeafe, #eff6ff)
}
#layout-wrap {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  overflow: hidden
}
.f__heading {
  background: #fff;
  height: 32px;
  padding: 0 24px;
  border-radius: 100vmax;
  color: #1d4ed8;
  font-size: 16px;
  letter-spacing: .05em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  animation: f__heading 3s infinite
}
@media (max-width: 767px) {
  .f__heading {
    font-size: 14px
  }
}
.f__heading::after {
  content: "";
  width: 24px;
  height: 6px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -5px
}
@keyframes f__heading {
  0%, 100% {
    transform: translateY(0)
  }
  50% {
    transform: translateY(-4px)
  }
}
header {
  background: #fff;
  padding: 0 0 20px
}
header .hero {
  width: 100%
}
header #slide__wrap {
  display: flex;
  overflow: hidden
}
header #slide__wrap .slide__infinity_list {
  display: flex;
  align-items: center;
  list-style: none;
  animation: infinity-scroll 80s infinite linear 0.5s both
}
header #slide__wrap .slide__infinity_list .slide__infinity_item {
  width: calc(100vw / 8)
}
header #slide__wrap .slide__infinity_list .slide__infinity_item img {
  height: auto;
  width: 100%
}
header #hero__list {
  width: 84%;
  margin: 32px auto 16px
}
@media (max-width: 767px) {
  header #hero__list {
    width: 100%;
    padding: 0 16px
  }
}
header #hero__list dt {
  background-color: #3b82f6;
  color: #fff;
  font-weight: 700;
  letter-spacing: .025em;
  border-radius: 4px 4px 0 0;
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 16px;
  position: relative
}
@media (max-width: 767px) {
  header #hero__list dt {
    font-size: 15px
  }
}
header #hero__list dt::after {
  content: '';
  width: 64px;
  height: 58px;
  background-image: url("../images/operator.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 16px;
  bottom: 0
}
header #hero__list dd {
  height: 48px;
  display: flex;
  align-items: center;
  background-color: #eff6ff;
  border: 1px solid #bfdbfe;
  border-top: none;
  padding: 0 12px
}
header #hero__list dd p {
  position: relative;
  padding-left: 28px
}
@media (max-width: 767px) {
  header #hero__list dd p {
    font-size: 14px
  }
}
header #hero__list dd p::before, header #hero__list dd p::after {
  content: "";
  display: block;
  position: absolute
}
header #hero__list dd p::before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #22c55e;
  left: 0;
  top: 50%;
  transform: translateY(-50%)
}
@media (max-width: 767px) {
  header #hero__list dd p::before {
    width: 18px;
    height: 18px
  }
}
header #hero__list dd p::after {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 15px;
  height: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 4px;
  top: 32%
}
footer {
  margin: 160px auto 0;
  padding: 80px 0 56px;
  background: #0f172a;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 48px;
  position: relative
}
footer nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px
}
footer nav button {
  color: #e2e8f0;
  font-size: 12px;
  line-height: 1
}
footer .copy {
  color: #e2e8f0;
  font-size: 12px;
  line-height: 1
}
.cv__block {
  color: #334155;
  text-align: center;
  font-weight: 700;
	    padding: 0px 0px 48px;
}
.cv__block .text1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px
}
.cv__block .text1::before, .cv__block .text1::after {
  content: '';
  width: 16px;
  height: 2px;
  background: #334155;
  display: block
}
.cv__block .text1::before {
  transform: rotate(45deg)
}
.cv__block .text1::after {
  transform: rotate(-45deg)
}
.cv__block .cv_btn {
  background: #dd3333;
  background: linear-gradient(180deg, #d33 0, #ff9130);
  color: #fff;
  font-size: 20px;
  width: 80%;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.05);
  margin: 8px auto 16px
}
.cv__block .cv_link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 80%;
  height: 64px;
  margin: 0 auto;
  padding: 0 16px 0 12px;
  background-color: #06c755;
  background-image: linear-gradient(180deg, #4ade80 0, #22c55e);
  border-radius: 4px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  position: relative;
  color: #fff
}
.cv__block .cv_link img {
  width: 32px
}
.cv__block .cv_link::before {
  content: '';
  width: 30px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: -180px;
  left: 0;
  animation: animeblink 3s ease-in-out infinite;
  transition: .2s
}
.follow_banner {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
  width: 68%;
  max-width: 490px;
  display: none
}
@media (max-width: 767px) {
  .follow_banner {
    width: calc(100% - 24px)
  }
}
#contents3, #contents4, #contents6 {
  background: #fff;
  padding: 0 0 48px
}
#contents3 header, #contents4 header, #contents6 header {
  background: #33cdb7;
  padding: 8px 16px;
  color: #fff
}
#contents3 .body, #contents4 .body, #contents6 .body {
  width: 93.3%;
  max-width: 768px;
  margin: 0 auto
}
#contents3 .body .inner, #contents4 .body .inner, #contents6 .body .inner {
  margin: 18px auto
}
#contents3 .body .inner p, #contents4 .body .inner p, #contents6 .body .inner p {
  margin: 0 0 12px
}
#contents3 .body .inner img, #contents4 .body .inner img, #contents6 .body .inner img {
  width: 100%;
  margin: 0 auto 12px
}
#contents3 .body .inner ul, #contents4 .body .inner ul, #contents6 .body .inner ul {
  margin: 0 auto 18px
}
#contents3 .body .inner li, #contents4 .body .inner li, #contents6 .body .inner li {
  margin: 0 0 12px 16px;
  list-style-type: disc
}
#contents3 .body .ballon, #contents4 .body .ballon, #contents6 .body .ballon {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 24px;
  margin: 24px auto 0
}
#contents3 .body .ballon .icon, #contents4 .body .ballon .icon, #contents6 .body .ballon .icon {
  width: 64px;
  height: 58px;
  background-image: url(../images/operator.png);
  background-size: contain;
  vertical-align: middle;
  transform: scale(-1, 1)
}
#contents3 .body .ballon .text, #contents4 .body .ballon .text, #contents6 .body .ballon .text {
  border: 2px solid #d5d5d5;
  border-radius: 12px;
  display: block;
  padding: 12px;
  position: relative;
  text-align: left
}
#contents3 .body .ballon .text::before, #contents3 .body .ballon .text::after, #contents4 .body .ballon .text::before, #contents4 .body .ballon .text::after, #contents6 .body .ballon .text::before, #contents6 .body .ballon .text::after {
  content: '';
  display: block;
  border: 12px solid transparent;
  position: absolute;
  top: 12px
}
#contents3 .body .ballon .text::before, #contents4 .body .ballon .text::before, #contents6 .body .ballon .text::before {
  border-right: 12px solid #d5d5d5;
  left: -24px
}
#contents3 .body .ballon .text::after, #contents4 .body .ballon .text::after, #contents6 .body .ballon .text::after {
  border-right: 12px solid #fff;
  left: -21px
}
.contents5 {
  background: #fff;
  padding: 0 0 48px
}
.contents5 header {
  background: #33cdb7;
  padding: 8px 16px;
  color: #fff
}
.contents5 .body {
  width: 93.3%;
  max-width: 768px;
  margin: 0 auto;
  padding: 18px 0 0
}
.contents5 .body img {
  width: 100%;
  margin: 12px auto
}
.contents5 .body .point {
  border: 2px solid #33cdb7;
  border-radius: 8px
}
.contents5 .body .point .title {
  background-color: #33cdb7;
  padding: 4px 16px;
  color: #fff;
  font-weight: 700
}
.contents5 .body .point .list {
  padding: 16px 16px 0
}
.contents5 .body .point .list ul {
  margin: 0 auto 18px
}
.contents5 .body .point .list li {
  margin: 0 0 12px 16px;
  list-style-type: disc
}
.contents5 .body .point .list li:last-of-type {
  margin: 0 0 0 16px
}
.modal__bg {
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -20
}
.modal__bg.is-on {
  display: block;
  z-index: 20
}
.modal {
  display: none;
  overflow-y: auto;
  background: #eff6ff;
  width: 100%;
  max-width: 720px;
  max-height: calc(90% - 30px);
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translate3d(0, 0, 0);
  box-shadow: 0 -2px 20px 0 rgba(0, 0, 0, calc(1 * 0.4));
  padding: 0;
  border-radius: 10px 10px 0 0;
  z-index: 30
}
.modal header {
  padding: 0 12px;
  height: 56px;
  display: grid;
  grid-template-columns: 1fr max-content;
  align-items: center;
  background-color: #eff6ff
}
.modal header .js-modal-close {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 auto;
  width: 30px
}
.modal header .js-modal-close::before, .modal header .js-modal-close::after {
  content: '';
  width: 24px;
  height: 3px;
  position: absolute;
  background-color: #3b82f6
}
.modal header .js-modal-close::before {
  transform: rotate(45deg)
}
.modal header .js-modal-close::after {
  transform: rotate(-45deg)
}
.modal header .title {
  font-size: 1.5rem;
  text-align: center
}
.modal .drawer-content {
  background-color: #ffffff;
  padding: 0 12px 12px;
  margin: 24px auto 0;
  width: 93.3%
}
.modal .drawer-content h2 {
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 12px;
  font-size: 1.6rem;
  border-bottom: 1px solid #f1f5f8
}
.modal .content-inner {
  width: 93.3%;
  margin: 0 auto;
  padding: 0 12px 80px;
  background: #fff
}
.modal .content-inner table {
  border-collapse: collapse;
  border-spacing: 0
}
.modal .content-inner table th, .modal .content-inner table td {
  border-top: 2px solid #ffffff;
  padding: 8px
}
.modal .content-inner table th {
  width: 6em;
  font-size: 1.2rem;
  font-weight: 400;
  color: #617d98;
  background-color: #f1f5f8
}
.modal .content-inner table td {
  font-size: 1.3rem
}
.modal .content-inner h3 {
  margin-top: 16px;
  font-size: 1.4rem
}
.modal .content-inner p {
  margin: 0 auto 8px;
  font-size: 1.4rem
}
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s
}
.popup.is-show {
  opacity: 1;
  visibility: visible
}
.popup-inner {
  position: relative;
  width: 80%;
  margin: 0 auto;
  max-width: 600px;
  top: 10%;
  z-index: 2
}
.popup-inner img {
  width: 100%
}
.close-area {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  position: relative;
  margin: 24px auto 0;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer
}
.close-area::before, .close-area::after {
  content: '';
  width: 28px;
  height: 1px;
  position: absolute;
  background-color: #fff
}
.close-area::before {
  transform: rotate(45deg)
}
.close-area::after {
  transform: rotate(-45deg)
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1
}
#anchor__list {
  margin: 0 auto;
  background: #fff
}
#anchor__list nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr)
}
#anchor__list nav .anchor__item a {
  color: #64748b;
  font-weight: 700;
  letter-spacing: .05em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid #e2e8f0;
  height: 46px
}
@media (max-width: 767px) {
  #anchor__list nav .anchor__item a {
    font-size: 14px
  }
}
#anchor__list nav .anchor__item.is_checked a {
  color: #f59e0b;
  border-bottom: 2px solid #f59e0b
}
/*# sourceMappingURL=style.css.map */