/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
}

@supports (-webkit-touch-callout: none) {
  html {
    height: -webkit-fill-available;
  }
}

body {
  overscroll-behavior-y: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  font-feature-settings: "palt";
  background-color: #f7f7f7;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

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

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

.goforit__animate-gradation {
  position: relative;
}
.goforit__animate-gradation::before, .goforit__animate-gradation::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.goforit__animate-gradation::before {
  z-index: -2;
  --c-0: hsla(195.18987341772154, 65%, 52%, 1);
  --y-0: 1%;
  --x-0: 5%;
  --x-1: 7%;
  --y-1: 81%;
  --c-1: hsla(157, 91%, 91%, 1);
  --x-2: 11%;
  --c-2: hsla(186, 97%, 75%, 1);
  --y-2: 29%;
  --y-3: 52%;
  --c-3: hsla(56.470588235294116, 100%, 50%, 1);
  --x-3: 39%;
  --c-4: hsla(70.14705882352939, 100%, 89%, 1);
  --x-4: 90%;
  --y-4: 50%;
  background-color: hsl(178.6764705882, 77%, 83%);
  background-image: radial-gradient(circle at var(--x-0) var(--y-0), var(--c-0) var(--s-start-0), transparent var(--s-end-0)), radial-gradient(circle at var(--x-1) var(--y-1), var(--c-1) var(--s-start-1), transparent var(--s-end-1)), radial-gradient(circle at var(--x-2) var(--y-2), var(--c-2) var(--s-start-2), transparent var(--s-end-2)), radial-gradient(circle at var(--x-3) var(--y-3), var(--c-3) var(--s-start-3), transparent var(--s-end-3)), radial-gradient(circle at var(--x-4) var(--y-4), var(--c-4) var(--s-start-4), transparent var(--s-end-4));
  animation: hero-gradient-animation 4s linear infinite alternate;
  background-blend-mode: normal, normal, normal, normal, normal;
}
.goforit__animate-gradation::after {
  z-index: -1;
  background-color: rgba(0, 101, 143, 0.1);
}

@keyframes hero-gradient-animation {
  0% {
    --c-0:hsla(195.18987341772154,65%,52%,1);
    --y-0:1%;
    --s-start-0:7%;
    --s-end-0:84%;
    --x-0:5%;
    --x-1:7%;
    --y-1:81%;
    --c-1:hsla(157,91%,91%,1);
    --s-start-1:16%;
    --s-end-1:53%;
    --x-2:11%;
    --c-2:hsla(186,97%,75%,1);
    --y-2:29%;
    --s-start-2:8%;
    --s-end-2:74%;
    --y-3:52%;
    --s-start-3:6%;
    --s-end-3:68%;
    --c-3:hsla(56.470588235294116,100%,50%,1);
    --x-3:39%;
    --s-start-4:2%;
    --s-end-4:85%;
    --c-4:hsla(70.14705882352939,100%,89%,1);
    --x-4:90%;
    --y-4:50%;
  }
  100% {
    --c-0:hsla(195.18987341772154,65%,52%,1);
    --y-0:85%;
    --s-start-0:3;
    --s-end-0:70;
    --x-0:9%;
    --x-1:62%;
    --y-1:91%;
    --c-1:hsla(157,91%,91%,1);
    --s-start-1:3;
    --s-end-1:70;
    --x-2:100%;
    --c-2:hsla(186,97%,75%,1);
    --y-2:6%;
    --s-start-2:3;
    --s-end-2:70;
    --y-3:100%;
    --s-start-3:3;
    --s-end-3:70;
    --c-3:hsla(56.470588235294116,100%,50%,1);
    --x-3:7%;
    --s-start-4:3;
    --s-end-4:70;
    --c-4:hsla(69.64285714285714,100%,89%,1);
    --x-4:59%;
    --y-4:97%;
  }
}
@property --c-0 {
  syntax: "<color>";
  inherits: false;
  initial-value: hsl(195.1898734177, 65%, 52%);
}
@property --y-0 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 1%;
}
@property --s-start-0 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 7%;
}
@property --s-end-0 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 84%;
}
@property --x-0 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 5%;
}
@property --x-1 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 7%;
}
@property --y-1 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 81%;
}
@property --c-1 {
  syntax: "<color>";
  inherits: false;
  initial-value: hsl(157, 91%, 91%);
}
@property --s-start-1 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 16%;
}
@property --s-end-1 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 53%;
}
@property --x-2 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 11%;
}
@property --c-2 {
  syntax: "<color>";
  inherits: false;
  initial-value: hsl(186, 97%, 75%);
}
@property --y-2 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 29%;
}
@property --s-start-2 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 8%;
}
@property --s-end-2 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 74%;
}
@property --y-3 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 52%;
}
@property --s-start-3 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 6%;
}
@property --s-end-3 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 68%;
}
@property --c-3 {
  syntax: "<color>";
  inherits: false;
  initial-value: hsl(56.4705882353, 100%, 50%);
}
@property --x-3 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 39%;
}
@property --s-start-4 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 2%;
}
@property --s-end-4 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 85%;
}
@property --c-4 {
  syntax: "<color>";
  inherits: false;
  initial-value: hsl(70.1470588235, 100%, 89%);
}
@property --x-4 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 90%;
}
@property --y-4 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 50%;
}
.your_css_selector_here {
  --c-0:hsla(195.18987341772154,65%,52%,1);
  --y-0:1%;
  --x-0:5%;
  --x-1:7%;
  --y-1:81%;
  --c-1:hsla(157,91%,91%,1);
  --x-2:11%;
  --c-2:hsla(186,97%,75%,1);
  --y-2:29%;
  --y-3:52%;
  --c-3:hsla(56.470588235294116,100%,50%,1);
  --x-3:39%;
  --c-4:hsla(70.14705882352939,100%,89%,1);
  --x-4:90%;
  --y-4:50%;
  background-color: hsl(178.6764705882, 77%, 83%);
  background-image: radial-gradient(circle at var(--x-0) var(--y-0), var(--c-0) var(--s-start-0), transparent var(--s-end-0)), radial-gradient(circle at var(--x-1) var(--y-1), var(--c-1) var(--s-start-1), transparent var(--s-end-1)), radial-gradient(circle at var(--x-2) var(--y-2), var(--c-2) var(--s-start-2), transparent var(--s-end-2)), radial-gradient(circle at var(--x-3) var(--y-3), var(--c-3) var(--s-start-3), transparent var(--s-end-3)), radial-gradient(circle at var(--x-4) var(--y-4), var(--c-4) var(--s-start-4), transparent var(--s-end-4));
  animation: hero-gradient-animation 10s linear infinite alternate;
  background-blend-mode: normal, normal, normal, normal, normal;
}

.goforit__container {
  width: 100%;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", arial, Verdana, Roboto, "Droid Sans", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .goforit__container {
    min-width: 1280px;
    padding-top: 78px;
  }
}
@media screen and (max-width: 999px) {
  .goforit__container {
    padding-top: 57px;
  }
}
.goforit__container::before {
  content: "";
  display: block;
  z-index: -4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat-y;
  background-size: 100%;
}
@media screen and (min-width: 1000px) {
  .goforit__container::before {
    background-image: url("../images/bg_overlay_pc.png");
    background-position: center;
  }
}
@media screen and (max-width: 999px) {
  .goforit__container::before {
    background-image: url("../images/bg_overlay_sp.png");
  }
}
@media screen and (min-width: 1000px) {
  .goforit__container--single::before {
    background-position: top;
  }
}

.goforit__topics {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .goforit__topics {
    padding: 80px;
  }
}
@media screen and (max-width: 999px) {
  .goforit__topics {
    padding: 40px 32px;
  }
}
.goforit__topics__bg-overlay {
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/kv_overlay_pc.png") no-repeat center/cover;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 1000px) {
  .goforit__topics__inner {
    width: 1120px;
    margin: 0 auto;
  }
}
.goforit__topics__title {
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .goforit__topics__title {
    padding: 16px 32px;
  }
}
@media screen and (max-width: 999px) {
  .goforit__topics__title {
    padding: 8px 16px;
  }
}
.goforit__topics__title::before {
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: width 0.4s ease;
  background-color: #fff;
  z-index: 1;
}
.goforit__topics__title.show::before {
  width: 100%;
}
.goforit__topics__title span {
  position: relative;
  z-index: 2;
  color: #0C6C84;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  line-height: 1;
}
@media screen and (min-width: 1000px) {
  .goforit__topics__title span {
    font-size: 80px;
  }
}
@media screen and (max-width: 999px) {
  .goforit__topics__title span {
    font-size: 40px;
  }
}
.goforit__topics__list {
  display: grid;
}
@media screen and (min-width: 1000px) {
  .goforit__topics__list {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-top: 64px;
  }
}
@media screen and (max-width: 999px) {
  .goforit__topics__list {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 32px;
    margin-top: 32px;
  }
}
@media screen and (min-width: 640px) and (max-width: 999px) {
  .goforit__topics__list {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-top: 32px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .goforit__topics__list a:hover .goforit__topics__list__thumb img {
    transform: scale(1.1);
  }
  .goforit__topics__list a:hover figcaption {
    opacity: 0.6;
  }
}
.goforit__topics__list__thumb {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 4px;
}
.goforit__topics__list__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: transform 0.4s ease;
}
.goforit__topics__list figcaption {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 8px;
  opacity: 1;
  transition: opacity 0.4s ease;
}
.goforit__topics__list__title, .goforit__topics__list__date {
  color: #fff;
  line-height: 1.5;
  font-weight: 700;
}
.goforit__topics__list__title {
  font-size: 16px;
}
.goforit__topics__list__date {
  font-size: 12px;
}
.goforit__topics__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.2s ease;
  height: 48px;
  border-radius: 48px;
}
@media screen and (min-width: 1000px) {
  .goforit__topics__btn {
    width: 326px;
    margin: 64px auto 0;
  }
}
@media screen and (max-width: 999px) {
  .goforit__topics__btn {
    width: 100%;
    margin-top: 32px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .goforit__topics__btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
.goforit__topics__btn span {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
}
@media screen and (min-width: 1000px) {
  .goforit__topics__btn span {
    font-size: 20px;
  }
}

@media screen and (min-width: 1000px) {
  .goforit__kv {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 40px 40px 0;
  }
}
.goforit__kv__inner {
  width: 100%;
  position: relative;
  opacity: 0;
  transition: opacity 0.8s ease;
  /*
  &::before, &::after{
      @include global.media(sp){
          content: "";
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
      }
  }
  &::before{
      @include global.media(sp){
          z-index: -2;
          @include global.gradation;
      }
  }
  &::after{
      @include global.media(sp){
          z-index: -1;
          background-color: rgba(#00658F, .2);
      }
  }
  */
}
@media screen and (min-width: 1000px) {
  .goforit__kv__inner {
    aspect-ratio: 17/8;
  }
}
.goforit__kv__inner.show {
  opacity: 1;
}
.goforit__kv__img {
  position: relative;
}
@media screen and (min-width: 1000px) {
  .goforit__kv__img {
    width: 100%;
    height: 100%;
  }
}
.goforit__kv__img.show img {
  opacity: 1;
}
.goforit__kv__img img {
  width: 100%;
  vertical-align: middle;
  opacity: 0;
  transition: opacity 0.4s ease;
}
@media screen and (min-width: 1000px) {
  .goforit__kv__img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 12px;
  }
}
@media screen and (max-width: 999px) {
  .goforit__kv__img img {
    height: auto;
  }
}
.goforit__kv__text {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1000px) {
  .goforit__kv__text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    gap: 32px;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 20px;
  }
}
@media screen and (max-width: 999px) {
  .goforit__kv__text {
    position: relative;
    gap: calc(16 / 390 * 100vw);
    padding: calc(20 / 390 * 100vw) calc(16 / 390 * 100vw) 0;
  }
}
@media screen and (min-width: 1000px) {
  .goforit__kv__text__logo {
    width: 160px;
  }
}
@media screen and (max-width: 999px) {
  .goforit__kv__text__logo {
    width: calc(100 / 390 * 100vw);
  }
}
.goforit__kv__text__logo img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  opacity: 0;
  transition: opacity 0.4s ease, filter 0.8s ease;
}
@media screen and (min-width: 1000px) {
  .goforit__kv__text__logo img {
    filter: blur(80px);
  }
}
@media screen and (max-width: 999px) {
  .goforit__kv__text__logo img {
    filter: blur(calc(40 / 390 * 100vw));
  }
}
.goforit__kv__text__logo.show img {
  opacity: 1;
  filter: blur(0px);
}
@media screen and (min-width: 1000px) {
  .goforit__kv__text__h1 {
    height: 120px;
  }
}
@media screen and (max-width: 999px) {
  .goforit__kv__text__h1 {
    height: calc(80 / 390 * 100vw);
  }
}
.goforit__kv__text__h1 svg {
  width: auto;
  height: 100%;
  vertical-align: middle;
}
.goforit__kv__text__h1 path {
  opacity: 0;
  transition: opacity 0.2s ease;
}
.goforit__kv__text__h1 path.show {
  opacity: 1;
}

@media screen and (min-width: 1000px) {
  .goforit__message {
    width: 1280px;
    margin: 0 auto;
    padding: 80px;
    display: grid;
    grid-template-columns: 448px 1fr;
    grid-column-gap: 32px;
  }
}
@media screen and (max-width: 999px) {
  .goforit__message {
    width: 100%;
    padding: 40px 32px;
  }
}
@media screen and (min-width: 1000px) {
  .goforit__message__title {
    grid-area: 1/1/2/2;
  }
}
@media screen and (min-width: 1000px) {
  .goforit__message__title__inner {
    position: sticky;
    top: 118px;
    left: 0;
  }
}
.goforit__message__title__inner h2 {
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .goforit__message__title__inner h2 {
    padding: 16px 32px;
  }
}
@media screen and (max-width: 999px) {
  .goforit__message__title__inner h2 {
    padding: 8px 16px;
  }
}
.goforit__message__title__inner h2 span {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  line-height: 1;
  opacity: 0;
  transition: opacity 0.4s ease;
}
@media screen and (min-width: 1000px) {
  .goforit__message__title__inner h2 span {
    font-size: 80px;
  }
}
@media screen and (max-width: 999px) {
  .goforit__message__title__inner h2 span {
    font-size: 40px;
  }
}
.goforit__message__title__inner h2::before, .goforit__message__title__inner h2::after {
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: width 0.4s ease;
}
.goforit__message__title__inner h2::before {
  z-index: -2;
  --c-0: hsla(195.18987341772154, 65%, 52%, 1);
  --y-0: 1%;
  --x-0: 5%;
  --x-1: 7%;
  --y-1: 81%;
  --c-1: hsla(157, 91%, 91%, 1);
  --x-2: 11%;
  --c-2: hsla(186, 97%, 75%, 1);
  --y-2: 29%;
  --y-3: 52%;
  --c-3: hsla(56.470588235294116, 100%, 50%, 1);
  --x-3: 39%;
  --c-4: hsla(70.14705882352939, 100%, 89%, 1);
  --x-4: 90%;
  --y-4: 50%;
  background-color: hsl(178.6764705882, 77%, 83%);
  background-image: radial-gradient(circle at var(--x-0) var(--y-0), var(--c-0) var(--s-start-0), transparent var(--s-end-0)), radial-gradient(circle at var(--x-1) var(--y-1), var(--c-1) var(--s-start-1), transparent var(--s-end-1)), radial-gradient(circle at var(--x-2) var(--y-2), var(--c-2) var(--s-start-2), transparent var(--s-end-2)), radial-gradient(circle at var(--x-3) var(--y-3), var(--c-3) var(--s-start-3), transparent var(--s-end-3)), radial-gradient(circle at var(--x-4) var(--y-4), var(--c-4) var(--s-start-4), transparent var(--s-end-4));
  animation: hero-gradient-animation 4s linear infinite alternate;
  background-blend-mode: normal, normal, normal, normal, normal;
}
.goforit__message__title__inner h2::after {
  z-index: -1;
  background-color: rgba(0, 101, 143, 0.1);
}
.goforit__message__title__inner h2.show span {
  opacity: 1;
}
.goforit__message__title__inner h2.show::before, .goforit__message__title__inner h2.show::after {
  width: 100%;
}
.goforit__message__title__inner h3 {
  font-weight: 300;
  line-height: 1.5;
  color: #0C6C84;
}
@media screen and (min-width: 1000px) {
  .goforit__message__title__inner h3 {
    font-size: 32px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 999px) {
  .goforit__message__title__inner h3 {
    font-size: 20px;
    margin-top: 12px;
  }
}
@media screen and (max-width: 999px) {
  .goforit__message__contents {
    margin-top: 24px;
  }
}
.goforit__message__contents__video {
  width: 100%;
  aspect-ratio: 16/9;
}
.goforit__message__contents__video iframe {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.goforit__message__contents__text {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .goforit__message__contents__text {
    margin-top: 40px;
  }
}
@media screen and (max-width: 999px) {
  .goforit__message__contents__text {
    margin-top: 24px;
  }
}
.goforit__message__contents__text p {
  line-height: 2;
  color: #0C6C84;
  font-size: 16px;
}

@media screen and (min-width: 1000px) {
  .goforit__single__kv {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 40px 40px 0;
  }
}
@media screen and (max-width: 999px) {
  .goforit__single__kv {
    width: 100%;
    padding: calc(16 / 390 * 100vw) calc(16 / 390 * 100vw) 0;
  }
}
.goforit__single__kv__inner {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .goforit__single__kv__inner {
    aspect-ratio: 17/8;
  }
}
@media screen and (max-width: 999px) {
  .goforit__single__kv__inner {
    aspect-ratio: 16/9;
  }
}
.goforit__single__kv__img {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1000px) {
  .goforit__single__kv__img {
    z-index: -3;
  }
}
.goforit__single__kv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}
@media screen and (min-width: 1000px) {
  .goforit__single__kv__img img {
    border-radius: 12px;
  }
}
@media screen and (max-width: 999px) {
  .goforit__single__kv__img img {
    border-radius: 4px;
  }
}
.goforit__single__kv__title {
  display: flex;
}
@media screen and (min-width: 1000px) {
  .goforit__single__kv__title {
    flex-direction: column;
    position: absolute;
    bottom: 0px;
    gap: 12px;
    padding: 64px;
  }
}
@media screen and (max-width: 999px) {
  .goforit__single__kv__title {
    flex-direction: column-reverse;
    margin-top: calc(16 / 390 * 100vw);
    align-items: flex-start;
    gap: 8px;
  }
}
@media screen and (min-width: 1000px) {
  .goforit__single__kv__title--right {
    right: 0px;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1000px) {
  .goforit__single__kv__title--left {
    left: 0px;
    align-items: flex-start;
  }
}
.goforit__single__kv__title p {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1000px) {
  .goforit__single__kv__title p {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.goforit__single__kv__title p span {
  color: #00658F;
  line-height: 1;
}
.goforit__single__kv__title p::before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: -1;
}
@media screen and (min-width: 1000px) {
  .goforit__single__kv__title p.date {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 999px) {
  .goforit__single__kv__title p.date {
    padding: calc(4 / 390 * 100vw) calc(8 / 390 * 100vw);
  }
}
.goforit__single__kv__title p.date span {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
}
@media screen and (min-width: 1000px) {
  .goforit__single__kv__title p.date span {
    font-size: 20px;
  }
}
@media screen and (max-width: 999px) {
  .goforit__single__kv__title p.date span {
    font-size: calc(12 / 390 * 100vw);
  }
}
@media screen and (min-width: 1000px) {
  .goforit__single__kv__title p.division {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 999px) {
  .goforit__single__kv__title p.division {
    padding: calc(8 / 390 * 100vw);
  }
}
.goforit__single__kv__title p.division span {
  font-weight: 400;
}
@media screen and (min-width: 1000px) {
  .goforit__single__kv__title p.division span {
    font-size: 24px;
  }
}
@media screen and (max-width: 999px) {
  .goforit__single__kv__title p.division span {
    font-size: calc(16 / 390 * 100vw);
  }
}
.goforit__single__kv__title h2 {
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .goforit__single__kv__title h2 {
    padding: 16px 20px;
  }
}
@media screen and (max-width: 999px) {
  .goforit__single__kv__title h2 {
    padding: calc(8 / 390 * 100vw);
  }
}
.goforit__single__kv__title h2 span {
  color: #fff;
  font-weight: 400;
  font-style: normal;
  line-height: 1.25;
}
@media screen and (min-width: 1000px) {
  .goforit__single__kv__title h2 span {
    font-size: 48px;
  }
}
@media screen and (max-width: 999px) {
  .goforit__single__kv__title h2 span {
    font-size: calc(24 / 390 * 100vw);
  }
}
.goforit__single__kv__title h2::before, .goforit__single__kv__title h2::after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.goforit__single__kv__title h2::before {
  z-index: -2;
  --c-0: hsla(195.18987341772154, 65%, 52%, 1);
  --y-0: 1%;
  --x-0: 5%;
  --x-1: 7%;
  --y-1: 81%;
  --c-1: hsla(157, 91%, 91%, 1);
  --x-2: 11%;
  --c-2: hsla(186, 97%, 75%, 1);
  --y-2: 29%;
  --y-3: 52%;
  --c-3: hsla(56.470588235294116, 100%, 50%, 1);
  --x-3: 39%;
  --c-4: hsla(70.14705882352939, 100%, 89%, 1);
  --x-4: 90%;
  --y-4: 50%;
  background-color: hsl(178.6764705882, 77%, 83%);
  background-image: radial-gradient(circle at var(--x-0) var(--y-0), var(--c-0) var(--s-start-0), transparent var(--s-end-0)), radial-gradient(circle at var(--x-1) var(--y-1), var(--c-1) var(--s-start-1), transparent var(--s-end-1)), radial-gradient(circle at var(--x-2) var(--y-2), var(--c-2) var(--s-start-2), transparent var(--s-end-2)), radial-gradient(circle at var(--x-3) var(--y-3), var(--c-3) var(--s-start-3), transparent var(--s-end-3)), radial-gradient(circle at var(--x-4) var(--y-4), var(--c-4) var(--s-start-4), transparent var(--s-end-4));
  animation: hero-gradient-animation 4s linear infinite alternate;
  background-blend-mode: normal, normal, normal, normal, normal;
}
.goforit__single__kv__title h2::after {
  z-index: -1;
  background-color: rgba(0, 101, 143, 0.1);
}
.goforit__single__kv__title .js_goforit_textAnime span {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.goforit__single__kv__title .js_goforit_textAnime::before, .goforit__single__kv__title .js_goforit_textAnime::after {
  width: 0%;
  transition: width 0.4s ease;
}
.goforit__single__kv__title .js_goforit_textAnime.show span {
  opacity: 1;
}
.goforit__single__kv__title .js_goforit_textAnime.show::before, .goforit__single__kv__title .js_goforit_textAnime.show::after {
  width: 100%;
}

.goforit__single__article {
  position: relative;
  z-index: 1;
}
.goforit__single__article__inner {
  color: #00658F;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1000px) {
  .goforit__single__article__inner {
    width: 1280px;
    margin: 0 auto;
    padding: 80px;
  }
}
@media screen and (max-width: 999px) {
  .goforit__single__article__inner {
    width: 100%;
    padding: 40px 32px;
  }
}
@media screen and (min-width: 1000px) {
  .goforit__single__article__inner > *:not(:first-child) {
    margin-top: 32px;
  }
}
@media screen and (max-width: 999px) {
  .goforit__single__article__inner > *:not(:first-child) {
    margin-top: 20px;
  }
}
.goforit__single__article__inner h3, .goforit__single__article__inner h4 {
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1000px) {
  .goforit__single__article__inner h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 999px) {
  .goforit__single__article__inner h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1000px) {
  .goforit__single__article__inner h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 999px) {
  .goforit__single__article__inner h4 {
    font-size: 20px;
  }
}
.goforit__single__article__inner p {
  line-height: 1.75;
}
@media screen and (min-width: 1000px) {
  .goforit__single__article__inner p {
    font-size: 18px;
  }
}
@media screen and (max-width: 999px) {
  .goforit__single__article__inner p {
    font-size: 16px;
  }
}
.goforit__single__article__inner .image_2column, .goforit__single__article__inner .image_3column {
  display: grid;
  grid-template-rows: auto;
}
@media screen and (min-width: 1000px) {
  .goforit__single__article__inner .image_2column, .goforit__single__article__inner .image_3column {
    grid-column-gap: 32px;
  }
}
@media screen and (min-width: 640px) and (max-width: 999px) {
  .goforit__single__article__inner .image_2column, .goforit__single__article__inner .image_3column {
    grid-column-gap: 32px;
  }
}
@media screen and (max-width: 999px) {
  .goforit__single__article__inner .image_2column, .goforit__single__article__inner .image_3column {
    grid-row-gap: 20px;
  }
}
@media screen and (min-width: 1000px) {
  .goforit__single__article__inner .image_2column {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 640px) and (max-width: 999px) {
  .goforit__single__article__inner .image_2column {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1000px) {
  .goforit__single__article__inner .image_3column {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 640px) and (max-width: 999px) {
  .goforit__single__article__inner .image_3column {
    grid-template-columns: repeat(2, 1fr);
  }
}
.goforit__single__article__inner figure img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.goforit__single__article__inner figure iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  border-radius: 4px;
}
.goforit__single__article__inner figure figcaption {
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .goforit__single__article__inner figure figcaption {
    font-size: 14px;
    margin-top: 12px;
  }
}
@media screen and (max-width: 999px) {
  .goforit__single__article__inner figure figcaption {
    font-size: 12px;
    margin-top: 8px;
  }
}
.goforit__single__article__inner ul, .goforit__single__article__inner ol {
  line-height: 1.75;
  padding-left: 1em;
}
.goforit__single__article__inner ul {
  list-style: disc;
}
.goforit__single__article__inner ul li {
  list-style: disc;
}
.goforit__single__article__inner ol {
  list-style: decimal;
}
.goforit__single__article__inner ol li {
  list-style: decimal;
}
.goforit__single__article__inner a {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .goforit__single__article__inner a:hover {
    text-decoration: none;
    opacity: 0.5;
  }
}
.goforit__single__article__inner em {
  font-style: normal;
  background: linear-gradient(transparent 60%, #CDE7B8 60%);
}
.goforit__single__article__inner b {
  font-weight: 700;
}
.goforit__single__article__inner small {
  font-weight: 500;
}
@media screen and (min-width: 1000px) {
  .goforit__single__article__inner small {
    font-size: 14px;
  }
}
@media screen and (max-width: 999px) {
  .goforit__single__article__inner small {
    font-size: 12px;
  }
}

/*# sourceMappingURL=style.css.map */