@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
body {
  font-family: "Noto Sans JP", sans-serif, "Helvetica", "Hiragino Sans", "メイリオ", serif;
  color: #195AD1;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.1rem;
  line-height: 1.5rem;
}
@media screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }
}

main {
  min-height: 100vh;
}

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

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

a img:hover {
  opacity: 0.7;
}

.basic_width {
  max-width: 1080px;
  margin: 0 auto;
  padding: 50px 0;
}
.basic_width img {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .basic_width {
    width: 100vw;
    padding: 0 5vw;
  }
  .basic_width img {
    width: 100%;
  }
}

.con_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 130px;
  background-image: url(../img/pc/bg_btn.svg);
  background-repeat: no-repeat;
  background-size: cover;
  font-weight: 800;
  line-height: 2rem;
  font-size: 28px;
}
@media screen and (max-width: 480px) {
  .con_btn {
    display: block;
    height: auto;
    background-image: url(../img/sp/bg_btn.svg);
    padding: 30px 0;
    text-align: center;
    font-size: 25px;
  }
}
.con_btn a {
  padding: 0 20px;
}
@media screen and (max-width: 480px) {
  .con_btn img {
    width: 80vw;
    padding: 10px;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  width: 100%;
  background-color: #fff;
}

header {
  background-color: #195AD1;
  padding-top: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 480px) {
  header {
    padding: initial;
  }
}
header img {
  width: 100px;
}
@media screen and (max-width: 480px) {
  header img {
    width: 200px;
    padding: 10px;
  }
}

.main_visual {
  width: 100%;
  text-align: right;
  background: rgb(25, 90, 209);
  background: linear-gradient(180deg, rgb(25, 90, 209) 0%, rgb(2, 60, 168) 35%);
  padding-bottom: 120px;
  position: relative;
}
.main_visual::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background-image: url(../img/pc/green_line_01.svg);
  background-repeat: no-repeat;
  right: 0;
  top: -120px;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .main_visual::before {
    width: 60vw;
    right: 0;
  }
}
.main_visual::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background-image: url(../img/pc/green_line_02.svg);
  background-repeat: no-repeat;
  left: -120px;
  top: 500px;
  z-index: 0;
}
@media screen and (max-width: 480px) {
  .main_visual::after {
    width: 100vw;
    right: -40vw;
    z-index: -1;
  }
}
.main_visual picture img {
  width: 75%;
}
@media screen and (max-width: 480px) {
  .main_visual picture img {
    width: 100%;
  }
}
.main_visual .text_01 {
  padding: 60px 0;
}
.main_visual .text_01 img {
  width: 100%;
}
.main_visual .text_02_bg {
  width: 100%;
  position: absolute;
}
.main_visual .text_02_bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100vh;
  background-image: url(../img/pc/green_line_03.svg);
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: -400px;
}
@media screen and (max-width: 480px) {
  .main_visual .text_02_bg::before {
    background-image: url(../img/sp/green_line_03.png);
    width: 100vw;
    height: 50vh;
    background-size: cover;
    background-position-x: right;
    right: 0;
    top: -100px;
  }
}

.text_02 {
  margin-top: -150px;
  z-index: 3;
  position: relative;
}
@media screen and (max-width: 480px) {
  .text_02 {
    margin-top: -20px;
  }
}
.text_02 img {
  width: 100%;
}

.text_03 {
  padding: 30px 0;
}
.text_03 img {
  width: 100%;
}

@media screen and (max-width: 480px) {
  .text_04 {
    padding: 50px 5vw;
  }
}

@media screen and (max-width: 480px) {
  .text_05 {
    padding: 50px 5vw;
  }
}

.text_05_bg {
  position: relative;
}
.text_05_bg::before {
  content: "";
  content: "";
  position: absolute;
  width: 100%;
  height: 120vh;
  background-image: url(../img/pc/green_line_04.svg);
  background-repeat: no-repeat;
  background-size: contain;
  left: -130px;
  top: -120px;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .text_05_bg::before {
    background-image: url(../img/sp/green_line_02.png);
    width: 100vw;
    left: 0;
    top: -190px;
    background-position-x: right;
    z-index: -1;
  }
}

.text_06 {
  max-width: 100vw;
  background: rgb(25, 90, 209);
  background: linear-gradient(180deg, rgb(25, 90, 209) 0%, rgb(2, 60, 168) 35%);
  text-align: center;
  position: relative;
}
@media screen and (max-width: 480px) {
  .text_06 {
    padding: 80px 5vw 50px;
    z-index: -2;
  }
}
.text_06 picture {
  position: relative;
  z-index: 2;
}
.text_06 img {
  max-width: 1080px;
}

@media screen and (max-width: 480px) {
  .text_07 {
    padding: 50px 5vw;
  }
}

.text_08 {
  max-width: 100vw;
  background: rgb(25, 90, 209);
  background: linear-gradient(180deg, rgb(25, 90, 209) 0%, rgb(2, 60, 168) 35%);
  text-align: center;
}
@media screen and (max-width: 480px) {
  .text_08 {
    padding: 50px 5vw;
  }
}
.text_08 img {
  max-width: 1080px;
}

@media screen and (max-width: 480px) {
  .text_09 {
    padding: 50px 5vw;
  }
}
@media screen and (max-width: 480px) {
  .text_09 img {
    width: 100%;
  }
}