@charset "UTF-8";
.orange {
  color: #F8981A;
}

.gressn {
  color: #60AB44;
}

.fadeUp {
  opacity: 0;
}
.fadeUp.active {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

.fadeScale {
  opacity: 0;
}
.fadeScale.active {
  animation-name: fadeScaleAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.fadeSlide {
  opacity: 0;
}
.fadeSlide.active {
  animation-name: fadeslideAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px) rotate(10deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) rotate(0deg);
  }
}
@keyframes fadeScaleAnime {
  from {
    opacity: 0;
    transform: translateY(-10em) scale(1.5);
    filter: blur(0.2em);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}
@keyframes fadeslideAnime {
  from {
    opacity: 0;
    transform: translateX(20em);
    filter: blur(0.2em);
  }
  to {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0);
  }
}
.delay-time01 {
  animation-delay: 0.1s;
}

.delay-time02 {
  animation-delay: 0.2s;
}

.delay-time03 {
  animation-delay: 0.3s;
}

.delay-time04 {
  animation-delay: 0.4s;
}

.delay-time05 {
  animation-delay: 0.5s;
}

.delay-time06 {
  animation-delay: 0.6s;
}

.delay-time07 {
  animation-delay: 0.7s;
}

.delay-time08 {
  animation-delay: 0.8s;
}

.delay-time09 {
  animation-delay: 0.9s;
}

.delay-time10 {
  animation-delay: 1s;
}

html {
  font-size: max(16px, 1vw);
  font-family: メイリオ, Meiryo, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
  line-height: 1.5;
  overflow-x: hidden;
  color: #1A1311;
}

.br-sp {
  display: none;
}

.bold {
  font-weight: bold;
}

.underline {
  border-bottom: 0.15em solid black;
  line-height: 1;
  margin-bottom: 1em;
  display: inline-block;
}

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

p {
  margin: 0;
  padding: 0;
}

.sp-br {
  display: none;
}

.sitewrap-top ul {
  margin: 1em auto 1em -2em;
}
.sitewrap-top ul li {
  display: inline-block;
  font-size: max(14px, 0.8em);
  list-style: none;
}
.sitewrap-top ul li:not(:first-child)::before {
  content: ">";
  display: inline-block;
  margin-right: 0.8em;
  margin-left: 0.8em;
  vertical-align: middle;
}
.sitewrap-top ul li:last-child {
  font-weight: bold;
}
.sitewrap-top ul a {
  vertical-align: middle;
  text-decoration: none;
  color: black;
}
.sitewrap-top ul a:hover {
  text-decoration: underline;
}

header {
  height: 4em;
  background-color: #142e79;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em;
}
header img {
  height: 100%;
}

main {
  margin: 0 auto;
  padding: 0em 2em 3em;
  width: 50em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.main-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.main-title .main {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 1em;
}
.main-title .main img {
  height: 6em;
}
.main-title .main h1 {
  font-size: 3em;
  white-space: nowrap;
  color: #60AB44;
}

.top-text {
  width: calc(100% - 5em);
  margin: 0 auto 1em;
  text-align: center;
}

.top-link {
  background-color: #f79727;
  color: white;
  border-radius: 100vw;
  padding: 0.5em 2em 0.4em;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: calc(100% - 1em);
  max-width: 20em;
  margin: 0 auto;
  position: relative;
}
.top-link p {
  font-weight: bold;
  font-size: 1em;
}
.top-link::after {
  content: "";
  position: absolute;
  width: 0.6em;
  height: 0.6em;
  top: 50%;
  right: 0.5em;
  transform: translate(-50%, -50%) rotate(45deg);
  border-top: 0.2em white solid;
  border-right: 0.2em white solid;
  transition: 0.2s;
}
.top-link:hover::after {
  right: 0.1em;
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.section-title h2 {
  font-size: 2.5em;
  color: #f79727;
  border-bottom: 0.2em solid #f79727;
  display: inline-block;
  line-height: 1;
  margin: 0.5em auto;
}

section {
  width: 100%;
}

.flow-wrap .flow-line {
  width: 100%;
  margin-top: 8em;
  padding: 0 2em 2em;
  background: linear-gradient(90deg, #fae7f0 0%, #fae7f0 49%, rgb(255, 255, 255) 49%, rgb(255, 255, 255) 51%, #cfebfa 51%, #cfebfa 100%);
}
.flow-wrap .flow-line .icons {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: stretch;
  gap: 4em;
}
.flow-wrap .flow-line .icons .icon-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  gap: 0.5em;
  margin-top: -6.5em;
}
.flow-wrap .flow-line .icons .icon-wrap .icon {
  width: 13em;
}
.flow-wrap .flow-line .icons .icon-wrap span {
  font-size: 2.5em;
  font-weight: bold;
  line-height: 0;
  color: #d16e90;
}
.flow-wrap .flow-line .icons .icon-wrap .icon-logo {
  height: 3em;
}
.flow-wrap .flow-line h3 {
  background-color: white;
  text-align: center;
  padding: 0.1em 0.5em 0;
  font-size: 2.2em;
}
.flow-wrap .flow-line h4 {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 0.5em 1em 0.4em;
  font-size: 1.7em;
  border-radius: 0.5em;
  margin: 1em auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow-wrap .flow-line h4 span {
  text-align: left;
}
.flow-wrap .flow-line .side-by-side {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 1em;
}
.flow-wrap .flow-line .side-by-side img {
  width: 60%;
}
.flow-wrap .flow-line .side-by-side .documents {
  width: 40%;
}
.flow-wrap .flow-line .side-by-side .documents h5 {
  border: 0.1em solid black;
  text-align: center;
  font-size: 1.3em;
  padding: 0.1em 0.5em 0;
  margin: 0.5em auto;
}
.flow-wrap .flow-line .side-by-side .documents p {
  font-weight: bold;
  font-size: 1.1em;
}
.flow-wrap .flow-line .side-by-side .documents p span {
  font-size: 0.8em;
  vertical-align: top;
}
.flow-wrap .flow-line .note {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 1em;
  border-radius: 0.5em;
}
.flow-wrap .flow-line .note li {
  list-style: none;
  display: flex;
  gap: 0.3em;
  margin-bottom: 0.3em;
}
.flow-wrap .flow-line .note li .side-by-side {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 1em;
}
.flow-wrap .flow-line .note li .side-by-side img {
  width: 60%;
}
.flow-wrap .flow-line .note li .side-by-side .documents {
  width: 40%;
}
.flow-wrap .flow-line .note li .side-by-side .documents h5 {
  border: 0.1em solid black;
  text-align: center;
  font-size: 1.3em;
  padding: 0.1em 0.5em 0;
  margin: 0.5em auto;
}
.flow-wrap .flow-line .note li .side-by-side .documents p {
  font-weight: bold;
  font-size: 1.1em;
}
.flow-wrap .flow-line .note li .side-by-side .documents p span {
  font-size: 0.8em;
  vertical-align: top;
}
.flow-wrap .flow-line .note li:last-child {
  margin-bottom: 0;
}
.flow-wrap .flow-line .caption {
  height: 12em;
  width: 90%;
  margin: 0 auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

#section-02 .flow-line {
  background: linear-gradient(90deg, #cfebfa 0%, #cfebfa 49%, rgb(255, 255, 255) 49%, rgb(255, 255, 255) 51%, #D4E6BD 51%, #D4E6BD 100%);
}
#section-02 .flow-line .icons .icon-wrap span {
  color: #7AB241;
}

.afterword {
  font-weight: bold;
  font-size: 1.3em;
  padding: 1em;
}

.cv-btn {
  margin: 0 auto;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(100, 173, 85) 11%, rgb(110, 255, 83) 85%, rgb(198, 255, 188) 100%);
  padding: 0.5em 1em 0.4em;
  border-radius: 100vw;
  font-size: 1.5em;
  font-weight: bold;
  color: white;
  border: 0.1em solid #539a48;
  transition: 0.2s;
  position: relative;
  overflow: hidden;
  height: 2.5em;
  width: 12em;
}
.cv-btn span {
  white-space: nowrap;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cv-btn::after {
  z-index: 5;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 98, 55) 13%, rgb(255, 156, 75) 76%, rgb(255, 218, 188) 100%);
  opacity: 0;
  transition: 0.2s;
}
.cv-btn:hover {
  border: 0.1em solid rgb(255, 98, 55);
}
.cv-btn:hover::after {
  opacity: 1;
}

/* footer
-------------------------------------------------------------------*/
footer {
  background: #ebf4fe;
  padding: 2em 0;
  width: 100%;
}

.footer_top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2em;
  width: 100%;
  margin-bottom: 1em;
}

#foot_left {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}

#foot_left > a {
  display: inline-block;
  white-space: nowrap;
}

#foot_left > a img {
  /* width: 208px; */
  vertical-align: middle;
  width: 13em;
}

#foot_left p {
  margin-top: 0.5em;
  font-size: 0.8em;
  color: #282828;
  font-weight: normal;
}

#foot_left p:first-of-type {
  margin-top: 0.8em;
}

#foot_right {
  font-size: 0.8em;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2em;
}

#foot_right ul {
  border-left: 0.1em solid #bdbdbd;
  margin: 0;
  padding: 3em;
}

#foot_right li {
  display: block;
  text-align: left;
  white-space: nowrap;
}

#foot_right li a,
.footer_bottom ul li a {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

#foot_right li a:before,
.footer_bottom ul li a:before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 100%;
  height: 0.1em;
  background: #142e7a;
  bottom: 0;
  left: -100%;
  transition: left 0.2s;
}

#foot_right li a:hover,
.footer_bottom ul li a:hover {
  text-decoration: none;
}

#foot_right li a:hover:before,
.footer_bottom ul li a:hover:before {
  left: 0;
}

.footer_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 0.1em solid #bdbdbd;
  font-size: 0.8em;
  padding-top: 0.7em;
  flex-direction: column;
}

.footer_bottom ul li {
  display: inline-block;
  padding: 0 0.8em;
  border-left: 0.1em solid #bdbdbd;
}

.footer_bottom ul li:first-of-type {
  padding-left: 0;
  border-left: none;
}

@media screen and (max-width: 950px) {
  footer {
    padding: 2em 0 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4vw;
  }
  .footer_top {
    margin-bottom: 0.8em;
    flex-direction: column;
  }
  #foot_left {
    text-align: center;
    width: 100%;
    align-items: center;
  }
  #foot_left > a {
    display: inline-block;
  }
  #foot_left p {
    margin-top: 0.4em;
    font-size: max(16px, 0.8em);
    color: #282828;
    text-align: center;
    width: 100%;
    display: block;
  }
  #foot_left p:first-of-type {
    margin-top: 10px;
  }
  #foot_right {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #foot_right ul {
    border-left: none;
    padding: 0;
    text-align: center;
    border-top: 0.1em solid #bdbdbd;
    width: 100vw;
    padding-top: 1em;
  }
  #foot_right li {
    text-align: center;
  }
  .footer_bottom {
    justify-content: center;
    width: 100vw;
  }
  .footer_bottom ul {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */