@charset "UTF-8";
#flow {
  overflow: hidden;
  /*--------- mv ----------*/
  /*--------- flow1~4 ----------*/
  /*--------- flow5~6 ----------*/
  /*--------- flow共通設定 ----------*/
  /*--------- topic ----------*/
  /*--------- links ----------*/
}
#flow img {
  width: 100%;
}
#flow a {
  text-decoration: none;
}
#flow li {
  list-style: none;
}
#flow .wrapper {
  width: 1100px;
  margin: auto;
}
#flow .flow-mv {
  width: 100%;
  height: 460px;
  padding-top: 180px;
  background-image: url(../img/flow-mv.png);
  background-size: cover;
}
#flow .flow-mv h1 {
  color: white;
  letter-spacing: 2px;
  font-size: 54px;
}
#flow .flow-mv h1 span {
  color: #fff500;
  font-size: 72px;
}
#flow .flow-mv ul {
  display: flex;
  justify-content: space-between;
  margin: 0 15% 0;
  position: relative;
  z-index: 10;
}
#flow .flow-mv ul li {
  width: 130px;
}
#flow .flow-mv ul li:nth-child(1) {
  padding-top: 75px;
}
#flow .flow-mv ul li:nth-child(2) {
  margin-top: 60px;
}
#flow .flow-mv ul li:nth-child(3) {
  padding-top: 45px;
}
#flow .flow-mv ul li:nth-child(4) {
  margin-top: 30px;
}
#flow .flow-mv ul li:nth-child(5) {
  margin-top: 15px;
}
#flow .flow-mv .stairs {
  height: 130px;
  margin-top: -75px;
}
#flow .flow-flex {
  display: flex;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
}
#flow .flow-flex img {
  width: 40%;
}
#flow .flow-flex .text {
  padding: 0 50px;
  color: #1763e3;
}
#flow .flex-reverse {
  flex-direction: row-reverse;
}
#flow #flow1 {
  background-image: url(../img/flow-bg1.png);
}
#flow #flow2 {
  background-image: url(../img/flow-bg2.png);
}
#flow #flow3 {
  background-image: url(../img/flow-bg3.png);
}
#flow #flow4 {
  background-image: url(../img/flow-bg4.png);
}
#flow .flow56-flex {
  display: flex;
}
#flow .flow56-flex #flow5, #flow .flow56-flex #flow6 {
  width: 50%;
  padding-top: 150px;
  padding-bottom: 150px;
}
#flow .flow56-flex #flow5 .flow56-wrapper, #flow .flow56-flex #flow6 .flow56-wrapper {
  width: 380px;
  margin: auto;
  color: white;
}
#flow .flow56-flex #flow5 .flow56-wrapper img, #flow .flow56-flex #flow6 .flow56-wrapper img {
  margin-top: 40px;
}
#flow .flow56-flex #flow5 .flow56-wrapper a, #flow .flow56-flex #flow6 .flow56-wrapper a {
  width: 100%;
}
#flow #flow5 {
  background-image: url(../img/flow-bg5.png);
}
#flow #flow6 {
  background-image: url(../img/flow-bg6.png);
}
#flow section {
  background-size: cover;
  background-position: center;
  position: relative;
}
#flow section h2 {
  display: inline;
  border-bottom: solid 3px;
  padding-bottom: 6px;
  font-size: 36px;
}
#flow section p {
  margin-top: 15px;
}
#flow section .flow-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#flow section a {
  width: 48%;
  height: 80px;
  display: block;
  padding: 25px 40px;
  margin-top: 20px;
  background: #fff500;
  border: solid 4px #1763e3;
  border-radius: 40px;
  box-shadow: 5px 5px 10px rgba(88, 100, 112, 0.2);
  color: #1763e3;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  position: relative;
}
#flow section a:hover {
  opacity: 0.8;
}
#flow section a::after {
  content: "＞";
  position: absolute;
  top: 25px;
  right: 20px;
}
#flow section .longtext {
  padding: 16px 40px;
}
#flow #flow1::before,
#flow #flow2::before,
#flow #flow3::before,
#flow #flow4::before,
#flow #flow5::before,
#flow #flow6::before {
  content: "";
  position: absolute;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  top: 0;
  left: 50%;
  margin-left: -25px;
}
#flow #flow1::before {
  border-top: 40px solid white;
}
#flow #flow2::before {
  border-top: 40px solid #e1f4ff;
}
#flow #flow3::before {
  border-top: 40px solid #bde4f5;
}
#flow #flow4::before {
  border-top: 40px solid #a0d9f1;
}
#flow #flow5::before {
  border-top: 40px solid #63bee4;
}
#flow #flow6::before {
  border-top: 40px solid #72caec;
}
#flow .topic {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding-bottom: 100px;
  margin-top: -50px;
}
#flow .topic img {
  -o-object-fit: contain;
     object-fit: contain;
}
#flow .topic .text {
  width: 650px;
  padding: 25px 30px 30px 70px;
  background-image: url(../img/flow-topic.png);
  background-size: contain;
  background-repeat: no-repeat;
  color: #1763e3;
  font-size: 16px;
}
#flow .topic .text h3 {
  text-align: center;
  font-size: 24px;
}
#flow #flow1 .topic img {
  width: 300px;
}
#flow #flow2 .topic img {
  width: 200px;
  margin: 0 50px;
}
#flow #flow2 .topic .text {
  background-image: url(../img/flow-topic2.png);
  padding: 30px 40px 40px 70px;
}
#flow #flow3 .topic img, #flow #flow4 .topic img {
  width: 150px;
  margin: 0 70px;
}
#flow #flow3 .topic .text {
  padding: 40px 30px 30px 70px;
}
#flow .links {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 20px;
}
#flow .links .title {
  width: 25%;
}
#flow .links .title h2 {
  color: #1763e3;
  font-size: 36px;
}
#flow .links .title img {
  width: 250px;
  margin-top: 20px;
}
#flow .links ul {
  width: 32%;
  border-top: solid 2px #ace4ff;
}
#flow .links ul li {
  padding: 10px 30px;
  border-bottom: solid 2px #ace4ff;
  position: relative;
}
#flow .links ul li a {
  color: black;
  font-size: 18px;
}
#flow .links ul li::after {
  content: "＞";
  position: absolute;
  top: 10px;
  right: 20px;
}

@media screen and (max-width: 1100px) {
  #flow {
    /*--------- mv ----------*/
    /*--------- flow1~4 ----------*/
    /*--------- flow5~6 ----------*/
    /*--------- flow共通設定 ----------*/
    /*--------- topic ----------*/
    /*--------- links ----------*/
  }
  #flow .wrapper {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
  #flow .flow-mv ul {
    margin: 0 8% 0;
  }
  #flow .flow-mv ul li {
    width: 100px;
  }
  #flow .flow-mv .stairs {
    max-width: 120%;
    width: 120%;
    margin-left: -10%;
  }
  #flow .flow-flex {
    flex-direction: column-reverse;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #flow .flow-flex img {
    width: 100%;
    padding: 50px 20px 0;
  }
  #flow .flow-flex .text {
    padding: 0 20px;
    color: #1763e3;
  }
  #flow .flex-reverse {
    flex-direction: column-reverse;
  }
  #flow .flow56-flex {
    flex-direction: column;
  }
  #flow .flow56-flex #flow5, #flow .flow56-flex #flow6 {
    width: 100%;
    padding: 0 50px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #flow .flow56-flex #flow5 .flow56-wrapper, #flow .flow56-flex #flow6 .flow56-wrapper {
    width: 90%;
  }
  #flow #flow1::before,
  #flow #flow2::before,
  #flow #flow3::before,
  #flow #flow4::before,
  #flow #flow5::before,
  #flow #flow6::before {
    margin-left: -50px;
  }
  #flow #flow5::before {
    border-top: 40px solid #6ec7ed;
  }
  #flow #flow6::before {
    border-top: 40px solid #3bb0e3;
  }
  #flow .topic {
    gap: 10px;
    margin-top: -20px;
  }
  #flow .topic .text {
    width: 550px;
    padding: 30px 30px 50px 70px;
    background-image: url(../img/flow-topic-sp.png);
  }
  #flow .topic .text h3 {
    font-size: 18px;
  }
  #flow #flow1 .topic img {
    width: 20%;
  }
  #flow #flow2 .topic img {
    width: 20%;
    margin: 0;
  }
  #flow #flow2 .topic .text {
    padding: 20px 40px 30px 80px;
  }
  #flow #flow3 .topic img, #flow #flow4 .topic img {
    width: 15%;
    margin: 0;
  }
  #flow #flow3 .topic .text {
    padding: 50px 30px 40px 70px;
  }
  #flow .links {
    flex-direction: column;
    padding: 60px 50px 20px;
  }
  #flow .links .title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 2px #ace4ff;
    padding-bottom: 20px;
  }
  #flow .links .title img {
    width: 250px;
    margin-top: 0;
  }
  #flow .links ul {
    width: 100%;
    border-top: none;
  }
}
@media screen and (max-width: 500px) {
  #flow {
    /*--------- mv ----------*/
    /*--------- flow1~4 ----------*/
    /*--------- flow5~6 ----------*/
    /*--------- flow共通設定 ----------*/
    /*--------- topic ----------*/
    /*--------- links ----------*/
  }
  #flow .flow-mv {
    padding-top: 120px;
    margin-bottom: 50px;
  }
  #flow .flow-mv ul {
    flex-wrap: wrap;
    margin: 0 5% 0;
  }
  #flow .flow-mv ul li {
    width: 100px;
  }
  #flow .flow-mv .stairs {
    width: 100%;
    margin-left: 0;
    height: 170px;
    margin-top: -110px;
  }
  #flow .flow-flex img {
    padding: 50px 20px 0;
  }
  #flow .flow-flex .text {
    padding: 0 20px;
  }
  #flow .flow56-flex #flow5, #flow .flow56-flex #flow6 {
    padding: 100px 20px;
  }
  #flow .flow56-flex #flow5 .flow56-wrapper, #flow .flow56-flex #flow6 .flow56-wrapper {
    width: 90%;
  }
  #flow section a {
    width: 100%;
  }
  #flow .topic {
    flex-direction: column;
    gap: 0;
  }
  #flow .topic .text {
    width: 90%;
    padding: 30px;
    background-image: none;
    background-color: white;
    border: solid 3px #22c0f0;
    color: #22c0f0;
  }
  #flow #flow1 .topic img {
    width: 50%;
  }
  #flow #flow2 .topic img {
    width: 50%;
  }
  #flow #flow2 .topic .text {
    background-image: none;
    padding: 20px 30px 30px;
  }
  #flow #flow3 .topic img, #flow #flow4 .topic img {
    width: 30%;
    margin: 0;
  }
  #flow #flow3 .topic .text {
    padding: 30px;
  }
  #flow .links {
    padding: 60px 20px 20px;
  }
  #flow .links .title {
    flex-direction: column;
    padding-bottom: 50px;
  }
  #flow .links .title img {
    margin-top: 20px;
  }
}/*# sourceMappingURL=style.css.map */