@charset "utf-8";

body {
  font-family: 'Noto Sans JP', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', sans-serif;
  background-color: #ebf3ff;
}
#content {
  overflow: hidden;
}
.l-container {
  margin-bottom: 0;
}
.l-inner {
  width: 860px;
}
@media screen and (max-width: 640px) {
  .l-inner {
    width: auto;
  }
}

.huck_header {
  margin-top: 120px;
  height: 470px;
  display: flex;
  justify-content: center;
}
.huck_section01 {
  height: 780px;
}
.huck_section02 {
  height: 328px;
}
.huck_section03 {
  height: 270px;
  margin-top: 160px;
  margin-bottom: 160px;
}
.huck_section04 {
  height: 80px;
}

.huck_cnt01 {
  margin-bottom: 40px;
}
.huck_btn01 {
  display: inline-block;
  position: relative;
  padding: 1px 40px 2px;
  border: 2px solid #2864f0;
  border-radius: 24px;
  font-size: 16px;
  letter-spacing: 0.1em;
  transition-duration: 0.3s;
  z-index: 2;
  overflow: hidden;
}
.huck_btn01::after {
  background: #2864f0;
  border-radius: 50%;
  content: '';
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity 0.5s, transform 0s;
  transition-delay: 0s, 0.4s;
}
.huck_btn01:hover {
  color: #fff;
  text-decoration: none;
}
.huck_btn01:hover::after {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity 0.8s, transform 0.6s ease-in-out;
}
.huck_btn01 > span::after {
  content: '';
  opacity: 1;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 15px;
  height: 13px;
  transform: translateY(-50%);
  background: url(./img/icon_viewmore_ov.png) no-repeat;
  background-size: contain;
}
.huck_btn01:hover > span::after {
  content: '';
  opacity: 1;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 15px;
  height: 13px;
  transform: translateY(-50%);
  background: url(./img/icon_viewmore_ov2.png) no-repeat;
  background-size: contain;
}
.huckcnt_01 {
  text-align: center;
}
.huckcnt_01_title {
  margin-bottom: 34px;
  font-size: 40px;
  line-height: 1.5em;
  color: #2864f0;
  text-align: center;
}
.huckcnt_01_text {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.2em;
}
.text_b {
  font-family: 'Noto Sans JP', sans-serif !important;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}
.huck_caption {
  font-size: 14px;
}
.huck_cnt02 {
  position: relative;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 8px;
  margin-top: 128px;
  width: 860px;
}
@media screen and (max-width: 640px) {
  .huck_cnt02 {
    width: auto;
  }
  .huck_cnt02 {
    align-items: flex-start;
    display: flex;
    position: relative;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #fff;
    border-radius: 8px;
    margin-top: 100px;
    padding: 0;
  }
  .huck_cnt02 .huckcnt_02_imgbox,
  .huck_cnt02 .huckcnt_02_imgbox img {
    width: 100%;
  }
}
.huckcnt_02_title {
  position: absolute;
  margin-top: -68px;
  left: 0;
  right: 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .huckcnt_02_title {
    position: absolute;
    margin-top: -68px;
    left: 0;
    right: 0;
    text-align: center;
  }
}
@media screen and (max-width: 428px) {
  .huckcnt_02_title img {
    width: 100%;
  }
}
.huckcnt_02_inner {
  align-items: flex-start;
  display: flex;
  position: relative;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 8px;
  padding: 80px 37px 37px 37px;
}
@media screen and (max-width: 640px) {
  .huckcnt_02_inner {
    padding: 80px 20px 37px 20px;
  }
}
@media screen and (max-width: 428px) {
  .huckcnt_02_inner {
    padding: 22% 20px 37px 20px;
  }
}
.huckcnt_02_textbox {
  width: 347px;
  text-align: center;
}
.huckcnt_02_textbox .huck_text {
  font-size: 15px;
  letter-spacing: 0.8px;
  margin: -4px 0 20px 0;
  text-align: justify;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: justify;
}
.huckcnt_02_imgbox {
  width: 403px;
  text-align: center;
}
.huckcnt_02_imgbox a img {
  border-radius: 8px;
}
.huck_cnt03 {
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  padding: 34px 30px;
  width: 556px;
  height: 262px;
  margin: 0 auto;
  background-image: url(./img/img_photo04.png);
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
.huck_cnt03 h2 {
  font-size: 40px;
  text-align: left;
  letter-spacing: 0.1em;
  line-height: 1.3em;
  color: #2864f0;
}
@media screen and (max-width: 640px) {
  .huck_cnt03 {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-top: 100px;
    margin-left: 0;
    padding: 0px;
    background-image: none;
    text-align: center;
  }

  .huck_cnt03 h2 {
    text-align: left;
    letter-spacing: 0.1em;
    line-height: 1.3em;
    color: #2864f0;
    padding: 15% 52% 15% 10%;
    background: url(./img/img_photo04_sp.png) no-repeat;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 494px) {
  .huck_cnt03 h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 410px) {
  .huck_cnt03 h2 {
    padding: 12% 30% 12% 20px;
  }
}
@media screen and (max-width: 360px) {
  .huck_cnt03 h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 320px) {
  .huck_cnt03 h2 {
    font-size: 24px;
  }
}

.huck_btn02 {
  display: inline-block;
  position: relative;
  margin: 35px 0 10px 0;
  padding: 12px 50px 14px;
  background-color: #2864f0;
  border-radius: 36px;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: 400 !important;
  border: 2px solid #fff;
  transition-duration: 0.3s;
  z-index: 2;
  overflow: hidden !important;
}
.huck_btn02::after {
  background: #fff;
  border-radius: 50%;
  content: '';
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity 0.5s, transform 0s;
  transition-delay: 0s, 0.4s;
}
.huck_btn02:hover {
  border: 2px solid #2864f0;
  color: #2864f0;
  text-decoration: none;
}
.huck_btn02:hover::after {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity 0.8s, transform 0.6s ease-in-out;
}
.huck_btn02 > span::after {
  content: '';
  opacity: 1;
  position: absolute;
  top: 50%;
  right: 28px;
  width: 15px;
  height: 13px;
  transform: translateY(-50%);
  background: url(./img/icon_viewmore_ov2.png) no-repeat;
  background-size: contain;
}
.huck_btn02:hover > span::after {
  content: '';
  opacity: 1;
  position: absolute;
  top: 50%;
  right: 28px;
  width: 15px;
  height: 13px;
  transform: translateY(-50%);
  background: url(./img/icon_viewmore_ov.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .huck_btn02 {
    padding: 11px 50px 13px;
    margin: 5px 0 10px 0;
  }
}
.huck_cnt04 {
  text-align: center;
}
.huck_btn03 {
  position: relative;
  width: 40%;
  margin: 15px auto;
  padding: 12px 30px 14px;
  background-color: #fff;
  border: 2px solid #2864f0;
  border-radius: 36px;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
  transition-duration: 0.3s;
  z-index: 2;
  overflow: hidden;
}
.huck_btn03::after {
  background: #2864f0;
  border-radius: 50%;
  content: '';
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity 0.5s, transform 0s;
  transition-delay: 0s, 0.4s;
}
.huck_btn03:hover {
  color: #fff;
  text-decoration: none;
}
.huck_btn03:hover::after {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity 0.8s, transform 0.6s ease-in-out;
}

/*huckbg*/

.huck_bg {
  position: relative;
  margin-top: -720px;
  max-width: 1280px;
  margin: -720px auto 0;
}
.huck_bg02 {
  position: relative;
  max-width: 1280px;
  margin: -350px auto 0;
}
.huck_bg03 {
  position: relative;
  max-width: 1280px;
  margin: -350px auto 0;
}
.huck_bg04 {
  position: relative;
  max-width: 1280px;
  margin: -50px auto 0;
}
.huck_bg img,
.huck_bg02 img,
.huck_bg03 img,
.huck_bg04 img {
  position: absolute;
  z-index: -9999;
}
.huck_bg_parts01 {
  top: 70px;
  right: -30px;
}
.huck_bg_parts02 {
  right: 50px;
}
.huck_bg_parts03 {
  top: 460px;
  left: -10px;
}
.huck_bg_parts04 {
  top: 360px;
  left: 30px;
}
.huck_bg_parts05 {
  top: 100px;
  left: 30px;
}
.huck_bg_parts06 {
  top: 0;
  right: 30px;
}
.huck_bg_parts07 {
  top: 165px;
  left: 50px;
}
.huck_bg_parts08 {
  top: 360px;
  left: 70px;
}
.huck_bg_parts09 {
  top: 200px;
  right: 60px;
}
.huck_bg_parts10 {
  top: 0;
  right: 70px;
}
.huck_bg_parts11 {
  top: 0;
  right: 10px;
}

.huck-animation01 {
  animation: huck-animation01 2.4s ease-in-out infinite alternate-reverse;
}

@keyframes huck-animation01 {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(10px);
  }
}

.huck-animation02 {
  animation: huck-animation02 3.2s ease-in-out infinite alternate-reverse;
}

@keyframes huck-animation02 {
  0% {
    transform: translateX(-30px);
  }
  100% {
    transform: translateX(30px);
  }
}
/** prefers-reduced-motion  */
@media (prefers-reduced-motion: reduce) {
  .huck-animation01,
  .huck-animation02 {
    animation: none;
  }
}

/*sp*/

@media screen and (max-width: 640px) {
  .huck_header {
    height: auto;
    margin-top: 30px;
  }
  .huck_header h1 {
    width: 100%;
  }
  .huck_header img {
    width: 90%;
    margin: 0 5%;
  }
  .huck_section01 {
    height: auto;
  }
  .huck_section02 {
    height: auto;
  }
  .huck_section03 {
    height: auto;
    margin-top: 0;
  }
  .l-container {
    margin-top: 30px;
  }
  .huck_btn01 {
    margin: 15px 0px 0px;
    padding: 10px 80px 12px;
    font-size: 16px;
    letter-spacing: 0.1em;
    border: 2px solid #2864f0;
    border-radius: 34px;
    text-align: center;
  }
  .huck_btn03 {
    position: relative;
    width: 80%;
    margin: 15px auto;
    padding: 11px 0px 13px;
    border-radius: 36px;
    font-size: 16px;
  }
  .huckcnt_01_title {
    margin-bottom: 50px;
    font-size: 25px;
    line-height: 1.5;
  }
  .huckcnt_01_text {
    margin-bottom: 20px;
    font-size: 16px;
    text-align: justify;
    font-weight: normal !important;
  }
  .text_b {
    font-family: 'Noto Sans JP', serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
  }
  .huck_caption {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    text-indent: -0.4em;
    padding-left: 0.4em;
  }
  .huckcnt_02_textbox {
    width: 100%;
  }
  .huckcnt_02_textbox .huck_text {
    margin: -4px 0 30px 0;
  }
  .huckcnt_02_imgbox img {
    margin-bottom: 20px;
  }
}

/*--viewmore--*/

#content .viewmore_link {
  transition: background-color 0.25s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
#content .viewmore_link > span {
  transition: color 0.25s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
#content .viewmore_link::before {
  transition: opacity 0.25s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
#content .viewmore_link::after {
  transition: opacity 0.25s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
#content .viewmore_link:focus {
  background-color: #fff;
}
#content .viewmore_link:focus > span {
  color: #2864ef;
}
#content .viewmore_link:focus::before {
  opacity: 0;
}
#content .viewmore_link:focus::after {
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  #content .viewmore_link:hover {
    background-color: #fff;
  }
  #content .viewmore_link:hover > span {
    color: #2864ef;
  }
  #content .viewmore_link:hover::before {
    opacity: 0;
  }
  #content .viewmore_link:hover::after {
    opacity: 1;
  }
}

#content .viewmore {
}
@media (min-width: 640px) {
  #content .viewmore {
  }
}
#content .viewmore_inner {
  position: relative;
  margin: 0 auto;
  max-width: 375px;
}
@media (min-width: 640px) {
  #content .viewmore_inner {
    padding: 0 50px;
    max-width: 1100px;
  }
}
#content .viewmore_illust {
  position: absolute;
  top: -90px;
  right: 70px;
  width: 168px;
  height: 56px;
}
@media (min-width: 640px) {
  #content .viewmore_illust {
    top: 120px;
    left: 155px;
    width: 360px;
    height: 41px;
  }
}
#content .viewmore_illust .viewmore_illust_svg {
  position: relative;
  z-index: 1;
  width: 400% !important;
}
@media (min-width: 640px) {
  #content .viewmore_illust .viewmore_illust_svg {
    width: 200% !important;
  }
}
#content .viewmore_illust .viewmore_illust_svg .viewmore_illust_path {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 6px;
  stroke-miterlimit: 10;
  stroke: #ebf3ff;
}
#content .viewmore_illust .viewmore_illust_svg .viewmore_illust_path.draw {
  animation: draw 1s linear;
}
@keyframes draw {
  to {
    stroke-dashoffset: 0px;
    fill-opacity: 1;
  }
  from {
    stroke-dashoffset: 360px;
    fill-opacity: 0;
  }
}
#content .viewmore_illust_bard {
  opacity: 0;
  position: absolute;
  z-index: 2;
  top: -19px;
  right: 180px;
  width: 20% !important;
  height: 44.5px;
  transform: translate3d(150px, -40px, 0);
}
@media (min-width: 640px) {
  #content .viewmore_illust_bard {
    top: -13px;
    right: 330px;
    width: 171px;
    height: 89px;
    transform: translate3d(208px, -43px, 0);
  }
}
#content .viewmore_title {
  text-align: center;
  letter-spacing: 0.04em;
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 1.3333333333;
}
@media (min-width: 640px) {
  #content .viewmore_title {
    letter-spacing: 0.08em;
    font-size: 2rem;
    line-height: 1.75;
  }
}
#content .viewmore_container {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 31px;

  row-gap: 12px;
}
@media (min-width: 640px) {
  #content .viewmore_container {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 37px auto 0;
    width: 661px;

    gap: 17px;
  }
}
#content .viewmore_link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 9px 30px 9px 23px;
  border: solid 1px #2764ef;
  border-radius: 20px;
  width: 258px;
  min-height: 40px;
  background-color: #2764ef;
}
@media (min-width: 640px) {
  #content .viewmore_link {
    padding: 17px 30px;
    border-radius: 30px;
    width: 322px;
    min-height: 60px;
  }
}
#content .viewmore_link > span {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
}
@media (min-width: 640px) {
  #content .viewmore_link > span {
    font-size: 1rem;
    line-height: 1.5;
  }
}
#content .viewmore_link::before {
  content: '';
  opacity: 1;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 8px;
  transform: translateY(-50%);
  background: url('../img/icon_blank.png') no-repeat;
  background-size: contain;
}
@media (min-width: 640px) {
  #content .viewmore_link::before {
    right: 24px;
    width: 12px;
    height: 10px;
  }
}
#content .viewmore_link::after {
  content: none;
}
@media (min-width: 640px) {
  #content .viewmore_link::after {
    content: '';
    opacity: 0;
    position: absolute;
    top: 50%;
    right: 24px;
    width: 12px;
    height: 10px;
    transform: translateY(-50%);
    background: url('../img/icon_blank_ov.png') no-repeat;
    background-size: contain;
  }
}
