.contents_inner {
  max-width: 1200px;
  margin: 0px auto;
}

.mov_line, #flow_head, section {
  overflow: hidden;
}

/* =====================================================
    flow_head
=====================================================*/
#flow_head {
  padding-top: 50px;
  padding-bottom: 30px;
}
@media screen and (min-width: 640px) {
  #flow_head {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 980px) {
  #flow_head {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
#flow_head .contents_inner {
  max-width: 1200px;
}
@media screen and (max-width: 639px) {
  #flow_head .contents_title__text {
    font-size: min(5.1282051282vw, 2.4rem);
  }
}
@media screen and (min-width: 640px) {
  #flow_head .contents_title__text {
    font-size: 4vw;
  }
}
@media screen and (min-width: 980px) {
  #flow_head .contents_title__text {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1200px) {
  #flow_head .contents_title__text {
    font-size: 3.2rem;
  }
}

/* =====================================================
    page_visual
=====================================================*/
.page_visual {
  position: relative;
}
@media screen and (min-width: 640px) {
  .page_visual {
    position: relative;
    display: flex;
    align-items: flex-end;
  }
}
@media screen and (min-width: 640px) {
  .page_visual .contents_title {
    position: absolute;
    right: 0%;
    top: 20px;
    width: 50%;
    padding: 35px 0px 35px 5%;
  }
}
@media screen and (min-width: 980px) {
  .page_visual .contents_title {
    top: 10%;
    padding: 50px 0px 50px 5%;
  }
}
@media screen and (min-width: 1200px) {
  .page_visual .contents_title {
    top: 80px;
    width: calc(100% - 650px);
    padding: 70px 0px 70px 45px;
  }
}
@media screen and (min-width: 640px) {
  .page_visual .contents_title:before, .page_visual .contents_title:after {
    left: 0px;
    transform: translateX(0%);
  }
}
@media screen and (min-width: 640px) {
  .page_visual .contents_title .contents_title__text {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 980px) {
  .page_visual .contents_title .contents_title__text {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1200px) {
  .page_visual .contents_title .contents_title__text {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 640px) {
  .page_visual .contents_title .contents_title__line {
    left: 0px;
  }
}
@media screen and (max-width: 639px) {
  .page_visual .img {
    padding-top: 50px;
  }
}
@media screen and (min-width: 640px) {
  .page_visual .img {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .page_visual .img {
    width: 790px;
    margin-left: -140px;
  }
}
.page_visual .img img {
  width: 100%;
  height: auto;
}
.page_visual .en_text {
  position: relative;
  z-index: 11;
  margin-top: -10vw;
}
@media screen and (min-width: 640px) {
  .page_visual .en_text {
    margin-top: 0px;
    margin-left: -5%;
    flex: 1;
  }
}
@media screen and (min-width: 1200px) {
  .page_visual .en_text {
    width: 700px;
    margin-left: -150px;
  }
}
.page_visual .en_text .en_text__inner {
  position: relative;
  display: inline-block;
  padding-right: 16.6666666667vw;
}
@media screen and (min-width: 640px) {
  .page_visual .en_text .en_text__inner {
    padding-right: 8.59375vw;
  }
}
@media screen and (min-width: 1200px) {
  .page_visual .en_text .en_text__inner {
    padding-right: 110px;
  }
}
.page_visual .en_text .text {
  padding-left: 1vw;
  display: block;
  line-height: 1.2em;
  font-size: 18.7179487179vw;
}
@media screen and (min-width: 640px) {
  .page_visual .en_text .text {
    font-size: 8vw;
  }
}
@media screen and (min-width: 1200px) {
  .page_visual .en_text .text {
    font-size: 12rem;
  }
}
.page_visual .en_text .icon {
  display: block;
  width: 12.8205128205vw;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 640px) {
  .page_visual .en_text .icon {
    width: 7.03125vw;
  }
}
@media screen and (min-width: 1200px) {
  .page_visual .en_text .icon {
    width: 80px;
  }
}
.page_visual .en_text .icon img {
  width: 100%;
  height: auto;
}

#flow_intro {
  padding-top: 0px;
}
@media screen and (max-width: 639px) {
  #flow_intro {
    padding-bottom: 100px;
  }
}

.flow_intro {
  margin-top: 50px;
}
@media screen and (min-width: 640px) {
  .flow_intro {
    margin-top: 60px;
  }
}
@media screen and (min-width: 980px) {
  .flow_intro {
    margin-top: 80px;
  }
}

/* =====================================================
    consecutive_list
=====================================================*/
.consecutive_list {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.consecutive_item {
  display: block;
  color: inherit;
  text-decoration: none;
  position: relative;
  background-color: #fff;
  color: #000;
  padding: 15px 50px 15px 15px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 980px) {
  .consecutive_item {
    padding: 20px 40px 20px 20px;
  }
}
.consecutive_item .number, .consecutive_item .text {
  transition: all 0.3s ease-in-out;
}
.consecutive_item .number {
  font-size: min(3.5897435897vw, 1.4rem);
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0.03em;
  color: #C8C8C8;
  margin-bottom: 5px;
}
@media screen and (min-width: 980px) {
  .consecutive_item .number {
    font-size: 1.6rem;
  }
}
.consecutive_item .number .large {
  font-size: 120%;
}
.consecutive_item .text {
  font-size: min(3.8461538462vw, 1.6rem);
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 980px) {
  .consecutive_item .text {
    font-size: 1.8rem;
  }
}
.consecutive_item:after {
  content: "";
  mask-image: url(../../img/common/arrow_down.svg);
  background: #00C2ED;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 7px;
  height: 10px;
  margin-top: -5px;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 980px) {
  .consecutive_item:after {
    right: 20px;
    width: 10px;
    height: 15px;
    margin-top: -7px;
  }
}

@media (hover: hover) and (pointer: fine) {
  a.consecutive_item:hover {
    background-color: #00C2ED;
    color: #fff;
  }
  a.consecutive_item:hover .number {
    color: #fff;
  }
  a.consecutive_item:hover .text {
    color: #fff;
  }
  a.consecutive_item:hover:after {
    background: #fff;
  }
}

.consecutive_item + .consecutive_item {
  margin-top: 5px;
}
@media screen and (min-width: 980px) {
  .consecutive_item + .consecutive_item {
    margin-top: 10px;
  }
}

.consecutive_list {
  margin-top: 50px;
}
@media screen and (min-width: 640px) {
  .consecutive_list {
    margin-top: 60px;
  }
}
@media screen and (min-width: 980px) {
  .consecutive_list {
    margin-top: 80px;
  }
}

#flow {
  padding-top: 0px;
  padding-bottom: 0px;
}

/* =====================================================
    flow_contents
=====================================================*/
.flow_contents {
  margin-top: 100px;
}
@media screen and (min-width: 640px) {
  .flow_contents {
    margin-top: 120px;
  }
}
@media screen and (min-width: 980px) {
  .flow_contents {
    max-width: 800px;
    margin: 120px auto 0px auto;
  }
}

.flow_contents__item + .flow_contents__item {
  position: relative;
  margin-top: 80px;
}
.flow_contents__item + .flow_contents__item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -54px;
  width: 20px;
  height: 28px;
  background-image: url(../../img/common/arrow_down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transform: translateX(-50%);
}

.flow_contents__item {
  padding: 30px 5vw 30px 5vw;
  background-color: #fff;
  border-radius: 5px;
}
@media screen and (min-width: 640px) {
  .flow_contents__item {
    padding: 30px 5vw 30px 5vw;
  }
}
@media screen and (min-width: 980px) {
  .flow_contents__item {
    padding: 60px 60px 60px 60px;
  }
}
.flow_contents__item .number {
  font-size: 9.2307692308vw;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 640px) {
  .flow_contents__item .number {
    font-size: 5.4vw;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 980px) {
  .flow_contents__item .number {
    font-size: 4.5rem;
  }
}
.flow_contents__item .title {
  margin-top: 15px;
  font-size: 6.1538461538vw;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.08em;
  margin-bottom: 15px;
}
@media screen and (min-width: 640px) {
  .flow_contents__item .title {
    font-size: 3.8vw;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 980px) {
  .flow_contents__item .title {
    margin-top: 20px;
    font-size: 3.2rem;
  }
}
.flow_contents__item .thumb {
  position: relative;
  margin-top: 30px;
  border-radius: 30vw;
}
@media screen and (min-width: 980px) {
  .flow_contents__item .thumb {
    max-width: 550px;
    margin: 40px auto 0px auto;
  }
}
.flow_contents__item .thumb .col {
  position: absolute;
  right: 0px;
  top: 0px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 8.2051282051vw;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 640px) {
  .flow_contents__item .thumb .col {
    font-size: 6.5vw;
    line-height: 1.3em;
  }
}
@media screen and (min-width: 980px) {
  .flow_contents__item .thumb .col {
    font-size: 4.8rem;
  }
}
.flow_contents__item .thumb .en {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  font-size: 3.3333333333vw;
  color: #C8C8C8;
}
@media screen and (min-width: 640px) {
  .flow_contents__item .thumb .en {
    font-size: 1.7rem;
  }
}
.flow_contents__item .intro .note {
  margin-top: 8px;
  font-size: 3.3333333333vw;
  line-height: 1.7em;
}
@media screen and (min-width: 640px) {
  .flow_contents__item .intro .note {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 980px) {
  .flow_contents__item .intro .note {
    font-size: 1.4rem;
  }
}
.flow_contents__item .btn_area {
  margin-top: 30px;
}
@media screen and (min-width: 640px) {
  .flow_contents__item .btn_area {
    margin-top: 40px;
    display: flex;
    gap: 0px 4%;
  }
}
@media screen and (min-width: 980px) {
  .flow_contents__item .btn_area {
    margin-top: 50px;
  }
}
@media screen and (max-width: 639px) {
  .flow_contents__item .btn_area .btn_standard {
    max-width: 300px;
    text-align: center;
  }
}
@media screen and (min-width: 640px) {
  .flow_contents__item .btn_area .btn_standard {
    flex: 1;
    max-width: 420px;
  }
}
.flow_contents__item .btn_area .btn_standard .text {
  text-align: -webkit-center;
}
@media screen and (max-width: 639px) {
  .flow_contents__item .btn_area .btn_standard + .btn_standard {
    margin-top: 10px;
  }
}

.flow_contents__item:nth-child(odd) .thumb {
  background-color: #EEF8F9;
}
.flow_contents__item:nth-child(even) .thumb {
  background-color: #FBF6ED;
}

.flow_contents__item:nth-child(odd) .thumb {
  background-color: #FBF6ED;
}
.flow_contents__item:nth-child(even) .thumb {
  background-color: #EEF8F9;
}

/* =====================================================
    other
=====================================================*/
.other_section {
  padding: 100px 5vw 100px 5vw;
}
@media screen and (min-width: 640px) {
  .other_section {
    padding: 120px 5vw 120px 5vw;
  }
}
@media screen and (min-width: 980px) {
  .other_section {
    padding: 150px 40px 150px 40px;
  }
}

.other_list {
  max-width: 1000px;
  margin: 0px auto;
}
@media screen and (min-width: 980px) {
  .other_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 4%;
  }
}

@media screen and (min-width: 980px) {
  .other_item {
    width: 48%;
  }
}
@media screen and (max-width: 979px) {
  .other_item + .other_item {
    margin-top: 10px;
  }
}

.other_item__link {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.other_item__link .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00C2ED;
  width: 23.0769230769vw;
  height: 23.0769230769vw;
}
@media screen and (min-width: 640px) {
  .other_item__link .icon {
    width: 15.625vw;
    height: 15.625vw;
  }
}
@media screen and (min-width: 980px) {
  .other_item__link .icon {
    width: 100px;
    height: 100px;
  }
}
.other_item__link .icon img {
  width: 12.0512820513vw;
  height: auto;
}
@media screen and (min-width: 640px) {
  .other_item__link .icon img {
    width: 7.34375vw;
  }
}
@media screen and (min-width: 980px) {
  .other_item__link .icon img {
    width: 47px;
    height: auto;
  }
}
.other_item__link .text {
  padding-left: 4vw;
  line-height: 1.5em;
  color: #000;
  font-size: min(4.1025641026vw, 1.6rem);
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 640px) {
  .other_item__link .text {
    font-size: 2.6vw;
  }
}
@media screen and (min-width: 980px) {
  .other_item__link .text {
    padding-left: 25px;
    font-size: 1.7rem;
  }
}
.other_item__link:after {
  content: "";
  display: block;
  width: 12px;
  height: 7px;
  mask-image: url(../../img/common/icon_arrow02.svg);
  background-color: #000;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -3px;
}

.other_btn {
  margin-top: 100px;
}
@media screen and (min-width: 640px) {
  .other_btn {
    margin-top: 80px;
  }
}
@media screen and (max-width: 639px) {
  .other_btn .btn_standard {
    max-width: 280px;
  }
}

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