@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&display=swap');

html {
	font-size: 62.5%;
}

body{
	font-family: "Noto Sans JP", sans-serif;
	color:#222;
  font-size: 1.5rem;
	letter-spacing: 0.02em;
  line-height: 1.5;
  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;
  padding: 0 20px;
}

h1,h2,h3 {
	color:#0057b8;
  text-align:center;
}
h1 {
  font-weight: 400;
}
h2 {
	font-size: 3rem;
	font-weight: 600;
	margin: 0 0 50px;
}
h2 span {
 display: inline-block;
 font-size: 4.5rem;
 margin: auto 0.05em;
}
h3 {
  font-weight: 600;
	font-size: 2.4rem;
	margin: 0 0 20px;
}
h3 span {
  display: block;
  font-size: 1.6rem;
}
p{
	font-weight: 300;
	line-height: 2.2;
    text-align: justify;
}
.en{
	display: block;
  font-family:'Cormorant Garamond', serif;
}
.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*/
@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
.fadein {
	opacity : 0;
  transform : translate(0, 70px);
  transition : all 1.2s;
}
.fadein.scrollin {
  opacity : 1;
  transform : translate(0, 0);
}

/* 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);
}

/* scrolldown */
.scrolldown {
  color: #333;
  writing-mode: vertical-rl;
  position: absolute;
  bottom: 85px;
  z-index: 1;
}
.scrolldown::before {
  animation: scrolldown 2s infinite;
  /* background-color: #222; */
   background: url(../img/hexagon.svg) fixed no-repeat center top;
  bottom: -85px;
  content: "";
  height: 70px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 10px;
  z-index: 2;
}
.scrolldown::after {
  background-color: #ccc;
  bottom: -85px;
  content: "";
  height: 70px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
@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.4rem;
    margin-bottom: 40px;
	}
  h3{
     font-size:20px;
  }
  h3 span{
      font-size:17px;
  }
	p{
		font-size: 14px;
	}
	#page-top {
    display: block;
    font-size: 40px;
	}
	.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 1.8s;
  }
	.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
  }
	.concept {
		background:linear-gradient(-90deg,#fff 0%,#fff 80%,#f1f1f1 80%,#f1f1f1 100%);
	}
	.btn{
		font-size: 12px;
		width: 50%;
    min-width: 170px;
    margin: 0 auto;
	}
	.btn a{
		width: 100%;
		padding: 10px 0;
	}
  .gnav .btn span {
    display: none;
  }
}

@media screen and (max-width: 1120px) {
  .pc1120 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
@media only screen and (max-width:750px) {
  .pc750 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media only screen and (min-width:751px) {
  .sp750 {
    display: none;
  }
}
@media only screen and (min-width:586px) {
  .sp585 {
    display: none;
  }
}
@media screen and (min-width: 461px)  {
  .sp460 {
    display: none;
  }
}
@media only screen and (min-width:401px) {
  .sp400 {
    display: none;
  }
}
@media screen and (min-width:321px) {
	.sp320{
		display: none
	}
}

/* btn */
.btn a {
  display: block;
  width: 220px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  background: #0057b8;
  /* border-radius: 100vh; */
  position: relative;
  margin: 0 auto;
  padding: 12px 0;
}
.btn a::before,
.btn a::after {
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  content: '';
  border: 25px solid transparent;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  transform: none;
}
.btn a::before {
	right: 100%;
  border-right-color: #0057b8;
}
.btn a::after {
	left: 100%;
  border-left-color: #0057b8;
}
.btn i {
  font-size: 1.9rem;
  margin-right: 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);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  transition: 0.7s;
}
.btn a span.free {
  display: inline-block;
  color: #0057b8;
  font-size: 1.2rem;
  background: #f3e500;
  margin: 0 auto 0 0.2em;
  padding: 0 3px;
  position: relative;
  bottom: 0.16em;
}
.btn a:hover {
  color: #0057b8;
  background: #f3e500;
  transition: .3s ease-in-out;
}
.btn a:hover::before {
  border-right-color: #f3e500;
  transition: .3s ease-in-out;
}
.btn a:hover::after {
  border-left-color: #f3e500;
  transition: .3s ease-in-out;
}
.btn a:hover span.free {
  color: #fff;
  background: #0057b8;
  transition: .3s ease-in-out;
}
.btn a:hover > span::after {
  content: '';
  border-top: 2px solid #0057b8;
  border-right: 2px solid #0057b8;
  right: 8px;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width:768px) {
  .btn a {
    width: 70%;
    min-width: 200px;
    height: 50px;
    /* line-height: 50px; */
    font-size: 1.6rem;
  }
}
@media only screen and (max-width:540px) {
  .btn a {
    width: 80%;
    min-width: 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 {
	height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

.gnav p a{
  transition: .3s;
}
.gnav ul{
	margin-right: 3%;
}
.gnav ul li{
	font-size: 1.5rem;
}
.gnav ul li a {
	font-size: 1.9rem;
  text-align: left;
  font-weight: 600;
  color: #0057b8;
  transition: .3s;
}
.gnav ul li a:hover { 
  color: #0057b8;
}
/* .gnav ul li.btn {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.gnav ul li.btn a {
  width: 100%;
  height: 40px;
  color: #fff;
  text-align: center;
  line-height: unset;
  border-radius: 20px;
  background: #0057b8;
}
.gnav ul li.btn i {
  color: #fff;
  margin-right: 10px;
}
.gnav ul li.btn:hover a {
  color: #0057b8;
  background: #f3e500;
}
.gnav ul li.btn:hover i {
  color: #0057b8;
} 
.gnav ul ul li a:first-child {
  font-size: 1.6rem;
}
.gnav ul ul li a:hover:first-child {
  opacity: 1;
}

.gnav ul ul li:last-child {
  display: block;
  flex: 1;
  color: #0057b8;
  font-weight: 600;
}
.gnav ul ul li span {
  border-right: 1px solid #0057b8;
  padding-right: 5px;
  margin-right: 5px;
} 
.gnav .btn {
  align-items: center;
} */

.gnav .btn:hover a {
  color: #0057b8;
  background: #f3e500;
}
.gnav .btn:hover i {
  color: #0057b8;
}
.gnav ul ul li:last-child {
  display: block;
  flex: 1;
  color: #0057b8;
  font-weight: 600;
}
.gnav ul ul li span {
  border-right: 1px solid #0057b8;
  padding-right: 5px;
  margin-right: 5px;
}

@media screen and (min-width: 769px) {
  .header_logo img {
        width: 200px;
  }
}
@media screen and (max-width: 768px) {
  header {
    height: 80px;
  }
  .gnav p {
    margin-left: 20px;
  }
  .header_logo img {
		width: 110px;
	}
  .gnav {
    height: 80px;
  }
  .gnav ul {
    margin-right: 20px;
  }
  .gnav ul li a {
    font-size: 1.5rem;
  }
  .gnav ul ul {
    margin-bottom: 5px;
  }
  .gnav ul li.btn a {
    font-size: 1.6rem;
    line-height: 2.3;
  }
  .gnav ul li.btn {
    margin-bottom: 5px;
  }
	a {
		text-decoration: none
	}

	.telpopup-open,
	.telpopup-close {
	cursor: pointer;
	}

	#telpopup-frame{
		background:rgba(0,0,0,0.6);
		width:100%;
		height:100%;
		position:fixed;
		top:0;
		left:0;
		z-index:999999;
	}
	#telpopup-frame-inner{
		position: fixed;
		width:90%;
		top: 50%;
		left: 50%;
		-moz-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
	.telpopup-close{
		padding:30px 0 0 0;
	}
	.telpopup-close img{
		vertical-align:bottom;
	}
	.telpopup-close a{
		font-size:0.9rem;
		line-height:1.0;
		text-decoration:none;
		background:#fff;
		/* border-radius:5px; */
		display:block;
		text-align:center;
		padding:20px 0;
		color:#0057b8;
		font-weight:bold;
	}
	#telpopup-gotel{
		font-size:0.9rem;
		line-height:1.7;
		text-decoration:none;
		background:#0057b8;
		/* border-radius:5px; */
		display:block;
		text-align:center;
		padding:20px 15px 18px;
		color:#fff;
	}
	#telpopup-shop{
		font-size:1.2rem;
		line-height:1.7;
	}
	#telpopup-gotel img{
		vertical-align:baseline;
	}
	#telpopup-gotel a{
		color:#fff;
		font-size:1.75rem;
		line-height:1.7;
		font-weight: 900;
		font-family: Lato, sans-serif;
	/*		color: #fff;*/
	}
	#telpopup-stelb{
		padding:10px 0 5px 0;
	}
	#telpopup-stelb dl{
		margin:0 0 10px 0;
	}
	#telpopup-stelb dt{
		font-weight:bold;
		line-height:1em;
	}
	#telpopup-stelb dd:last-of-type{
		font-size:0.9em;
	}
	.tellink{
		pointer-events:none;
		text-decoration:none;
		color:#fee645;
	}
}
@media screen and (max-width: 585px) {
  .header_logo img {
    width: 90px;
  }
  .gnav ul li a:first-child {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 350px) {
  .header_logo img {
    width: 60px;
  }
}
@media screen and (max-width: 315px) {
  .header_logo img {
    width: 50px;
  }
}

section {
  padding: 80px 40px;
}
.kv {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  /* height: 100vh; */
  background: url(../img/kv-img01.svg) repeat-x center top;
  background-size: auto 100%;
  /* display: flex;
  flex-direction: column;
  justify-content: flex-start; */
  position: relative;
	margin: 0 auto;
  padding: 20px 0 0;
  overflow: hidden;
	/* background:linear-gradient(24deg, #d3f1ff, #fff, #63b0ff);グラデーションを定義 */
	/*background-size: 200% 200%;サイズを大きくひきのばす*/
	/* animation: bggradient 20s ease infinite; */
  z-index: 0;
}
@keyframes bggradient{
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.kv .inner {
  display: flex;
  /* width: calc(100% - 20rem);
  max-width: 1280px; */
  width: 100%;
  max-width: 100%;
  height: 25%;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* margin-left: auto; */
  /* margin-right: auto; */
  padding: 0;

}
.kv .inner::after {
  width: 100%;
  height: 50%;
	/* padding: 20px 0; */
	margin: 0;
	box-sizing:border-box;
	position: absolute;
  bottom: 0;
	overflow: hidden;/*　はみ出た色要素を隠す　*/
  z-index: -1;
}
.kv .inner::after {
	animation-name: bgLRextendAnime;
  animation-duration: 1.5s;      /* 少し長めに */
  animation-fill-mode: forwards;
  animation-delay: 1s;         /* 表示してから待つ */
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); 
  /* ←イージング: 初め速く、最後ゆっくり */
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0057b8;
  opacity: 0;
}
@keyframes bgLRextendAnime{
	0% {
    transform-origin: left;
    transform: scaleX(0);
    opacity: 1;
  }
  100% {
    transform-origin: left;
    transform: scaleX(1);
    opacity: 1;
  }
}

.kv .photoBox {
  /* width: auto; 好きな幅に変更可能 */
  width: 60vw;
  /* max-width: 100%; レスポンシブ対応 */
  height: auto;
  /* height: calc(var(--vh, 1vh) * 100); */
  position: absolute;
  /* top: -2.5vw; */
  right: -5%;
  bottom: -30px;
  /* margin: 0 auto; */
  /* z-index: 0; */
}

.kv .photoBox svg {
  width: 100%;
  height: auto;
  display: block;

  /* position: absolute; */
  z-index: 2;
  top: 0%;
  left: 0;
  width: auto;
  max-width: unset;
  max-width: initial;
  height: calc(100% - 40px);
}


.kv .txtBox {
  width: 100%;
  /* min-width: 670px; */
  color: #fff;
  text-align: center;
  /* margin: auto; */
  position: relative;
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  padding: 30px 0;
  z-index: 1;
}

.kv .txtBox h1 {
  color: #fff;
	font-weight: 900;
  font-size: 5.5rem;
	line-height: 1.3;
	text-align: left;
  /* text-shadow: 2px 3px 3px rgba(0, 87, 184, 1); */
	margin: 30px 0;
}
.txtBox h1 {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px); /* 少し下から */
  animation: fadeInUp 0.5s ease-out forwards;
  animation-delay: 2.5s; /* 表示されてから少し遅れて */
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 1000px)  {
  .kv .txtBox {
    width: auto;
    min-width: auto;
    right: 20px;
  }
  .kv .txtBox h1 {
    font-size: 4.0rem;
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 890px)  {
  .kv .txtBox h1 {
    font-size: 3.5rem;
    margin: 0 0 15px;
  }
  .kv .txtBox li {
    font-size: 2.3rem;
    width: 180px;
  }
  .kv .txtBox li span {
    width :180px;
  }
}
@media screen and (max-width: 768px)  {
  .kv {
    height: 50vh;
    /* background: url(../img/kv.jpg) no-repeat center top; */
    background-size: cover;
    margin: 0 auto 50px;
    top: 80px;
  }
	.kv .txtBox {
    width: 475px;
    top: 60%;
    right: 0;
    padding: 0 10px;
  }
  .kv .txtBox h1 {
    font-size: 3.0rem;
    margin: 0 0 10px;
  }
  .kv .txtBox li {
    font-size: 1.7rem;
    width: 140px;
    height: 140px;
  }
  .kv .txtBox li span {
    width: 140px;
  }
}
@media screen and (max-width: 750px)  {
  .kv .txtBox {
    width: 410px;
    top: 60%;
    right: 0;
    padding: 0 10px;
  }
  .kv .txtBox h1 {
    font-size: 2.5rem;
    margin: 0 0 10px;
  }
  .kv .txtBox li {
    font-size: 1.6rem;
    width: 120px;
    height: 120px;
  }
  .kv .txtBox li span {
    width: 120px;
  }
}
@media screen and (max-width: 585px)  {
  /* .kv {
    background: url(../img/kv.jpg) no-repeat left 12% top;
    background-size: cover;
  } */
  .kv .txtBox {
    width: 100%;
    top: 68%;
    right: auto;
    text-align: center;
    padding: 0 20px;
  }
  .kv .txtBox h1 {
    font-size: 2.8rem;
    line-height: 1.3;
    text-align: center;
    margin: 0 auto 10px;
  }
  .kv .txtBox ul {
    justify-content: center;
  }
  .kv .txtBox li {
    font-size: 1.7rem;
    width: 135px;
    height: 135px;
  }
  .kv .txtBox li span {
    width: 135px;
  }
}
@media screen and (min-width: 461px)  {
  .sp460 {
    display: none;
  }
}
@media screen and (max-width: 460px)  {
  .sp460 {
    display: block;
  }
  /* .kv {
    background: url(../img/kv.jpg) no-repeat left 17% top;
    background-size: cover;
} */
  .kv .txtBox h1 {
    font-size: 2.2rem;
  }
  .kv .txtBox li {
    font-size: 1.3rem;
    line-height: 1.5;
    width: 100px;
    height: 100px;
    margin: 0 auto;
  }
  .kv .txtBox li span {
    width: 100px;
  }
}
@media screen and (max-width: 315px)  {
  .kv .txtBox {
    padding: 0 10px;
  }
  .kv .txtBox h1 {
    font-size: 1.6rem;
    margin: 0 auto 5px;
  }
  .kv .txtBox li {
    font-size: 1.0rem;
    width: 80px;
    height: 80px;
  }
  .kv .txtBox li span {
    width: 80px;
  }
}



/* lead */

#lead{
    position: relative;
    padding: 150px 0 0 0;
    height:100vh;
    
}

#slider-area{
    width:70%;
    height: 70vh;
    position: relative;
    top: 0;
    left:15%;    
    z-index: -1;
}

#slider-area #slider{
    width:100%;
    height:70vh;
}

#lead h2.heading{
     position: absolute;
    top:200px;
     right:10%;
}

#lead .lead{
     position: absolute;
    top:320px;
     right:4%;
    font-size: 2rem;
    letter-spacing: 0.2em;
    line-height: 1.6;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
}

#lead .lead span{
     display: block; 
    padding: 100px 0 0 0;
}

/* new */

#news{
    position: absolute;
    left: 0;
    bottom: 0;
    background:#0057b8;
    width:40%;
    z-index: 2;
    padding: 40px;
}

#news h2{
    position: relative;
    font-size:1.2rem;
    margin: 0 0 30px 0;
}

#news h2::before{
    content:'';
    position: absolute;
    width:30px;
    height: 1px;
    background: #182578;
    left:0;
    bottom:-5px;
}

#news li{
    margin:0 0 10px 0;
}

#news li a{
    transition: all .3s;
}

#news li a:hover{
     background:#efefef;
}

#news li time{
    display: inline-block;
    padding:0 20px 0 0;  
    font-size:0.8rem;
    color: #999;
}

@media screen and (max-width:1200px) {
    #lead .lead{
        font-size:1.8rem;
        right: 2.5%;
    }
    #news{
        width:50%;
    } 
}

@media screen and (max-width:960px) {
    #lead .lead{
        font-size:1.6rem;
        right: 3%;
    }
    #news{
        padding: 20px 30px;
    }
    #news li time{
        display: block;
    }  
}

@media screen and (max-width:768px) {
#slider-area {
    width: 74%;
    height: 90vh;
    left: 0;
    }
    #slider-area #slider{
    height: 90vh;
}
    
#lead h2.heading{
    top: 160px;
}
    
#lead{
    padding:100px 0 0 0;
}
    
#lead .lead{
    right:7%;
    top:260px;
}

#news{
    width:100%;
    bottom:-200px;
}
}

@media screen and (max-width:550px) {

#lead .lead {
    font-size: 1.3rem;
    right:5%;

} 
}

@media screen and (max-width:350px) {
#lead .lead {
    right:2%;
} 
    
}


/* intro */
.intro h2 {
  display: block;
}
.intro h2 span img {
  display: inline;
  width: 5em;
  vertical-align: sub;
  margin: auto 0.15em auto 0;
}
.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-radius: 25px; */
  background: #f2f2f2;
  margin: 0 0 30px 1.8%;
  padding: 24px;
}
.intro .innerBox:first-child {
  margin: 0 0 30px;
}
.intro .txtBox {
	width: 100%;
}
.intro .txtBox{
	display: flex;
	flex: 1;
	align-items: center;
  max-height: 130px;
	color: #fff;
	font-size:1.8rem;
	padding-bottom: 20px;
	text-align:center;
}
.intro .innerBox h3{
	align-items: center;
	color: #0057b8;
	font-size: 2.3rem;
	text-align: center;
	margin: 0 auto;
}
.intro .innerBox p{
	flex: 1;
  line-height: 2;
	margin-top: 20px;
}
.intro img{
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.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 {
    padding: 50px 0;
  }
  .intro h2 {
    padding: 0 20px;
  }
  .intro .inner {
    padding: 0 10px;
  }
  .intro .inner:nth-last-child(2) {
    margin: 0 auto 30px;
  }
	.intro .innerBox {
    margin: 0 10px 30px;
	}
  .intro .innerBox h3 {
    font-size: 2rem;
  }
  .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{
		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: 690px) {
  .intro .innerBox {
    width: 100%;
    min-width: 100%;
  }
  .intro .inner {
    padding: 0 20px;
  }
  .intro .txtBox {
    max-height: none;
  }
}


.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 {
  /* background: #F2F2F2; */
  padding: 0 40px 80px;
}
.point .subttl {
  font-size:clamp(15rem, 2.3vw, 20rem);
  color: #ebf5ff;
  text-align: center;
  font-weight: 700;
  line-height: 1;
      margin: auto auto -6rem;
}
.point h2 span img {
    display: inline;
    width: 5em;
    vertical-align: sub;
    margin: auto 0.15em auto 0;
}
.point .innerBox {
  display: flex;
  flex-direction: row;
  align-content: center;
  margin-bottom: 80px;
}
.point .innerBox:nth-of-type(2n) {
  display: flex;
  flex-direction: row-reverse;
  align-content: center;
  margin-bottom: 80px;
}
.point .photoBox {
  flex: 1;
  width: 50%;
  height: 500px;
  overflow: hidden;
  display: flex;          /* 中央寄せに必要 */
  align-items: center;    /* 縦中央 */
  justify-content: center;/* 横中央 */
}
.point .photoBox img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;   /* アスペクト比を保持して収める */
  display: block;
}
.point .txtBox {
  flex: 1;
  padding: 0 0 0 40px;
}
.point .innerBox:nth-of-type(2n) .txtBox {
  padding: 0 40px 0 0;
}
.point .txtBox .num {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
  display: inline-block;
  border-bottom: 3px solid #333;
  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;
}

.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;
}

@media screen and (max-width: 768px)  {
  .point {
    padding: 50px 0 20px;
  }
}

/* concept */
.concept {
	position: relative;
	width: 100%;
  background: url(../img/concept.png) fixed no-repeat left 10% top 130px, #dbecff;
  background-size: 40% auto, cover;
}
.concept .inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	padding: 0 2%;
}
.concept .txtBox {
	width: 50%;
    margin: 100px 0 100px auto;
    display: inline-table !important;
}
.concept .txtBox h2{
	text-align: left;
	margin: 0 0 30px;
}
.concept .txtBox p{
	text-align: left;
	margin: 0 0 45px;
}
.concept .photoBox{
	position: relative;
	overflow: hidden;
	width: 44%;
	height: 500px;
}
.concept .photoBox img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.concept h3 .en{
	font-size:12px;
	color:#222;
	display:block;
	margin-bottom:30px;
	letter-spacing:0.3em;
}
.concept h3{
	padding-top:30px;
	font-size:35px;
	font-weight: 600;
	line-height: 1.6;
	color:#0057b8;
	margin-bottom:25px;
}
@media screen and (max-width: 1000px) {
  .concept {
    background: url(../img/concept.png) fixed no-repeat left -10% top 130px, #fff;
        background-size: 55% auto, cover;
  }
}
@media screen and (max-width: 850px) {
  .concept {
    background: url(../img/concept.png) fixed no-repeat left -15% top 130px, #fff;
        background-size: 52% auto, cover;
  }
}
@media screen and (max-width: 768px) {
  .concept {
    background: url(../img/concept.png) no-repeat center bottom -380px, #dbecff;
    background-size: 460px auto, cover;
  }
  .concept .inner {
    display: block;
    padding: 0 20px;
  }
  .concept .txtBox {
    width: 100%;
    margin: 50px 0 370px auto;
  }
  .concept .txtBox h2 {
    text-align: center;
  }
  .concept .txtBox p {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 540px) {
  .concept {
    background: url(../img/concept.png) no-repeat center bottom -300px, #fff;
    background-size: 400px auto, cover;
  }
}
@media screen and (max-width: 360px) {
  .concept {
    background: url(../img/concept.png) no-repeat center bottom -120px, #fff;
    background-size: 300px auto, cover;
  }
}

/* flow */
.flow {
  background: #F2F2F2;
}
.flow .inner {
  margin: 0 20px 0 60px;
}

/* timeline */
.timeline{
	max-width: 800px;
	width:100%;
	margin:50px auto 0;
	padding:0 30px;
}
.timeline{
  position: relative;
  list-style: none;
  padding:0 0 50px 0;
}
.timeline li {
  position: relative;
	list-style: none;
  /* border-radius: 15px; */
  background: #fff;
  padding: 20px;
	margin: 0 0 20px 25px;
  z-index: 1;
}
.timeline dl{
	margin:0 0 20px 3em;
}
.timeline dd strong{
	display: block;
	padding:10px 0;
}
.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;
  /* border: 1px solid #0057b8; */
  width: auto;
  line-height: 0.5;
  font-size: 1.6rem;
  padding: 10px;
}
/* .timeline .btn a:hover {
  border: 1px solid #0057b8;
} */

.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 {
    padding: 50px 0 30px;
  }
  .flow .inner {
    padding: 0;
  }
  .timeline {
    max-width: calc(100% - 60px);
    margin: 0 20px 0 auto;
  }
  .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;
  }
}

/*  search  */
.search {
}

/*  faq  */
.faq {
  max-width: 1200px;
  margin: 0 auto;
}
.container {
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

@keyframes minimalFadeIn {
  0% {
    opacity: 0;
    transform: translateY(-5px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes underlineExpand {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.qa-list {
  margin: 0 auto 60px;
}
.qa {
  position: relative;
}
.faq h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: #222;
  font-size: 18px;
  text-align: left;
  cursor: pointer;
  margin: 0;
  padding: 20px 0;
  position: relative;
  transition: all 0.3s ease;
}
.qa:before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  background: #0057b8;
  transition: width 0.3s ease;
  width: 0;
}
.faq h3:hover {
  color: #0057b8;
  transition: width 0.3s ease;
}
.qa:hover:before {
  width: 100%;
}
.faq h3:hover::after {
  color: #222;
}
.faq h3 span img {
  width: 15px;
  transition: transform 0.3s;
}
.faq h3.active span img {
  transform: rotate(45deg);
}
/* .faq .qatxt {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-out;
} */


.qa{
    border-bottom: 1px solid #222;
}
.qattl{
  width: 100%;
  margin: 0 auto;
  cursor: pointer;

  margin-top: 30px;
}
.qattl h3{
  transition: ease-in-out 100ms;
}
.qatxt{
  width: 100%;
  
  display: none;
  padding-top: 5px;
  padding-bottom: 20px;
 }
 .qattl h3 img {
  transition: ease-in-out 300ms;
 }
 .rotate-img {
  transform: rotate(45deg);
 }
 .qattl h3 img {
  float: right;
  line-height: 35px;
 }
.faq .hover-color {
  color: #0057b8;
 }
.accordion-no-bar{
  border-bottom: 0;
}
.qa-border {
  border-bottom: 2px solid #0057b8;
}

@media (max-width: 768px) {
  .container .btn-box button {
    font-size: 16px;
    padding: 15px 0;
  }
  
  .faq .qatxt ul {
    padding: 15px 0;
  }
  
  .faq .qatxt.appear {
    max-height: 300px;
  }
  
  .faq .qatxt li {
    font-size: 14px;
    padding: 10px 0;
  }
}

/*  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 {
  color: #0057B8;
  background: #fff;
  position: relative;
  top: 0;
  padding: 8px 0;
}
footer .btn a::before, footer .btn a::after {
    position: absolute;
    top: 0;
    width: 0;
    height: 100%;
    content: '';
    border: 37px solid transparent;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
}
footer .btn a {
  display: block;
  width: 85%;
  height: 74px;
  font-size: 1.7rem;
}
footer .btn a:before {
  right: 100%;
  border-right-color: #fff;
}
footer .btn a:after {
  left: 100%;
  border-left-color: #fff;
}
footer .footer_btn {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0 0 48px;
}
footer .footer_btn li {
  width: 24%;
  min-width: 170px;
}
footer .footer_btn li a img {
  display: block;
  width: 2.4em;
  margin-right: 0.2em;
  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.7s;
}
/* footer .btn a:after {
  border-top: 2px solid #0057b8;
  border-right: 2px solid #0057b8;
  right: 5%;
} */
footer .btn a:hover:after  {
  right: 2%;
}
footer .footer_contents {
  display: flex;
  justify-content: space-between;
}
footer .footer_links {
  width: 60%;
  position: relative;
}
footer .footer_links ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
footer .footer_links li {
  text-align: left;
  margin: 0 20px 10px 0;
  width: calc(50% - 20px);
}
footer .footer_links li a {
  color: #fff;
  font-weight: 600;
  position: relative;
  padding: 0 0 0 18px;
  display: block;
}
footer .footer_links li a:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  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;
}
.copyright.pc {
  position: absolute;
  bottom: 0;
}

footer .footer_contact {
  width: 24%;
  min-width: 170px;
}
footer .footer_contact .btn a {
  height: 65px;
  color: #fff;
  background: #0e71e2;
}
footer .footer_contact .btn a::before, footer .footer_contact .btn a::after {
    position: absolute;
    top: 0;
    width: 0;
    height: 100%;
    content: '';
    border: 33px solid transparent;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
}
footer .footer_contact .btn a:before {
    right: 100%;
    border-right-color: #0e71e2;
}
footer .footer_contact .btn a:after {
    left: 100%;
    border-left-color: #0e71e2;
}
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 {
    right: 100%;
    border-right-color: #fff;
}
footer .footer_contact .btn a:hover:after {
    left: 100%;
    border-left-color: #fff;
}
footer .btn a span {
  background: none;
  margin: 0;
  padding: 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 .tel {
	font-size: 1.8rem;
  letter-spacing: 0.08em;
	padding: 10px 0;
}
footer .txtBox .tel span{
	display:inline-block;
	font-size: 1.8rem;
}
footer .txtBox p {
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
footer .txtBox .btn span.letter {
  border-right: 1px solid #fff;
  padding-right: 7px;
  margin-right: 7px;
}
footer .copyright p {
	color: #fff;
	font-size: 1.2rem;
  line-height: 1.6;
  text-align: left;
}
@media screen and (max-width: 1199px) {
  footer .btn ul li:nth-child(4) a {
    padding: 8px 0;
  }
  footer .btn ul li a img {
    display: block;
    text-align: center;
    width: 2.4em;
    margin-right: 0.5em;
    margin: 0 auto;
  }
}
@media screen and (max-width: 980px) {
  footer h2 {
    font-size: 2.6rem;
  }
  footer .txtBox .tel {
    font-size: 1.6rem;
  }
  footer .txtBox .tel span {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 971px) {
  .copyright.sp {
    display: none;
  }
}
@media screen and (max-width: 970px) {
  footer {
    padding: 50px 0 20px;
  }
  footer .footer_contents {
    display: block;
    justify-content: space-between;
  }
  footer .footer_links {
    width: 580px;
    margin: 0 auto 30px;
  }
  footer .footer_contact {
    text-align: center;
  }
  footer h2 {
    text-align: center;
  }
  footer h2 img {
    margin: 0 auto 15px;
  }
  footer .txtBox p {
    text-align: center;
  }
  .copyright.pc {
    display: none;
  }
  .copyright.sp {
    display: block;
    margin: 20px auto 0;
  }
  footer .copyright p {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  footer .inner {
    padding: 0 20px;
  }
  footer .btn {
    padding: 0 0 20px;
  }
  footer .btn ul {
    display: block;
  }
  footer .btn ul li {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px;
  }
  footer .footer_links {
    width: 100%;
  }
  footer .footer_links ul {
    display: block;
    width: 100%;
    max-inline-size: max-content;
    margin-inline: auto;
  }
  footer .footer_links li {
    text-align: left;
    margin: 0 auto 10px 0;
    width: 100%;
  }
  footer .footer_btn {
    display: block;
  }
  footer .footer_contact {
    margin: 0 auto;
  }
}
@media screen and (max-width:420px) {
	h2 .en {
	    font-size: 10vw;
	}
	footer .inner ul li {
	    margin-left: 0;
	    width: 100%;
	}
}
@media screen and (max-width:320px) {
	.btn a {
    padding: 5px 0;
	}
}
@media screen and (max-width: 300px) {
  footer .txtBox p span {
    display: block;
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
}


/* form */
.appForm {
  padding: 100px 0 0;
}
.appForm .inner {
	position: relative;
	box-sizing: border-box;
	max-width: 1200px;
	margin: auto;
	padding: 0 20px;
  }
.appForm .inner h2 {
 margin: 0;
}

.text_base {
  background: #FFF;
  border-radius: 10px;
  padding: 50px 0 100px;
  text-align: justify;
  position: relative;
}
.text_base p {
  margin: 0 0 40px;
}
.text_base.sign {
  margin: 70px 0 0;
  text-align: right;
}
.text_base .sign span {
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1;
  display: block;
  margin: 5px 0 20px;
}
.text_base ol li {
  margin: 0 0 40px;
}
.text_base ol li:last-child {
  margin: 0;
}

.text_base a.link {
  border-bottom: 1px solid #222;
  padding: 0 0 5px;
}
.text_base h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 10px;
}
@media only screen and (max-width:1000px) {
  .appForm .inner {
    padding: 0 20px;
  }
}
@media only screen and (max-width:768px) {
  .text_base {
    border-radius: 0;
    padding: 30px 20px;
    text-align: justify;
    font-size: 1.3rem;
    line-height: 2rem;
  }
  .text_base p {
    margin: 0 0 30px;
  }
  .text_base .sign {
    margin: 30px 0 0;
    text-align: right;
  }
  .text_base .sign span {
    font-size: 1.6rem;
    margin: 15px 0;
  }
  .text_base ol li {
    margin: 0 0 25px;
  }
  .privacy_handle ol li {
    margin: 0 0 35px;
  }
  .privacy_handle ol li dl dt {
    margin: 0 0 5px;
  }
  .privacy_handle ol li dl dd dl dd {
    margin: 0 0 5px;
  }
  .privacy_handle ol li dl dd ol li {
    margin: 0 0 5px
  }
  .privacy_handle ol li:last-child dl dd {
    margin: 0 0 5px
  }
  .credit_policy ol li {
    margin: 0 0 5px;
  }
  .kamei_koukan ol li dl dd ol li {
    margin: 0 0 0 20px;
  }
  .kamei_koukan ol li dl dd ol li:last-child {
    margin: 0 0 0 20px;
  }
  .text_base h2 {
    font-size: 1.5rem;
    line-height: 2.5rem;
    margin: 0 0 10px;
  }
}

/* フォーム */
.flow_bar {
  position: absolute;
  font-size: 2rem;
  color: #999;
  right: 115px;
  bottom: 0;
}
.flow_bar span {
  position: relative;
}
.flow_bar span:nth-of-type(2) {
  margin: 0 80px;
}
.flow_bar span:last-of-type::after {
  content: none;
  margin: 0
}
.flow_bar span::after {
  content: "";
  width: 40px;
  height: 1px;
  background: #CCC;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -60px;
}
.flow_bar span.current {
  color: #0057b8;
}
.form {
  position: relative;
}
.form_comment {
  position: absolute;
  right: 25px;
  top: 25px;
}
.form_loan_comment {
  color: #FF0000;
  position: absolute;
  top: 25px;
  left: 115px;
}
.must {
  color: #FF0000;
}
.form table {
  width: 100%;
  font-size: 2rem;
}
.form table tr {
  width: 100%;
  border-bottom: 1px solid #DDD;
}
.form table tr th {
  padding: 40px 0;
  width: 285px;
}
.credit_form table tr:last-of-type th {
  vertical-align: top
}
.form table tr td {
  padding: 40px 0;
}
.form table tr td.has_radio {
  padding: 40px 0 20px;
}
input[type="text"], input[type="email"], input[type="number"], input[type="tel"] {
  width: 100%;
  background: #F2F2F2;
  height: 60px;
  border-radius: 10px;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, .1) inset;
  padding: 0 20px;
}
textarea {
  width: 100%;
  background: #F2F2F2;
  height: 160px;
  border-radius: 10px;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, .1) inset;
  padding: 20px;
}
.credit_form .form input[type="number"] {
  width: 80px;
  margin: 0 0 0 20px;
}
.credit_form .form .select_wrap {
  position: relative;
  height: 60px;
  width: 180px;
  display: inline-block;
  margin: 0 !important;
}
.credit_form .form select {
  padding: 0 75px 0 20px;
  width: 180px;
}
.form tr td.tel input[type="text"] {
  width: 290px;
}
select {
  background: #F2F2F2;
  height: 60px;
  padding: 0 75px 0 20px;
  border-radius: 10px;
  width: 290px;
  color: #666666;
  display: block;
  position: relative;
}
.select_wrap {
  position: relative;
  height: 60px;
  width: 290px;
}
.select_wrap:after {
  content: "";
  width: 55px;
  height: 60px;
  display: inline-block;
  background: url("https://flex.jp/wordpress/wp-content/themes/FLEX2020/img/arw_pulldown.png") no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.form .select_wrap:first-of-type {
  margin: 0 0 20px;
}
.has_radio label {
  position: relative;
  padding: 0 0 0 30px;
  margin: 0 0 20px;
  display: inline-block;
  line-height: 1;
  color: #666666;
  width: 100%;
}
.has_radio label .radio {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #666;
  border-radius: 50%;
}
.has_radio label .radio::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  background: #666666;
  border-radius: 50%;
  opacity: 0;
}
.has_radio input:checked ~ .radio::after {
  opacity: 1;
}
.form p.consent label {
  text-align: center;
  margin: 100px auto 50px;
  position: relative;
  padding: 0 0 0 30px;
  display: block;
  line-height: 1;
  width: 270px;
}
.credit_form p.consent label {
  text-align: center;
  margin: 0 auto 50px;
  position: relative;
  padding: 0 0 0 30px;
  display: block;
  line-height: 1;
  width: 270px;
}
.credit_form p.consent, .credit_form p.confirm {
  margin: 0 !important
}
.credit_form p.confirm label {
  text-align: center;
  margin: 40px auto 20px;
  position: relative;
  padding: 0 0 0 5px;
  display: block;
  line-height: 1;
  width: 230px;
  left: -20px
}
.form p.consent a {
  border-bottom: 1px solid #222;
  padding: 0 0 5px;
}
.credit_checkbox span {
  margin: 0 0 10px;
}
.credit_checkbox label {
  position: relative;
  padding: 0 0 0 30px;
}
.form p.consent label .checkbox, .form p.confirm label .checkbox, .credit_checkbox label .checkbox {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #999999;
}
.credit_checkbox label .checkbox {
  top: 0;
}
.form p.consent label .checkbox::after, .form p.confirm label .checkbox::after, .credit_checkbox label .checkbox::after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 5px;
  width: 7px;
  height: 12px;
  transform: rotate(40deg);
  border-bottom: 2px solid #222;
  border-right: 2px solid #222;
  opacity: 0;
}
.form p.consent label input:checked ~ .checkbox::after, .form p.confirm label input:checked ~ .checkbox::after, .credit_checkbox label input:checked ~ .checkbox::after {
  opacity: 1;
}
.form_complete {
  text-align: center;
}
.form_complete img {
  width: 120px;
  height: auto;
  margin: 50px auto;
}
.form_complete h2 {
  font-size: 3rem;
  margin: 0 0 60px;
}
.form_complete p {
  font-size: 2rem;
  line-height: 4rem;
  font-weight: 600;
  margin: 0 0 80px;
  padding: 0 0 100px;
  border-bottom: 1px solid #DDD;
}
.form_complete div a {
  font-size: 2.5rem;
  font-weight: 600;
  padding: 0 0 0 50px;
  position: relative
}
.form_complete div a:hover {
  color: #999999;
  transition: .3s;
}
.form_complete div a:hover::before {
  background: url("./img/arw_maru_gry2.png");
  background-size: cover;
}
.form_complete div a::before {
  content: "";
  background: url("./img/arw_maru_blk.png") no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -1px;
}
.mw_wp_form_input .viewmore_btn_button::before {
  content: none;
}
.mw_wp_form_input .bar2 {
  display: none;
}
.mw_wp_form_confirm .select_wrap::after {
  content: none;
}
.mw_wp_form_confirm .bar1, .mw_wp_form_confirm .consent, .mw_wp_form_confirm .viewmore_btn_input, .mw_wp_form_confirm .confirm, .mw_wp_form_confirm .confirmation {
  display: none;
}
.mw_wp_form_confirm .viewmore_btn_button {
  margin: 40px auto 0;
}
::placeholder {
  color: #bbbbbb
}
.comment {
  display: none;
  font-size: 1.4rem;
  color: #666;
  padding: 0 0 0 30px;
  line-height: 1.6;
  margin: 10px 0 30px !important;
}
.comment.on {
  display: block;
  transition: .3s;
}
.comment a {
  position: relative
}
.comment a::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #666;
  left: 0;
  bottom: -3px;
}
.comment a:hover {
  color: #0057b8;
  transition: .3s;
}
.comment a:hover::before {
  background: #0057b8;
}
.credit_form .confirmation {
  margin: 50px 5% 25px;
  width: 90%;
}
.credit_form .confirmation p {
  margin: 0 0 20px;
}
.credit_form .confirmation ul li {
  position: relative;
  padding: 0 0 0 15px;
  margin: 0;
}
.credit_form .confirmation ul li:last-child {
  margin: 0;
}
.credit_form .confirmation ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}
@media only screen and (max-width:768px) {
  .appForm {
    padding: 50px 0 0;
  }
  .appForm .inner {
    padding: 0;
  }
  .form_h1 {
    padding: 0 25px 40px;
    margin: 0 0 30px;
  }
  .flow_bar {
    font-size: 1.5rem;
    right: auto;
    left: 25px;
    bottom: 0;
  }
  .flow_bar span:nth-of-type(2) {
    margin: 0 40px;
  }
  .flow_bar span::after {
    width: 20px;
    right: -30px;
  }
  .form_comment {
    right: 15px;
    top: 25px;
  }
  .credit_form .form_comment {
    right: 15px;
    top: 80px;
  }
  .form_loan_comment {
    top: 25px;
    left: 15px;
  }
  .form {
    padding: 30px 0;
  }
  .credit_form .form {
    padding: 120px 0 30px;
  }
  .form table {
    font-size: 1.5rem;
  }
  .form table tr {
    width: 100%;
  }
  .form table tr th {
    padding: 20px 25px 10px;
    width: 100%;
    display: block;
  }
  .form table tr td {
    width: 100%;
    padding: 0 25px 20px;
    display: block
  }
  .form table tr td.has_radio {
    padding: 0 25px 20px;
  }
  input[type="text"], input[type="email"], input[type="number"], input[type="tel"] {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    padding: 0 15px;
  }
  .credit_form .form input[type="number"] {
    width: 40px;
    padding: 0 9px;
    margin: 0 0 0 5px;
  }
  .credit_form .form .select_wrap {
    height: 40px;
    width: 95px;
    margin: 0 !important;
  }
  .credit_form .form select {
    padding: 0 0px 0 15px;
    width: 95px;
  }
  .form tr td.tel input[type="text"] {
    width: 100%;
  }
  textarea {
    width: 100%;
    height: 160px;
    padding: 15px;
  }
  .form select {
    height: 40px;
    padding: 0 0 0 15px;
    border-radius: 5px;
    width: 100%;
  }
  .form .select_wrap {
    height: 40px;
    width: 100%;
  }
  .form .select_wrap:after {
    content: "";
    width: 37.5px;
    height: 40px;
    background: url("https://flex.jp/wordpress/wp-content/themes/FLEX2020/img/arw_pulldown_sp.png") no-repeat;
    background-size: cover;
  }
  .form .select_wrap:first-of-type {
    margin: 0 0 10px;
  }
  .form .has_radio label {
    padding: 0 0 0 20px;
    margin: 0 0 10px;
  }
  .form .has_radio label .radio {
    width: 12px;
    height: 12px;
    top: 1px;
  }
  .form .has_radio label .radio::after {
    top: 1px;
    left: 1px;
    width: 6px;
    height: 6px;
  }
  .form p.consent label {
    margin: 60px auto 25px;
    padding: 0 0 0 10px;
    width: 250px;
  }
  .credit_form p.consent label {
    margin: 0 auto 25px;
    padding: 0 0 0 10px;
    width: 250px;
  }
  .credit_form p.confirm label {
    margin: 20px auto 20px;
    padding: 0 0 0 8px;
    width: 195px;
    left: -27px;
  }
  .form p.consent label::before, .form p.confirm label::before {
    width: 13px;
    height: 13px;
  }
  .comment {
    padding: 0 0 0 20px;
  }
  .consent input:checked + label::after, .confirm input:checked + label::after {
    top: 0px;
    left: 4px;
    width: 5px;
    height: 10px;
    transform: rotate(40deg);
    border-bottom: 2px solid #222;
    border-right: 2px solid #222;
  }
  .form_complete img {
    width: 60px;
    margin: 30px auto;
  }
  .form_complete h2 {
    font-size: 1.8rem;
    margin: 0 0 25px;
  }
  .form_complete p {
    font-size: 1.3rem;
    line-height: 2.5rem;
    margin: 0 0 35px;
    padding: 0 0 40px;
  }
  .form_complete div a {
    font-size: 1.5rem;
    padding: 0 0 0 25px;
  }
  .form_complete div a::before {
    width: 15px;
    height: 15px;
    top: 0;
  }
  .mw_wp_form_input .viewmore_btn_button::before {
    content: none;
  }
  .mw_wp_form_input .bar2 {
    display: none;
  }
  .mw_wp_form_confirm .select_wrap::after {
    content: none;
  }
  .mw_wp_form_confirm .bar1, .mw_wp_form_confirm .consent, .mw_wp_form_confirm .viewmore_btn_input {
    display: none;
  }
  .mw_wp_form_confirm .viewmore_btn_button {
    margin: 40px auto 0;
  }
  p.introduction {
    margin: 30px 0 20px;
    padding: 0 25px;
  }
  .credit_form .confirmation {
    margin: 0;
    width: 100%;
    padding: 25px;
  }
  .credit_checkbox label .checkbox {
    top: -2px;
  }
}

#wizard * {
  font-size: 1.6rem !important;
}

#wizard, .tabcontrol{
  width: 100%;
  max-width: 1134px;
  margin: 0 auto;
}

.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
  width: 120px;
  height: 50px;
  text-align: center;
  line-height: 2.4;
}

.form input[type="text"],
.form input[type="tel"],
.form input[type="email"],
.form select,
.form textarea {
  background-color: #fff;
}

.form label.section_label {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.form table{
  font-size: 1rem !important;
}
.form table tr th {
  width: 200px !important;
  vertical-align: middle !important;
}
.form table tr td.radio_wrap {
  padding: 40px 0 20px;
}
.form .radio_wrap {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}
.form .radio_wrap input[type="radio"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.form .radio_wrap label:not(.error) {
  display: inline-block;
  position: relative;
  font-size: 18px;
  padding: 0 0 0 30px;
  margin: 0 0 30px;
  line-height: 1.5rem;
  color: #666;
}
.form .radio_wrap .check {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 2px solid #666;
  border-radius: 50%;
}
.form .radio_wrap .check:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.form .radio_wrap input[type="radio"]:checked ~ .check:after {
  background: #666;
}
.form div.error {
  padding-top: 10px;
}
.wizard > .content > .body label.error {
  margin-left: 0 !important;
}
.form input[type="text"]:disabled, .form input[type="tel"]:disabled {
  background: #ccc;
}
.form .address span, .form input.zip {
  display: inline-block !important;
}
.form .address span::before {
  content: "";
  margin-left: 10px;
}
.form .address span::after {
  content: "";
  margin-right: 10px;
}
.form input.zip {
  width: 200px;
}
.form select {
  border: 1px solid #ccc;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1) inset;
}
.form select.error {
  background: rgb(251, 227, 228);
  border: 1px solid #fbc2c4;
  color: #8a1f11;
}
.form select, .form select.error {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1.5em + 2px),
    calc(100% - 15px) calc(1.5em + 2px),
    calc(100% - 2.5em) 0.8em;
  background-size:
    5px 5px,
    5px 5px,
    1px 2em;
  background-repeat: no-repeat;
}
.form input[type="tel"] {
  width: 100%;
  height: 60px;
  border-radius: 10px;
  box-shadow: 0px 1px 0px rgb(0 0 0 / 10%) inset;
  padding: 0 20px;
}
.wizard > .content > .body textarea.error {
  background: rgb(251, 227, 228);
  border: 1px solid #fbc2c4;
  color: #8a1f11;
}
.form input[type="checkbox"] { display:none !important; }
.form .checkbox {
  box-sizing: border-box;
  cursor: pointer;
  padding: 5px 30px;
  position: relative;
  width: auto;
}

.form .checkbox::before {
  background: #eee;
  border: 1px solid #222;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.form .checkbox::after {
  border-right: 3px solid #222;
  border-bottom: 3px solid #222;
  content: '';
  display: block;
  height: 9px;
  left: 10px;
  margin-top: -6px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 7px;
}
.form input[type=checkbox]:checked + .checkbox::after {
  opacity: 1;
}

.wizard > .actions a[href="#finish"] {
  background-color: #8a2be2;
}
.wizard > .actions a[href="#finish"]:hover {
  background-color: #9932cc;
}

@media print, screen and (max-width:768px){
  .wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
    height: 13em;
  }
  .wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
    height: 13em;
  }
  .form input[type="tel"] {
    height: 40px;
    padding: 0 15px;
    border-radius: 5px;
  }
  .form table tr td.radio_wrap {
    padding: 0 0 20px 20px;
  }
  .form table tr th {
    width: 100% !important;
    padding: 10px 25px 10px !important;
  }
  .form input.zip {
    width: calc((100% - 27px) / 2);
  }
  .form .address span::before {
    content: "";
    margin-left: 5px;
  }
  .form .address span::after {
    content: "";
    margin-right: 5px;
  }
  .form select, .form select.error {
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  }
  .wizard > .actions a[href="#finish"] {
    width: 150px;
  }
}

/* フォーム追加 */
@media print, screen and (max-width:768px){
  .wizard .steps ul {
    display: flex;
  }
  .wizard > .steps > ul > li, .wizard > .actions > ul > li {
    display: flex;
    flex-direction:column;
  }
  .wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
    height: 100%;
  }
  .wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
    height: 100%;
  }
}