@charset "UTF-8";

html {
	font-size: 62.5%;
}

body {
	font-family: "Noto Sans JP", sans-serif;
	color:#222;
  font-size: 1.5rem;
	letter-spacing: 0.02em;
  font-weight:400;
  background: #fff;
	/*fadeIn*/
	animation: fadeIn 1.2s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
}
.wrap {
	overflow: hidden;
}
.inner {
  max-width: 1200px;
  margin: 0 auto;
}

h1,h2,h3 {
	color:#0057b8;
  text-align:center;
}
h1 {
  font-weight: 400;
}
h2 {
	font-size: 4.0rem;
	font-weight: 600;
	margin: 0 0 50px;
}
h3 {
  font-weight: 600;
	font-size: 3.0rem;
	margin: 0 0 20px;
}
p {
	font-weight: 300;
	line-height: 2.0;
  text-align: justify;
}
.note {
  display: inline-block;
  color: #7c7c7c;
  font-size: 1.3rem;
  line-height: 1.7;
  margin: 0.5em 0 0;
}
.sup-note {
  font-size: 1.0rem;
  vertical-align: super;
}
.cv .num, .entry .inner, footer, h1.ttl {
	text-align: center
}
footer a[target="_blank"] span:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 1.0rem;
  content: "\f35d";
  margin: 0 0 0 3px;
}
small {
	display: inline-block;
	font-size: 60%;
  vertical-align: middle;
  font-feature-settings: "palt";
}
strong {
  font-weight: bold;
}

/* fadein（ページ読み込み時とスクロール時ふわっと上に出てくる）*/
.fadein {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1.8s ease, transform 1.8s ease;
}
.fadein.scrollin {
  opacity: 1;
  transform: translateY(0);
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
	
/* fadeUp（順番にふわっと上に出てくる） */
.fadeUp {
  opacity: 0;
  transform: translateY(40px);
  animation-fill-mode: forwards;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeBox {
  opacity: 0;
  transform: translateY(100px);
}

.fadeLeft {
animation-name: fadeLeftAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes fadeLeftAnime{
  from {
    opacity: 0;
	transform: translateX(-100px);
  }
  to {
    opacity: 1;
	transform: translateX(0);
  }
}
.fadeRight {
animation-name: fadeRightAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes fadeRightAnime {
  from {
    opacity: 0;
	transform: translateX(100px);
  }
  to {
    opacity: 1;
	transform: translateX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger,
.fadeLeftTrigger,
.fadeRightTrigger{
    opacity: 0;
}

/* scrolldown */
.scrolldown {
  writing-mode: vertical-rl;
  position: absolute;
  bottom: 85px;
  z-index: 5;
}
.scrolldown::before {
  content: "";
  width: 10px;
  height: 70px;
  margin: auto;
  background: url("../img/hexagon.svg") fixed no-repeat center top;
  position: absolute;
  bottom: -85px;
  left: 0;
  right: 0;
  animation: scrolldown 2s infinite;
  z-index: 5;
}
.scrolldown::after {
  content: "";
  width: 1px;
  height: 70px;
  background-color: #ccc;
  margin: auto;
  position: absolute;
  bottom: -85px;
  left: 0;
  right: 0;
}
@keyframes scrolldown {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  20% {
    transform: translateY(0);
    opacity: 1;
  }
  80% {
    transform: translateY(50px);
    opacity: 1;
  }
  100% {
    transform: translateY(60px);
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .scrolldown {
    display: none;
    left: 0;
  }
}

#page-top {
  bottom: 60px !important;
  right: 60px;
  font-size: 48px;
  line-height: 1;
  position: fixed;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
#page-top.show {
  opacity: 1;
  visibility: visible;
}
#page-top a {
  display: block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-decoration: none;
  background: rgba(34, 34, 34, 0.7);
  z-index: 100;
  position: fixed;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}
  #page-top a:before {
  content: "\02227";
  transform: scale(1.5,1.0);
  left: 45%;
  font-family: "design_plus";
  color: #fff;
  font-size: 15px;
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#page-top a:hover {
  background: #222;
}

@media screen and (max-width: 768px)  {
	img {
		max-width: 100%;
		height: auto;
	}
	.mv .sp img {
		width: 100%;
	}
	h2 {
		font-size: 2.6rem;
    margin-bottom: 40px;
	}
  h3 {
     font-size: 2.0rem;
  }
	p {
		font-size: 1.4rem;
    line-height: 1.9;
	}
	#page-top {
    display: block;
    font-size: 40px;
	}
}
@media screen and (max-width: 600px) {
  h2 {
    margin-bottom: 30px;
	}
}

@media screen and (min-width: 910px), screen and (max-width: 490px) {
  .pcsp {
    display: none;
  }
}
@media screen and (min-width: 911px) {
  .sp910 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .pc600 {
    display: none;
  }
}
@media screen and (min-width: 601px) {
  .sp600 {
    display: none;
  }
}
@media screen and (min-width: 491px) {
  .sp490 {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .pc480 {
    display: none;
  }
}
@media screen and (min-width: 431px) {
  .sp430 {
    display: none;
  }
}
@media screen and (max-width: 350px) {
  .pc350 {
    display: none !important;
  }
}

/* btn */
.btn a {
  display: block;
  width: 260px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  background: #0057b8;
  position: relative;
  margin: 0 auto;
  padding: 12px 0;
  transition: 0.3s;
}
.btn a::before,
.btn a::after {
  content: "";
  width: 0;
  height: 100%;
  border: 25px solid transparent;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  position: absolute;
  top: 0;
  transition: 0.3s;
}
.btn a::before {
	right: 100%;
  border-right-color: #0057b8;
}
.btn a::after {
	left: 100%;
  border-left-color: #0057b8;
}
.btn i {
  font-size: 1.9rem;
}
.btn span {
  margin: 0 0 0 0.2em;
}
.btn a > span::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  transition: 0.3s;
}
.btn a:hover {
  color: #0057b8;
  background: #f3e500;
}
.btn a:hover::before {
  border-right-color: #f3e500;
}
.btn a:hover::after {
  border-left-color: #f3e500;
}
.btn a:hover > span::after {
  content: "";
  border-top: 2px solid #0057b8;
  border-right: 2px solid #0057b8;
  right: 8px;
}
@media screen and (max-width:768px) {
  .btn {
		font-size: 12px;
		width: 50%;
    min-width: 170px;
    margin: 0 auto;
	}
	.btn a {
		width: 100%;
  }
  .gnav .btn {
    width: 25px;
    min-width: 25px;
    margin: auto 0px auto auto;
  }
  .gnav .btn a {
    width: 25px;
    height: 40px;
    padding: 9px 0;
  }
  .gnav .btn a::before, .gnav .btn a::after {
    content: "";
    width: 0;
    height: 100%;
    border: 20px solid transparent;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    position: absolute;
    top: 0;
    transition: 0.3s;
  }
  .gnav .btn a::before {
    border-right-color: #0057b8;
  }
  .gnav .btn a::after {
    border-left-color: #0057b8;
  }
  .gnav .btn a:hover::before {
    border-right-color: #f3e500;
  }
  .gnav .btn a:hover::after {
    border-left-color: #f3e500;
  }
  .gnav .btn span {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .btn{
		width: 90%;
	}
  .btn a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 74px;
  }
  .btn a::before, .btn a::after {
    content: "";
    border: 37px solid transparent;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
  }
  .gnav .btn a::before, .gnav .btn a::after {
    content: "";
    width: 0;
    height: 100%;
    border: 20px solid transparent;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    position: absolute;
    top: 0;
    transition: 0.3s;
  }
  .btn a:before, .gnav .btn a::before {
    border-right-color: #0057b8;
  }
  .btn a:after, .gnav .btn a::after {
    border-left-color: #0057b8;
  }
  .btn a:hover::before, .gnav .btn a:hover::before {
    border-right-color: #f3e500;
  }
  .btn a:hover::after, .gnav .btn a:hover::after {
    border-left-color: #f3e500;
  }
  .btn i {
    margin: 0 auto;
  }
  .btn a > span {
    margin: 0 auto;
  }
}

header {
  width: 100%;
  height: 100px;
  background: rgba(255, 255, 255, 0);
  padding-bottom: 5px;
  position: fixed;
  top: 0;
  left: 0;
  transition: background-color 0.3s ease;
  z-index: 10;
}
header.is-scroll {
  background: #fff;
}
.gnav {
	display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  padding: 20px 30px 20px 20px;
}
.gnav h1 a {
  transition: .3s;
}
.gnav h1 a img {
  width: 230px;
}
.gnav h1 a:hover {
  opacity: 0.7;
}
.gnav .btn:hover a {
  color: #0057b8;
  background: #f3e500;
}
.gnav .btn:hover i {
  color: #0057b8;
}

@media screen and (max-width: 768px) {
  header {
    height: 80px;
  }
  .gnav {
    height: 80px;
  }
  .gnav h1 a img {
    width: 200px;
  }
	a {
		text-decoration: none
	}
}

section {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  section {
    padding: 40px 20px;
  }
}

/* kv */
.kv {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  background: url(../img/kv-img.jpg) no-repeat center top;
  background-size: cover;
  padding: 0;
  position: relative;
  overflow: hidden;
}
@keyframes bggradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.kv .inner {
  max-width: 100%;
  width: 100%;
  position: absolute;
  top: calc(2% + 100px);
  left: 0;
  padding: 0;
}
.kv h2 {
  font-size: 4.7rem;
  line-height: 1.8;
  letter-spacing: 0.3rem;
  text-align: left;
  margin: 0;
}
.kv h2 span {
 display: inline-block;
}
.kv h2 span img {
  width: 100%;
  vertical-align: text-top;
}
.kv h2 span:first-child {
  position: absolute;
  top: 0;
  animation-delay: 1.5s;
  padding: 0 0 0 60px;
}
.kv h2 span:last-child {
  position: absolute;
  top: 7.0rem;
  animation-delay: 2.5s;
  padding: 0 0 0 60px;
}
.kv h2 span:last-child::before {
  content: "";
  width: 0;
  height: 2px;
  background: #0057b8;
  position: absolute;
  left: 0;
  bottom: -0.6rem;
  animation: lineExpand 0.8s ease-out forwards;
  animation-delay: 3.6s;
}
@keyframes lineExpand {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.kv p {
  color: #222;
  font-size: 1.6rem;
  margin: 0 auto 0 60px;
  position: absolute;
  top: 17.8rem;
  animation: fadeInDown 0.5s ease-out forwards;
  animation-delay: 5.2s;
  opacity: 0;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-25px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 768px)  {
  .kv {
    height: 80vh;
    max-height: 680px;
    margin: 0 auto;
  }
  .kv .inner {
    top: 80px;
  }
  .kv h2 {
    font-size: 4.1rem;
  }
  .kv h2 span:first-child {
    padding: 0 0 0 20px;
    top: 10px;
  }
  .kv h2 span:last-child {
    padding: 0 0 0 20px;
    top: calc(6.0rem + 10px);
  }
  .kv h2 span:last-child::before {
    bottom: -0.4rem;
  }
  .kv p {
    font-size: 1.4rem;
    margin: 0 auto 20px 20px;
    top: calc(15.4rem + 10px);
  }
}
@media screen and (min-width: 601px) {
  .kv .photoBox {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .kv {
    display: flex;
    flex-direction: column;
    height: 100vh;
    margin: 0;
    padding: 0;
  }
  .kv .photoBox {
    flex: 1;
    width: 100%;
    position: relative;
    overflow: hidden;
    line-height: 0;
  }
  .kv .photoBox img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
  .kv .inner {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    background: #fff;
    padding: 20px 20px 20px 0;
    position: relative;
    top: auto;
  }  
  .kv h2 {
    font-size: 7.0vw;
    line-height: 1.5;
  }
  .kv h2 span {
    display: block;
    padding-left: 0;
  }
  .kv h2 span:first-child {
    position: static;
  }
  .kv h2 span:last-child {
    position: static;
    padding: 0 0 0.15em 20px;
    }
  .kv p {
    font-size: 1.4rem;
    margin: 0;
    margin: 15px auto 0 20px;
    position: static;
  }
}

/* intro */
.intro {
  background: #f2f2f2;
}
.intro h2 {
  margin: 0 0 20px;
}
.intro h2 span {
  width: 4em;
  display: inline-block;
  margin: auto 0.15em auto 0;
}
.intro h2 span img {
  vertical-align: text-bottom;
}
.intro p {
  font-size: 1.8rem;
  text-align: center;
}
.intro .inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
	padding: 0;
}
.intro .inner:nth-last-child(2) {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto 50px;
	padding: 0 20px;
}
.intro .inner:nth-last-child(2) p {
 text-align: center;
}
.intro .innerBox {
	display: flex;
  flex-direction: column;
  width: calc(100% / 3 - 1.2%);
  min-width: 300px;
  border: 2px solid #0057b8;
  margin: 0 0 30px 1.8%;
}
.intro .innerBox:first-child {
  margin: 0 0 30px;
}
.intro .txtBox {
	width: 100%;
  padding: 24px;
}
.intro .txtBox{
	display: flex;
  flex-direction: column;
	flex: 1;
	align-items: center;
	color: #fff;
	padding-bottom: 20px;
	text-align:center;
}
.intro .innerBox h3{
  flex: 1;
	align-items: center;
	color: #0057b8;
	font-size: 2.3rem;
	text-align: center;
	margin: 0 auto;
}
.intro .innerBox p {
  color: #222;
	flex: 1;
  line-height: 2;
	margin-top: 20px;
}
.intro .photoBox {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 280px;
}
.intro .photoBox img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro h3 {
  display: inline-block;
	color: #0057b8;
	text-align: center;
}
.intro h3 span { 
  display: inline;
	font-size: 3rem;
}
.intro h3 span.large { 
  display: inline-block;
	font-size: 5rem;
  margin: auto 0.1em;
}
.intro .whatis {
    margin: 40px 0 0;
    padding: 30px;
    border-radius: 10px;
    background: #0057b8;
}
.intro .whatis h3 {
	font-weight: 600;
    font-size: 2.4rem;
	text-align: center;
    margin: 0 0 20px;
}
@media screen and (max-width: 1000px) {
  .intro .innerBox {
		width: calc(94% / 2);
    min-width: 300px;
    margin: 0 10px 30px;
	}
}
@media screen and (max-width: 768px) {
  .intro p {
    font-size: 1.4rem;
    text-align: left;
  }
  .intro .inner {
    display: block;
  }
  .intro .innerBox:first-child {
    margin: 0 auto 30px;
  }
  .intro .innerBox:last-child {
    margin: 0 auto;
  }
	.intro .innerBox {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 0 auto 30px;
	}
  .intro .innerBox h3 {
    font-size: 2rem;
    text-align: left;
  }
  .intro .inner:nth-last-child(2) p {
    text-align: left;
  }
	.intro h1{
		max-width: 217px;
		width: 100%;
		margin: 0 auto;
	}
  .intro h3 span {
    font-size: 2.8rem;
  }
	.intro .innerBox .photoBox{
    width: 20%;
    height: auto;
		position: relative;
	}
  .intro .btn {
    padding: 0 20px;
  }
	.photoBox img{
		display: inline-block;
		width: 100%;
		height: auto;
	}
	.photoBox span{
		font-size: 20px;
	}
}
@media screen and (max-width: 480px) {
  .intro .innerBox {
    width: 100%;
    min-width: 100%;
    margin: 0 auto 20px
  }
  .intro .innerBox:first-child {
    margin: 0 auto 20px;
  }
  .intro .txtBox {
    max-height: none;
    padding: 15px;
  }
  .intro .innerBox h3 {
    font-size: 1.8rem;
  }
  .intro .innerBox p {
    line-height: 1.7;
    margin-top: 15px;
  }
}

/* marker */
.marker {
  padding: 0 5px;
  background: linear-gradient(rgba(255, 242, 3, 0.6), rgba(255, 242, 3, 0.6)) no-repeat;
  background-size: 0 40%;
  background-position: 0 90%;
  padding: 0 0 5px;
  transition: .8s;
}
.marker.active {
  background-size: 100% 40%;
}
.marker02 {
  padding: 0 5px;
  background: linear-gradient(rgba(255, 242, 3, 0.7), rgba(255, 242, 3, 0.7)) no-repeat;
  background-size: 0 100%;
  background-position: 0 100%;
  padding: 20px;
  transition: .8s;
}
.marker02.active {
  background-size: 100% 100%;
}

/* point */
.point {
  padding: 80px 0;
}
.point .inner {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.point h2 span {
  margin: auto 0.15em auto 0;
}
.point h2 span.logoline {
  display: inline-block;
  margin: 0 auto 0.3em;
}
.point h2 span img {
  display: inline;
  width: 8.5em;
  vertical-align: middle;
  margin: auto auto -0.2em;
}
.point .innerBox {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  margin: 0 0 250px 0;
  position: relative;
}
.point .innerBox:nth-of-type(2n) {
  display: flex;
  justify-content: right;
  flex-direction: row-reverse;
}
.point .innerBox::after {
  content: '';
  position: absolute;
  width: 75%;
  height: 27em;
  background: #f3f3f3;
  right: 0;
  top: 25%;
  z-index: -1;
}
.point .innerBox:nth-of-type(2n)::after {
  content: '';
  position: absolute;
  width: 75%;
  height: 27em;
  background: #f3f3f3;
  left: 0;
  top: 25%;
  z-index: -1;
}
.point .innerBox:last-of-type {
  margin: 0 0 220px 0;
}
.point .photoBox {
  width: 50%;
  height: 450px;
  overflow: hidden;
}
.point .photoBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.point .txtBox {
  width: calc(50% - 80px);
  max-width: 560px;
  background: #fff;
  box-shadow: 0 0 20px #ccc;
  margin: 0 40px;
  padding: 30px;
  position: relative;
  top: 155px;
}
.point .txtBox .num {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
  display: inline-block;
  border-bottom: 3px solid #222;
  margin: 0 auto 26px 0;
}
.point .txtBox .num span {
  font-size: 7.5rem;
  font-weight: 500;
  position: relative;
}
.point .txtBox .num span::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/hexagon.svg) fixed no-repeat center top;
  background-size: cover;
  position: absolute;
  margin: 0.3rem auto auto -0.7rem;
  z-index: -1;
}
.point .txtBox h3 {
  font-size: 3.0rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .point {
    padding: 40px 20px;
  }
  .point h2 span img {
    width: 9.0em;
  }
  .point .innerBox {
    display: block;
    margin: 0 0 20px 0;
  }
  .point .innerBox:last-of-type {
    margin: 0 0 30px 0;
  }
  .point .innerBox::after {
    width: 100%;
    background: none;
  }
  .point .innerBox:nth-of-type(2n)::after {
    background: none;
  }
  .point .photoBox {
    width: 100%;
    height: 350px;
    overflow: hidden;
  }
  .point .txtBox {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 15px;
    top: 0;
  }
  .point .txtBox .num {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.1;
    display: inline-block;
    border-bottom: 2px solid #222;
    margin: 0 auto 10px 0;
  }
  .point .txtBox .num span {
    font-size: 3.5rem;
    font-weight: 500;
    position: relative;
  }
  .point .txtBox .num span::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../img/hexagon.svg) fixed no-repeat center top;
    background-size: cover;
    position: absolute;
    margin: 0.3rem auto auto -0.7rem;
    z-index: -1;
  }
  .point .txtBox h3 {
    font-size: 2.2rem;
    margin: 0 0 10px;
  }
  .point h2:last-of-type {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .point .photoBox {
    height: 250px;
  }
}
@media screen and (max-width: 430px) {
  .point .photoBox {
    height: 200px;
  }
}

/* flow */
.flow {
  background: #f2f2f2;
  position: relative;
}
.flow:not(.arrowBg + .flow) {
  padding: 80px 40px 0;
}
.flow .inner {
  padding: 0px 0px 0px 30px;
}
.flow h2 span {
  display: block;
  color: #222;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 300;
  line-height: 2.2;
}

/* timeline */
.timeline {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
  padding: 0 0 50px 0;
  position: relative;
}
.timeline li {
  position: relative;
  background: #fff;
  padding: 20px;
	margin: 0 0 20px 25px;
  z-index: 1;
}
.timeline .txtBox { 
  display: flex;
  align-items: center;
}
.timeline .txtBox h3 { 
  width: 300px;
  font-size: 2rem;
  border-right: 1px solid #0057b8;
  margin: 0 30px 0 0;
  padding: 0 20px 0 0;
}
.timeline .txtInner {
  flex: 1;
}
.border-line {
	position: absolute;
	left: -2px;
	top: 25px;
	width: 4px;
	height: calc(100% - 150px);
	background: #fff;
}
.timeline .border-line {
  position: absolute;
  left: -2px;
  width: 2px;
  background: #fff;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 1s ease, opacity 1s ease;
  opacity: 0;
}
.timeline .border-line.scrollin {
  transform: scaleY(1);
  opacity: 1;
}
.timeline li:before {
	content: '1';
  display: flex;
  align-items: center;
  justify-content: center; 
  color: #fff;
  font-size: 3rem;
  text-align: center;
  line-height: 1.7;
	position: absolute;
	top: 50%;
	left: -55px;
  transform: translateY(-50%);
	width: 60px;
	height: 60px;
	background: url('../img/hexagon.svg') no-repeat;
}
.timeline li:nth-child(2):before {
	content: '2';
}
.timeline li:nth-child(3):before {
	content: '3';
}
.timeline li:nth-child(4):before {
	content: '4';
}
.timeline li:nth-child(5):before {
	content: '5';
}
.timeline .btn {
  display: inline-block;
  margin: 0 0.6em 0 0;
}
.timeline .btn a {
  display: inline-block;
  width: auto;
  line-height: 0.5;
  font-size: 1.6rem;
  padding: 10px;
}
.timeline .btn a::before, .timeline .btn a::after {
  border: 14px solid transparent;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.timeline .btn a::before {
  right: 100%;
  border-right-color: #0057b8;
}
.timeline .btn a::after {
  left: 100%;
  border-left-color: #0057b8;
}
.timeline .btn a:hover::before {
    border-right-color: #f3e500;
    transition: .3s ease-in-out;
}
.timeline .btn a:hover::after {
    border-left-color: #f3e500;
    transition: .3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .flow:not(.arrowBg + .flow) {
    padding: 40px 20px 0;
  }
  .timeline {
    padding: 0 0 10px 0
  }
  .timeline li {
    padding: 0;
  }
  .timeline .txtBox {
    display: block;
  }
  .timeline .txtBox h3 {
    width: calc(100% - 40px);
    border-right: none;
    border-bottom: 1px solid #0057b8;
    margin: 0 auto;
    padding: 20px;
  }
  .timeline .txtInner {
    text-align: center;
    margin: 0 auto;
    padding: 20px;
  }
  .timeline .txtInner p {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .flow .inner {
    padding: 0;
    margin: 0 auto 0 10px;
  }
  .timeline {
    max-width: calc(100% - 20px);
    margin: 0 0 0 auto;
    padding: 0 0 20px 0;
  }
}

/*  arrowBg  */
.arrowBg {
  width: 100%;
  height: 100%;
  background: #f2f2f2;
}
.arrowBg img {
  width: 100%;
  margin: 0 auto;
}

/*  footer  */
footer {
	width: 100%;
	background:#0057B8;
	padding: 50px 40px;
}
footer .btn {
  width: 100%;
}
footer .btn p img {
  width: 2.0em;
  margin-right: 0.3em;
}
footer .txtBox:last-child h2 span img {
  display: inline;
  width: 4.5em;
  vertical-align: sub;
  margin: auto 0.2em auto 0;
}
footer .btnBox {
  width: 50%;
}
footer .btn a {
  width: 85%;
  height: 74px;
  color: #0057B8;
  font-size: 1.7rem;
  background: #fff;
  padding: 8px 0;
}
footer .btn a::before, footer .btn a::after {
  content: "";
  border: 37px solid transparent;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}
footer .btn a:before {
  border-right-color: #fff;
}
footer .btn a:after {
  border-left-color: #fff;
}
footer .footer_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 0 0 30px;
}
footer .footer_btn .btn {
  width: 24%;
  min-width: 210px;
  margin: 0 0 20px;
}
footer .footer_btn .btn a img {
  display: block;
  width: 2.4em;
  margin: 0 auto;
}
footer .btn a > span::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #0057b8;
  border-right: 2px solid #0057b8;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  transition: 0.3s;
}
footer .btn a:hover:after  {
  right: 2%;
}
footer .btn a:hover > span::after {
  content: "";
  border-top: 2px solid #0057b8;
  border-right: 2px solid #0057b8;
  right: 8px;
}
footer .footer_contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .footer_links {
  width: 76%;
  text-align: left;
}
footer .footer_links .linkBox {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 10px;
}
footer .footer_links .linkBox ul {
  flex-direction: column;
  margin: 0 6% 0 0;
}
footer .footer_links li {
  color: #fff;
  font-weight: 600;
  text-align: left;
  margin: 0 0 10px;
}
footer .footer_links li a {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  position: relative;
  padding: 0 0 0 18px;
}
footer .footer_links li a:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
footer .footer_links li a:hover {
  color: #F3E500;
  transition: .3s;
}
footer .footer_links li a:hover:before {
  border-top: 2px solid #F3E500;
  border-right: 2px solid #F3E500;
}
footer .footer_links .linkBox .innerBox {
  flex: 2;
}
footer .footer_links .linkBox .innerBox p {
  color: #fff;
  display: inline-block;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 10px;
}
footer .footer_links .linkBox .innerBox .txtInner {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 10px;
}
footer .footer_links .linkBox .innerBox .txtInner ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0
}
footer .footer_contact {
  width: 24%;
  min-width: 210px;
}
footer .footer_contact .btn:first-of-type {
  padding: 0 0 10px;
}
footer .footer_contact .btn a {
  height: 65px;
  color: #fff;
  background: #0e71e2;
}
footer .footer_contact .btn a::before, 
footer .footer_contact .btn a::after {
  width: 0;
  height: 100%;
  content: "";
  border: 33px solid transparent;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  position: absolute;
  top: 0;
}
footer .footer_contact .btn a:before {
  border-right-color: #0e71e2;
  right: 100%;
}
footer .footer_contact .btn a:after {
  border-left-color: #0e71e2;
  left: 100%;
}
footer .footer_contact .btn a span {
  font-size: 1.5rem;
}
footer .footer_contact .btn a > span::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
footer .footer_contact .btn a:hover {
  color: #0057b8;
  background: #fff;
}
footer .footer_contact .btn a:hover > span::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #0057b8;
  border-right: 2px solid #0057b8;
}
footer .footer_contact .btn a:hover:before {
  border-right-color: #fff;
  right: 100%;
}
footer .footer_contact .btn a:hover:after {
  border-left-color: #fff;
  left: 100%;
}
footer .btn a span {
  margin: 0;
}
footer .btn a:hover span {
  color: #0057B8;
  background: none;
}
footer p.footer_logo {
  margin-bottom: 8px;
}
footer p.footer_logo img {
  width: 130px;
}
footer h2 {
	color: #fff;
	font-size: 2.8rem;
	line-height: 1.2;
  text-align: left;
	margin-bottom: 5px;
  transition: .3s;
}
footer h2 img {
  display: block;
  width: 90%;
  margin: 0 auto 15px;
}
footer h2:hover { 
  opacity: 0.7;
}
footer .inner {
	color: #fff;
}
footer .inner > p {
	font-size: 2rem;
	color: #fff;
	text-align: center;
}
footer .inner > p a {
	text-align: center;
  transition: .3s;
}
footer .inner > p a:hover {
  opacity: 0.7;
}
footer .txtBox p {
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
footer .copyright p {
	color: #fff;
	font-size: 1.2rem;
  line-height: 1.6;
  text-align: left;
}
@media screen and (max-width: 1060px) {
  footer .footer_btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 0 10px;
  }
  footer .footer_btn .btn {
    width: 45%;
    min-width: 220px;
  }
  footer .footer_contents {
    justify-content: center;
    margin: 0 auto 30px;
  }
  footer .footer_links {
    width: 100%;
  }
  footer .footer_links .linkBox {
    justify-content: center;
    align-items: flex-start;
    padding: 0 0 15px;
  }
  footer .footer_links .linkBox ul {
    flex: auto;
    margin: 0 3%;
  }
  footer .footer_links .linkBox .innerBox {
    margin: 0 3%;
    flex: auto;
    margin: 0;
  }
  footer .footer_links .linkBox .innerBox .txtInner ul {
    margin: 0 3% 0 0;
    margin: 0;
  }
  footer .footer_contact {
    width: 45%;
  }
  footer .footer_contact .btn a {
    height: 74px;
  }
  footer .copyright p {
    text-align: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 895px) {
  footer .footer_links .linkBox .innerBox .txtInner {
    display: inline;
  }
  footer .footer_links .linkBox ul {
    flex: none;
    min-width: 255px;
  }
  footer .footer_links .linkBox .innerBox {
    flex: none;
    min-width: 255px;
  }
}
@media screen and (max-width: 768px) {
  footer {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 600px) {
  footer .footer_btn {
    display: block;
    padding: 0 0 10px;
  }
  footer .footer_btn .btn {
    width: 90%;
    margin: 0 auto;
  }
  footer .btn {
    padding: 0 0 20px;
  }
  footer .btn a {
    width: 100%;
  }
  footer .btn ul {
    display: block;
  }
  footer .btn ul li {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px;
  }
  footer .footer_contents {
    display: block;
  }
  footer .footer_links {
    width: 100%;
    margin: 0 auto;
  }
  footer .footer_links .linkBox {
    display: block;
    width: 100%;
    max-inline-size: max-content;
    margin-inline: auto;
    padding: 0 0 20px;
  }
  footer .footer_links .linkBox ul {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 20px;
}
  footer .footer_links li {
    text-align: left;
    margin: 0 auto 10px 0;
    width: 100%;
  }
  footer .footer_contact {
    width: 90%;
    margin: 0 auto;
  }
  footer .footer_contact .btn:first-of-type {
    padding: 0 0 20px;
  }
}