@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
}
body {
  width: 100%;
  height: 100%;
  color: #122e54;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.73333vw;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.1em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-x: hidden;
}
@media screen and (min-width: 751px) {
  body {
    font-size: 1.91666666vw;
  }
}

@media screen and (min-width: 1201px) {
  body {
    font-size: 23px;
  }
}

a{color:#0068b7;}
a:hover{color:#71c8db;}

a.on--opa:hover {
  opacity: 0.8;
}

.sec_in{
	width:96%;
	margin: 0 auto;
    position: relative;
}
.right{
	text-align: right;
}
.fit {
	width: 100%;
}
.fsz14 {
	font-size:2vw;
}
.fsz18 {
	font-size:3vw;
}
.fsz20 {
	font-size:3.5vw;
}
.fsz24 {
	font-size:4vw;
}
.fw7{
	font-weight: 700;
}
.fcr{
	color:#c7000b!important;
}
.fcb{
	color:#0068b7!important;
}
.fcd{
	color:#122e54!important;
}
.mb20{
	margin-bottom: 2vw;
}
.mb40{
	margin-bottom: 4vw;
}
.mb60{
	margin-bottom: 6vw;
}
.mb80{
	margin-bottom: 8vw;
}
@media screen and (min-width: 751px) {
.sec_in{
	width:96vw;
}
.fsz14 {
	font-size:1.16666666vw;
}
.fsz18 {
	font-size:1.5vw;
}
.fsz20 {
	font-size:1.6666666vw;
}
.fsz24 {
	font-size:2vw;
}
.mb20{
	margin-bottom: 1.6666666vw;
}
.mb40{
	margin-bottom: 3.3333333vw;
}
.mb60{
	margin-bottom: 5vw;
}
.mb80{
	margin-bottom: 6.6666666vw;
}
}

@media screen and (min-width: 1201px) {
.sec_in{
	width:1200px;
}
.fsz14 {
	font-size:14px;
}
.fsz18 {
	font-size:18px;
}
.fsz20 {
	font-size:20px;
}
.fsz24 {
	font-size:24px;
}
.mb20{
	margin-bottom: 20px;
}
.mb40{
	margin-bottom: 40px;
}
.mb60{
	margin-bottom: 60px;
}
.mb80{
	margin-bottom: 80px;
}
}

@media screen and (max-width: 750px) {
  .br_pc {
    display: none;
  }
  .br_sp {
    display: block;
  }
}

@media screen and (min-width: 751px) {
  .br_pc {
    display: block;
  }
  .br_sp {
    display: none;
  }
}

.center{
	text-align: center;
}

/* main&header */
.main {
	width:100%;
	height:120vw;
	background-image: url(img/main.webp);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.main .d-header{
	width:100%;
	padding: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 10px solid #c7000b;
}
.main .d-header .logo{
	width:284px;
	height:84px;
}
.main .d-header .menu{
	width:auto;
	text-align: right;
}
.main .d-header .menu ul {
  display: flex;
  gap: 10px;
  color:#fff;
  border-left: 1px solid #fff;
  list-style: none;
  font-size: .8em;
}
.main .d-header .menu ul a{
  color:#fff;
  text-decoration: none;
  padding-left: 10px;
}
.main .d-header .menu ul a:hover{
  color:#fff;
  text-decoration:underline;
}
.main .d-header .menu ul li+ li {
  border-left: 1px solid #fff;
}
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
}
.hamburger span {
  width: 25px;
  height: 3px;
  background: #fff;
  transition: 0.3s;
}
.main .title{
	width:100%;
	text-align: left;
	margin: 10vw auto;
}
.main .title h1{
	color:#fff;
	font-size:8vw;
	font-weight: 700;
	line-height: 1.4;
	text-shadow: 3px 3px 11px rgba(0, 0, 0, 0.84), 3px 3px 11px rgba(0, 0, 0, 0.84);
}
.main .title h1 span{
	color:#fabe00;
	font-size:13vw;
	font-weight: 700;
}
.main .title h2{
	background-color: #122e54;
	padding: 10px;
	color:#fff;
	font-size:5vw;
	font-weight: 700;
	margin-bottom: 4vw;
	display: inline-block;
	text-shadow: 3px 3px 11px rgba(0, 0, 0, 0.84), 3px 3px 11px rgba(0, 0, 0, 0.84);
}
.sec-riyu-bg{
	background-color: #ededec;
}
.sec-riyu {
  background: #122e54;
  height: 30vw;

  clip-path: polygon(
    0 0,
    100% 0,
    100% 60%,
    50% 100%,
    0 60%
  );
}
.sec-riyu h3{
	color:#fff;
	font-size:6vw;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}
.sec-riyu h3 span{
	color:#fabe00;
	font-size:8vw;
	font-weight: 700;
}
.sec-riyu-box {
  background: #ededec;
}
.sec-riyu-box h3{
    font-size: 8vw;
    font-weight: 700;
    line-height: 1.4;
    position: relative;
    padding: 5vw 0 2vw;
    text-align: center;
    margin-bottom: 9vw;
}
.sec-riyu-box h3:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 100px);
  width: 200px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #fabe00;
}
.sec-riyu-box .riyu-flex{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.sec-riyu-box .riyu-flex .riyu-box{
	width:90%;
	margin: 0 auto 8vw;
}
.sec-riyu-box .riyu-flex .riyu-box:nth-child(2) {
  margin-top: 0;
}
.sec-riyu-box .riyu-flex .riyu-box .img-box{
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
	margin-bottom: 10vw;
}
.sec-riyu-box .riyu-flex .riyu-box .img-box::before {
  content: "";
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  z-index: 0;
}
.sec-riyu-box .riyu-flex .riyu-box .img-box img{
	z-index: 1;
	position: relative;
}
.sec-riyu-box .riyu-flex .riyu-box .img-box h4{
	font-size:28px;
	color:#0068b7;
	font-weight: 700;
	z-index: 1;
	position: relative;
}

.sec-riyu2 {
  background: #ededec;
  height: 40vw;

  clip-path: polygon(
    0 0,
    100% 0,
    100% 60%,
    50% 100%,
    0 60%
  );
}
.sec-riyu2 h3{
	color:#122e54;
	font-size:7vw;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	padding: 10vw 0 0;
}
@media (max-width: 750px) {
.hamburger {
    display: flex;
    z-index: 999;
}
.hamburger span {
  width: 10vw;
  height: 1vw;
  background: #fff;
  display: block;
  z-index: 999;
}
.nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 70%;
    height: 100%;
    transition: 0.3s;
    background: rgba(18, 46, 84, 0.8);
    z-index: 99;
}
.nav ul {
    flex-direction: column;
    padding: 80px 20px;
}
.nav.active {
    right: 0;
}
.main .d-header .menu ul {
    border-left: none;
    font-size: 5vw;
    margin-top: 8vw;
}
.main .d-header .menu ul li+ li {
    border-left: none;
	margin: 2vw 0;
}
  /* ===== ハンバーガー → × ===== */
  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }
}

@media screen and (min-width: 751px) {
.main {
	width:100%;
	height:58.3333333vw;
}
.main .d-header .logo{
	width:16.4166666vw;
	height:4.8333333vw;
}
.main .title{
	margin: 11.666666vw auto;
}
.main .title h1{
	font-size:5vw;
}
.main .title h1 span{
	font-size:5.8333333vw;
}
.main .title h2{
	padding: 0.83333333vw;
	font-size:2.91666666vw;
	margin-bottom: 1.6666666vw;
}
.sec-riyu {
	height: 29.1666666vw;
	padding: 4.16666666vw 0;
}
.sec-riyu h3{
	font-size:5vw;
}
.sec-riyu h3 span{
	font-size:5.8333333vw;
}
.sec-riyu-box h3{
    font-size: 4.1666666vw;
    padding: 4.1666666vw 0 0.8333333vw;
    margin-bottom: 5.8333333vw;
}
.sec-riyu-box h3:before {
  bottom: -0.8333333vw;
  left: calc(50% - 8.3333333vw);
  width: 16.6666666vw;
  height: 0.41666666vw;
  border-radius: 0.25vw;
}
.sec-riyu-box .riyu-flex{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.sec-riyu-box .riyu-flex .riyu-box{
	width:30vw;
	margin: 0;
}
.sec-riyu-box .riyu-flex .riyu-box:nth-child(2) {
  margin-top: 5vw;
}
.sec-riyu-box .riyu-flex .riyu-box .img-box{
	width: 30vw;
	height: 30vw;
	margin-bottom: 1.6666666vw;
}
.sec-riyu-box .riyu-flex .riyu-box .img-box::before {
  width: 30vw;
  height: 30vw;
}
.sec-riyu-box .riyu-flex .riyu-box .img-box h4{
	font-size:2.8333333vw;
}
.sec-riyu2 {
  height: 16.666666vw;
}
.sec-riyu2 h3{
	font-size:2.8333333vw;
	padding: 6.6666666vw 0 0;
}
}

@media screen and (min-width: 1201px) {
.main {
	width:100%;
	height:700px;
}
.main .d-header .logo{
	width:197px;
	height:58px;
}
.main .title{
	margin: 140px auto;
}
.main .title h1{
	font-size:60px;
}
.main .title h1 span{
	font-size:70px;
}
.main .title h2{
	padding: 10px;
	font-size:35px;
	margin-bottom: 20px;
}
.sec-riyu {
	height: 350px;
	padding: 50px 0;
}
.sec-riyu h3{
	font-size:60px;
}
.sec-riyu h3 span{
	font-size:70px;
}
.sec-riyu-box h3{
    font-size: 50px;
    padding: 50px 0 10px;
    margin-bottom: 70px;
}
.sec-riyu-box h3:before {
  bottom: -10px;
  left: calc(50% - 100px);
  width: 200px;
  height: 5px;
  border-radius: 3px;
}
.sec-riyu-box .riyu-flex .riyu-box{
	width:360px;
}
.sec-riyu-box .riyu-flex .riyu-box:nth-child(2) {
  margin-top: 60px;
}
.sec-riyu-box .riyu-flex .riyu-box .img-box{
	width: 360px;
	height: 360px;
	margin-bottom: 20px;
}
.sec-riyu-box .riyu-flex .riyu-box .img-box::before {
  width: 360px;
  height: 360px;
}
.sec-riyu-box .riyu-flex .riyu-box .img-box h4{
	font-size:34px;
}
.sec-riyu2 {
  height: 200px;
}
.sec-riyu2 h3{
	font-size:34px;
	padding: 80px 0 0;
}
}

/* 次世代のDX取引へ */
.sec-jisedai{
	background-color: #fff;
	text-align: center;
	padding: 50px 0 0;
}
.sec-jisedai p{
	font-size:5vw;
}
.sec-jisedai img{
	width:96%;
}
.sec-jisedai h2{
	font-size:10vw;
	color:#0068b7;
	letter-spacing: 0.1em;
}
.sec-jisedai h3{
	font-size:5vw;
}
.sec-jisedai2 {
  background: #fff;
  height: 20vw;

  clip-path: polygon(
    0 0,
    100% 0,
    100% 60%,
    50% 100%,
    0 60%
  );
}
@media screen and (min-width: 751px) {
.sec-jisedai{
	padding: 4.1666666vw 0 0;
}
.sec-jisedai p{
	font-size:2.8333333vw;
}
.sec-jisedai img{
	width:66.666666vw;
}
.sec-jisedai h2{
	font-size:6.66666666vw;
}
.sec-jisedai h3{
	font-size:2.8333333vw;
}
.sec-jisedai2 {
  height: 12.5vw;
}
}
@media screen and (min-width: 1201px) {
.sec-jisedai{
	padding: 50px 0 0;
}
.sec-jisedai p{
	font-size:34px;
}
.sec-jisedai img{
	width:800px;
}
.sec-jisedai h2{
	font-size:80px;
}
.sec-jisedai h3{
	font-size:34px;
}
.sec-jisedai2 {
  height: 150px;
}
}

/* 商談機会のがしていませんか */
.sec-riyu-box3 {
	text-align: center;
	background: #ededec;
	margin-top: -20vw;
	padding-top: 30vw;
}
.sec-riyu-box3 h3{
    font-size: 8vw;
    font-weight: 700;
    line-height: 1.4;
    color:#0068b7;
}
.sec-riyu-box3 h4{
    font-size: 6vw;
    font-weight: 700;
    line-height: 1.4;
    color:#c7000b;
}
.sec-riyu-box3 .sub{
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}
.sec-riyu-box3 .riyu-flex{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.sec-riyu-box3 .riyu-flex .riyu-box{
	width:90%;
	margin: 5vw 0 10vw;
}
.sec-riyu-box3 .riyu-flex .riyu-box:nth-child(2) {
  margin-top: 0;
}
.sec-riyu-box3 .riyu-flex .riyu-box .img-box{
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
	margin-bottom: 10vw;
}
.sec-riyu-box3 .riyu-flex .riyu-box .img-box::before {
  content: "";
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  z-index: 0;
}
.sec-riyu-box3 .riyu-flex .riyu-box .img-box img{
	z-index: 1;
	position: relative;
}
.sec-riyu-box3 .riyu-flex .riyu-box .img-box h4{
	font-size:28px;
	color:#0068b7;
	font-weight: 700;
	z-index: 1;
	position: relative;
	padding: 0;
}
.sec-riyu-box3 .riyu-flex .riyu-box h5{
	font-size:28px;
	color:#bf2704;
	font-weight: 700;
	z-index: 1;
	position: relative;
}
.sec-riyu4 {
  background: #ededec;
  height: 10vw;

  clip-path: polygon(
    0 0,
    100% 0,
    100% 10%,
    50% 100%,
    0 10%
  );
}

.speechBubble {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding: 16px;
  border-radius: 4px;
  background-color: #122e54;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
}

.speechBubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #122e54 transparent transparent;
  translate: -50% 100%;
}

.b_arrow {
  width: 6vw;
  height: 6vw;
  border-right: 6px solid #999;
  border-bottom: 6px solid #999;
  transform: rotate(45deg);
  margin: 0 auto 2vw;
}

@media screen and (min-width: 751px) {
.sec-riyu-box3 {
	margin-top: -12.5vw;
	padding-top: 12.5vw;
}
.sec-riyu-box3 h3{
    font-size: 4.1666666vw;
    padding: 4.1666666vw 0 0.8333333vw;
}
.sec-riyu-box3 h4{
    font-size: 4.1666666vw;
    padding: 4.1666666vw 0 0.8333333vw;
    margin-bottom: 5.8333333vw;
}
.sec-riyu-box3 .riyu-flex{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.sec-riyu-box3 .riyu-flex .riyu-box{
	width:30vw;
	margin: 0;
}
.sec-riyu-box3 .riyu-flex .riyu-box:nth-child(2) {
  margin-top: 5vw;
}
.sec-riyu-box3 .riyu-flex .riyu-box .img-box{
	width: 30vw;
	height: 30vw;
	margin-bottom: 1.6666666vw;
}
.sec-riyu-box3 .riyu-flex .riyu-box .img-box::before {
  width: 30vw;
  height: 30vw;
}
.sec-riyu-box3 .riyu-flex .riyu-box .img-box h4{
	font-size:2.8333333vw;
}
.sec-riyu-box3 .riyu-flex .riyu-box h5{
	font-size:2.8333333vw;
}
.sec-riyu4 {
  height: 8.3333333vw;
}
.speechBubble {
  margin: 0 auto 5vw;
  padding: 1.33333333vw;
  border-radius: 0.83333333vw;
  font-size: 1.5vw;
}
.speechBubble::after {
  border-width: 1.6666666vw 0.83333333vw 0 0.83333333vw;
}
.b_arrow {
  width: 3.3333333vw;
  height: 3.3333333vw;
  border-right: 0.5vw solid #999;
  border-bottom: 0.5vw solid #999;
  margin: 0 auto;
}
}

@media screen and (min-width: 1201px) {
.sec-riyu-box3 {
	margin-top: -150px;
	padding-top: 150px;
}
.sec-riyu-box3 h3{
    font-size: 50px;
    padding: 50px 0 10px;
}
.sec-riyu-box3 h4{
    font-size: 50px;
    padding: 50px 0 10px;
    margin-bottom: 70px;
}
.sec-riyu-box3 .riyu-flex .riyu-box{
	width:360px;
}
.sec-riyu-box3 .riyu-flex .riyu-box:nth-child(2) {
  margin-top: 60px;
}
.sec-riyu-box3 .riyu-flex .riyu-box .img-box{
	width: 360px;
	height: 360px;
	margin-bottom: 20px;
}
.sec-riyu-box3 .riyu-flex .riyu-box .img-box::before {
  width: 360px;
  height: 360px;
}
.sec-riyu-box3 .riyu-flex .riyu-box .img-box h4{
	font-size:34px;
}
.sec-riyu-box3 .riyu-flex .riyu-box h5{
	font-size:34px;
}
.sec-riyu4 {
  height: 100px;
}
.speechBubble {
  margin: 0 auto 60px;
  padding: 16px;
  border-radius: 10px;
  font-size: 18px;
}
.speechBubble::after {
  border-width: 20px 10px 0 10px;
}
.b_arrow {
  width: 40px;
  height: 40px;
  border-right: 6px solid #999;
  border-bottom: 6px solid #999;
	margin-bottom: 20px;
}
}

/* 5つの具体的成果 */
.sec-seika {
	background: #fff;
	margin-top: 10vw;
}
.sec-seika h3{
    font-size: 8vw;
    font-weight: 700;
    line-height: 1.4;
    color:#122e54;
	text-align: center;
}
.sec-seika .seika{
    font-size: 5vw;
    font-weight: 700;
    line-height: 1.4;
    color:#122e54;
	text-align: center;
}
.sec-seika .seika .itutu{
    font-size: 8vw;
    font-weight: 700;
    line-height: 1.4;
    color:#0068b7;
	text-align: center;
}
.sec-seika .seika-box{
	width:100%;
	margin-bottom: 5vw;
	background-color: #ededec;
	padding: 1vw 5vw 5vw;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}
.sec-seika .seika-box .num{
	width: 100%;
    font-size: 13vw;
	font-weight: 700;
	color:#0068b7;
}
.sec-seika .seika-box .s-txt{
	width: 100%;
    font-size: 6vw;
	font-weight: 700;
	color:#122e54;
	line-height: 1;
}
.sec-seika .seika-box .s-txt span{
	font-size: 16px;
	font-weight: 400;
	color:#122e54;
}
.sec-seika .seika-box .s-txt2{
	width:auto;
	font-size: 5vw;
	font-weight: 700;
	color:#bf2704;
	line-height: 1;
	margin-top: 2vw;
}
.sec-seika .seika-box .img{
	position: absolute;
    top: -5vw;
    right: 0;
    width: 30vw;
    z-index: 2;
}
.sec-seika .seika-box .img2{
	position: absolute;
    top: -5vw;
    right: 0;
    width: 30vw;
    z-index: 2;
}
.sec-seika .seika-box .badge {
  position: absolute;
  top:-20px;
  right:-20px;
  width: 120px;
  height: 120px;
  background-color: #bf2704;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  z-index: 4;
}
@media screen and (max-width: 750px) {
.sec-seika .seika-box .img_last{
    right: 20vw;
}
}
@media screen and (min-width: 751px) {
.sec-seika {
  margin-top: 5vw;
  margin-bottom: 6.6666666vw;
}
.sec-seika h3{
  font-size: 4.1667vw;
}
.sec-seika .seika{
  font-size: 2.5vw;
}
.sec-seika .seika .itutu{
  font-size: 3.5vw;
}
.sec-seika .seika-box{
  width: 100%;
  margin-bottom: 1.6667vw;
  padding: 1.6667vw 3.3333vw;
  flex-wrap: nowrap;
}
.sec-seika .seika-box .num{
  width: 10vw;
  font-size: 6.6667vw;
}
.sec-seika .seika-box .s-txt{
  width: 27.9167vw;
  font-size: 2vw;
}
.sec-seika .seika-box .s-txt span{
  font-size: 1.3333vw;
}
.sec-seika .seika-box .s-txt2{
  font-size: 2vw;
	margin-top: 0;
}
.sec-seika .seika-box .img{
	top: -0.833vw;
	right: 13.333333vw;
	width: 16.667vw;
}
.sec-seika .seika-box .img2{
	top: -0.833vw;
	right: 6.666666vw;
	width: 16.667vw;
}

.sec-seika .seika-box .badge {
  top: -1.6667vw;
  right: -1.6667vw;
  width: 10vw;
  height: 10vw;
  font-size: 2vw;
}
}

@media screen and (min-width: 1201px) {
.sec-seika {
	margin-top: 60px;
	margin-bottom: 80px;
}
.sec-seika h3{
    font-size: 50px;
}
.sec-seika .seika{
    font-size: 30px;
}
.sec-seika .seika .itutu{
    font-size: 42px;
}
.sec-seika .seika-box{
	margin-bottom: 20px;
	padding: 20px 40px;
}
.sec-seika .seika-box .num{
	width:120px;
	font-size: 80px;
}
.sec-seika .seika-box .s-txt{
	width:335px;
	font-size: 24px;
}
.sec-seika .seika-box .s-txt span{
	font-size: 16px;
}
.sec-seika .seika-box .s-txt2{
	font-size: 24px;
}
.sec-seika .seika-box .img{
	top:-10px;
	right:160px;
	width:200px;
}
.sec-seika .seika-box .img2{
	top:-10px;
	right:80px;
	width:200px;
}
.sec-seika .seika-box .badge {
  top:-20px;
  right:-20px;
  width: 120px;
  height: 120px;
  font-size: 24px;
}
}

/* 無償掲載との違い */
.sec-chigai {
	background: #fff;
	margin-top: 5vw;
}
.sec-chigai h3{
    font-size: 8vw;
    font-weight: 700;
    line-height: 1.4;
    color:#122e54;
	text-align: center;
}
.sec-chigai h4{
    font-size: 6vw;
    font-weight: 700;
    line-height: 1.4;
    color:#122e54;
	text-align: center;
}
.sec-chigai h4 span{
    font-size: 6vw;
    font-weight: 700;
    color:#c7000b;
}
.sec-chigai .t-flex{
    display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
}
.sec-chigai .t-flex .table-box01{
    width:100%;
	margin-bottom: 5vw;
}
.sec-chigai .t-flex .table-box01 {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}
.sec-chigai .t-flex .table-box01 .table-head {
  background: #6f7c8f;
  text-align: center;
  padding: 20px;
  color: #fff;
}
.sec-chigai .t-flex .table-box01 .table-head .title {
  font-size: 28px;
  font-weight: 700;
}
.sec-chigai .t-flex .table-box01 .table-head .sub {
  font-size: 14px;
  opacity: 0.9;
}
.sec-chigai .t-flex .table-box01 .table-head .sub {
  font-size: 14px;
  opacity: 0.9;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.sec-chigai .t-flex .table-box01 table {
  width: 100%;
  border-collapse: collapse;
  font-size: 20px;
}

.sec-chigai .t-flex .table-box01 th,
.sec-chigai .t-flex .table-box01 td {
padding: 20px;
border-bottom: 2px solid #fff;
}

.sec-chigai .t-flex .table-box01 th {
background: #ccd6e4;
vertical-align: middle;
text-align: left;
width: 30%;
overflow: visible;
position: relative;
font-weight: 700;
}

.sec-chigai .t-flex .table-box01 th:after {
left: 100%;
top: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-left-color: #ccd6e4;
border-width: 5px;
margin-top: -5px;
}

.sec-chigai .t-flex .table-box01 td {
background: #f8f8f8;
width: 360px;
padding-left: 20px;
font-weight: 700;
line-height: 1;
}
.sec-chigai .t-flex .table-box01 td span {
font-size: 12px;
font-weight: 400;
}
.sec-chigai .t-flex .table-box02{
    width:100%;
	margin-bottom: 5vw
}
.sec-chigai .t-flex .table-box02 {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}
.sec-chigai .t-flex .table-box02 .table-head {
  background: #0068b7;
  text-align: center;
  padding: 20px;
  color: #fff;
}
.sec-chigai .t-flex .table-box02 .table-head .title {
  font-size: 28px;
  font-weight: 700;
}
.sec-chigai .t-flex .table-box02 .table-head .sub {
  font-size: 14px;
  opacity: 0.9;
}
.sec-chigai .t-flex .table-box02 .table-head .sub {
  font-size: 14px;
  opacity: 0.9;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.sec-chigai .t-flex .table-box02 table {
  width: 100%;
  border-collapse: collapse;
}

.sec-chigai .t-flex .table-box02 th,
.sec-chigai .t-flex .table-box02 td {
padding: 20px;
border-bottom: 2px solid #fff;
}

.sec-chigai .t-flex .table-box02 th {
background: #a4cae7;
vertical-align: middle;
text-align: left;
width: 30%;
overflow: visible;
position: relative;
font-weight: 700;
}

.sec-chigai .t-flex .table-box02 th:after {
left: 100%;
top: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-left-color: #a4cae7;
border-width: 5px;
margin-top: -5px;
}

.sec-chigai .t-flex .table-box02 td {
background: #f8f8f8;
width: 360px;
padding-left: 20px;
font-weight: 700;
line-height: 1;
color:#0068b7;
font-size: 5vw;
}
.sec-chigai .t-flex .table-box02 td span {
font-size: 12px;
font-weight: 400;
}

.sec-chigai .illustbox{
	width: 100%;
    height: 20vw;
    position: relative;
    background-color: #0068b7;
    text-align: center;
    margin: 30vw 0 10vw;
}
.sec-chigai .illustbox .illust{
	position: absolute;
    top: -44vw;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.sec-chigai .illustbox .txt-box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 15px;
}
.sec-chigai .illustbox .txt-box p{
	color:#fff;
	font-size: 4vw;
	font-weight: 700;
}
.sec-chigai .illustbox .txt-box p span{
	color:#fabe00;
	font-size: 5vw;
	font-weight: 700;
}
@media screen and (min-width: 751px) {
.sec-chigai {
	margin-top: 3.333vw;
}
.sec-chigai h3{
    font-size: 4.167vw;
}
.sec-chigai h4{
    font-size: 3vw;
}
.sec-chigai h4 span{
    font-size: 3vw;
}
.sec-chigai .t-flex{
    display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: nowrap;
}
.sec-chigai .t-flex .table-box01,
.sec-chigai .t-flex .table-box02 {
    width:100%;
	margin-bottom: 0;
}
.sec-chigai .t-flex .table-box01 {
  border-radius: 1.333vw;
  width:48%;
}
.sec-chigai .t-flex .table-box01 table {
  font-size: 1.5833333vw;
}
.sec-chigai .t-flex .table-box01 .table-head {
  padding: 1.667vw;
}
.sec-chigai .t-flex .table-box01 .table-head .title {
  font-size: 2.333vw;
}
.sec-chigai .t-flex .table-box01 .table-head .sub {
  font-size: 1.167vw;
}
.sec-chigai .t-flex .table-box01 .table-head .sub {
  font-size: 1.167vw;
  border-top-left-radius: 1.333vw;
  border-top-right-radius: 1.333vw;
}
.sec-chigai .t-flex .table-box01 th,
.sec-chigai .t-flex .table-box01 td {
  padding: 1.667vw;
}
.sec-chigai .t-flex .table-box01 th:after {
  border-width: 0.417vw;
  margin-top: -0.417vw;
}
.sec-chigai .t-flex .table-box01 td {
  width: 30vw;
  padding-left: 1.667vw;
}
.sec-chigai .t-flex .table-box01 td span {
  font-size: 1vw;
}
.sec-chigai .t-flex .table-box02 {
  border-radius: 1.333vw;
  width:49%;
}
.sec-chigai .t-flex .table-box02 table {
  font-size: 1.66666666vw;
}
.sec-chigai .t-flex .table-box02 .table-head {
  padding: 1.667vw;
}
.sec-chigai .t-flex .table-box02 .table-head .title {
  font-size: 2.333vw;
}
.sec-chigai .t-flex .table-box02 .table-head .sub {
  font-size: 1.167vw;
}
.sec-chigai .t-flex .table-box02 .table-head .sub {
  font-size: 1.167vw;
  border-top-left-radius: 1.333vw;
  border-top-right-radius: 1.333vw;
}
.sec-chigai .t-flex .table-box02 th,
.sec-chigai .t-flex .table-box02 td {
  padding: 1.667vw;
}
.sec-chigai .t-flex .table-box02 th:after {
  border-width: 0.417vw;
  margin-top: -0.417vw;
}
.sec-chigai .t-flex .table-box02 td {
  width: 30vw;
  padding-left: 1.667vw;
  font-size: 2.167vw;
}
.sec-chigai .t-flex .table-box02 td span {
  font-size: 1vw;
}
.sec-chigai .illustbox{
	width:100%;
	height:6.667vw;
	margin: 19.167vw 0 5vw;
}
.sec-chigai .illustbox .illust{
	top:-33.333vw;
	width:79.167vw;
}
.sec-chigai .illustbox .txt-box{
	padding-top: 1.25vw;
}
.sec-chigai .illustbox .txt-box p{
	font-size: 2.333vw;
}
.sec-chigai .illustbox .txt-box p span{
	font-size: 3vw;
}
}

@media screen and (min-width: 1201px) {
.sec-chigai {
	margin-top: 40px;
}
.sec-chigai h3{
    font-size: 50px;
}
.sec-chigai h4{
    font-size: 36px;
}
.sec-chigai h4 span{
    font-size: 36px;
}
.sec-chigai .t-flex .table-box01 {
  border-radius: 16px;
}
.sec-chigai .t-flex .table-box01 table {
  font-size: 19px;
}
.sec-chigai .t-flex .table-box01 .table-head {
  padding: 20px;
}
.sec-chigai .t-flex .table-box01 .table-head .title {
  font-size: 28px;
}
.sec-chigai .t-flex .table-box01 .table-head .sub {
  font-size: 14px;
}
.sec-chigai .t-flex .table-box01 .table-head .sub {
  font-size: 14px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.sec-chigai .t-flex .table-box01 th,
.sec-chigai .t-flex .table-box01 td {
padding: 20px;
}
.sec-chigai .t-flex .table-box01 th:after {
border-width: 5px;
margin-top: -5px;
}
.sec-chigai .t-flex .table-box01 td {
width: 360px;
padding-left: 20px;
}
.sec-chigai .t-flex .table-box01 td span {
font-size: 12px;
}
.sec-chigai .t-flex .table-box02 {
  border-radius: 16px;
}
.sec-chigai .t-flex .table-box02 table {
  font-size: 20px;
}
.sec-chigai .t-flex .table-box02 .table-head {
  padding: 20px;
}
.sec-chigai .t-flex .table-box02 .table-head .title {
  font-size: 28px;
}
.sec-chigai .t-flex .table-box02 .table-head .sub {
  font-size: 14px;
}
.sec-chigai .t-flex .table-box02 .table-head .sub {
  font-size: 14px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.sec-chigai .t-flex .table-box02 th,
.sec-chigai .t-flex .table-box02 td {
padding: 20px;
}
.sec-chigai .t-flex .table-box02 th:after {
border-width: 5px;
margin-top: -5px;
}
.sec-chigai .t-flex .table-box02 td {
width: 360px;
padding-left: 20px;
font-size: 26px;
}
.sec-chigai .t-flex .table-box02 td span {
font-size: 12px;
}
.sec-chigai .illustbox{
	width:100%;
	height:80px;
	margin: 230px 0 60px;
}
.sec-chigai .illustbox .illust{
	top:-400px;
	width:950px;
}
.sec-chigai .illustbox .txt-box{
	padding-top: 15px;
}
.sec-chigai .illustbox .txt-box p{
	font-size: 28px;
}
.sec-chigai .illustbox .txt-box p span{
	font-size: 36px;
}
}


/* 料金プランとお問い合わせ */
.sec-plan {
	background: #fff;
	margin-top: 40px;
}
.sec-plan h3{
    font-size: 7.6vw;
    font-weight: 700;
    line-height: 1.4;
    color:#122e54;
	text-align: center;
}
.sec-plan h4{
    font-size: 5vw;
    font-weight: 700;
    line-height: 1.8;
    color:#122e54;
	text-align: center;
}
.sec-plan h4 .waku{
    font-size: 5vw;
    font-weight: 700;
    line-height: 1.4;
    color:#fabe00;
	text-align: center;
	background-color: #0068b7;
	padding: 5px;
	border-radius: 5px;
	margin: 5px;
}
.card{
  width: 90%;
  height: auto;
  margin: 0 auto 5vw;
  text-align: center;
	box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}
.card__imgframe{
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  background: url(img/main.png) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
}
.card__textbox{
  width: 100%;
  height: auto;
  padding: 20px 18px;
  background: #fff;
  box-sizing: border-box;
}
.card__textbox > * + *{
  margin-top: 10px;
}
.card__titletext{
  font-size: 8vw;
  font-weight: 700;
  line-height: 125%;
  color:#fabe00;
}
.card__titletext span{
  font-size: 5vw;
  font-weight: 700;
  color:#fff;
}
.card__overviewtext{
  font-size: 5vw;
  line-height: 150%;
}
.card-skin .card__textbox{
  background: #122e54;
  color: #fff;
}
.sec-plan2 {
  background: #fff;
  height: 40vw;

  clip-path: polygon(
    0 0,
    100% 0,
    100% 60%,
    50% 100%,
    0 60%
  );
}
.sec-plan2 h3{
	color:#c7000b;
	font-size: 6vw;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    padding: 5vw 0 0;
}
.goriyou_illust{
	width: 90%;
	margin: 0 auto 5vw;
}
.goriyou_illust img{
	width: 100%;
}
@media screen and (min-width: 751px) {
.sec-plan {
	margin-top: 3.333vw;
}
.sec-plan h3{
    font-size: 4.167vw;
}
.sec-plan h4{
    font-size: 2.167vw;
}
.sec-plan h4 .waku{
    font-size: 2.167vw;
}
.card{
  width: 58.333vw;
  margin: 0 auto 5vw;
}
.card__textbox{
  padding: 1.667vw 1.5vw;
}
.card__textbox > * + *{
  margin-top: 0.833vw;
}
.card__titletext{
  font-size: 3.833vw;
}
.card__titletext span{
  font-size: 2.5vw;
}
.card__overviewtext{
  font-size: 1.833vw;
}
.sec-plan2 {
  height: 16.666666vw;
}
.sec-plan2 h3{
	font-size:2.7777777vw;
	padding:1.3888888vw 0 0;
}
.goriyou_illust{
	width: 83.3333333vw;
	margin: 0 auto 1.6666666vw;
}
}	
	
@media screen and (min-width: 1201px) {
.sec-plan {
	margin-top: 40px;
}
.sec-plan h3{
    font-size: 50px;
}
.sec-plan h4{
    font-size: 26px;
}
.sec-plan h4 .waku{
    font-size: 26px;
}
.card{
  width: 700px;
  margin: 0 auto 60px;
}
.card__textbox{
  padding: 20px 18px;
}
.card__textbox > * + *{
  margin-top: 10px;
}
.card__titletext{
  font-size: 46px;
}
.card__titletext span{
  font-size: 30px;
}
.card__overviewtext{
  font-size: 22px;
}
.sec-plan2 {
  height: 200px;
}
.sec-plan2 h3{
	font-size:40px;
	padding: 20px 0 0;
}
.goriyou_illust{
	width: 1000px;
	margin: 0 auto 20px;
}
}
	
/* footer */	
.footer {
	width:100%;
	height:400px;
	background-image: url(img/main.webp);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: -100px;
	border-bottom: 10px solid #c7000b;
}
.footer_bottom {
	width:100%;
	height:170px;
	background-color: #122e54;
	position: relative
}
.footer_bottom .f_logo{
	position: absolute;
	bottom: 20px;
	width:197px;
	left: 50%;
	transform: translateX(-50%);
}
.footer_bottom .contact_btn{
	position: absolute;
	top: -38px;
	left: 50%;
	transform: translateX(-50%);
}
.footer_bottom .contact_btn .btn a {
  position: relative;
  display: block;
  width: 380px;
  padding: 15px 0;
  background-color: #c7000b;
  border-radius: 40px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.footer_bottom .contact_btn .btn-arrow-right a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.footer_bottom .contact_btn .btn a:hover{
	background-color: #b6010b;
}

@media screen and (min-width: 751px) {
.footer {
	height: 33.333vw;
	margin-top: -8.333vw;
}
.footer_bottom {
	height: 14.167vw;
}
.footer_bottom .f_logo{
	bottom: 1.667vw;
	width: 16.417vw;
}
.footer_bottom .contact_btn{
	top: -3.167vw;
}
.footer_bottom .contact_btn .btn a {
  width: 41.666666vw;
  padding: 1.25vw 0;
  border-radius: 3.333vw;
  font-size: 2.5vw;
}
.footer_bottom .contact_btn .btn-arrow-right a::after {
  right: 2.25vw;
  width: 0.75vw;
  height: 0.75vw;
}
}	
@media screen and (min-width: 1201px) {
.footer {
	height:400px;
	margin-top: -100px;
}
.footer_bottom {
	height:170px;
}
.footer_bottom .f_logo{
	bottom: 20px;
	width:197px;
}
.footer_bottom .contact_btn{
	top: -38px;
}
.footer_bottom .contact_btn .btn a {
  width: 500px;
  padding: 15px 0;
  border-radius: 40px;
  font-size: 30px;
}
.footer_bottom .contact_btn .btn-arrow-right a::after {
  right: 27px;
  width: 9px;
  height: 9px;
}
}

.pagetop {
    position: fixed;
    bottom: 15vw;
    right: 4vw;
    width: 12vw;
    height: 12vw;
    text-decoration: none;
    background-color: #c7000b;
    display: block;
    text-align: center;
    border-radius: 50%;
}

.pagetop::before {
  content: '\f062';
  font-family: 'Font Awesome 6 Free';
  font-size: 7vw;
  font-weight: 900;
  color: #fff;
  line-height: 12vw;
}
@media screen and (min-width: 751px) {
.pagetop {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  text-decoration: none;
  background-color: #c7000b;
  display: block;
  text-align: center;
  border-radius: 24px;
}

.pagetop::before {
  content: '\f062';
  font-family: 'Font Awesome 6 Free';
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  line-height: 48px;
}
}

.plan_link{
	width:100%;
	border: 5px solid #0068b7;
	border-radius: 10px;
	padding: 5vw;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
}
.plan_link div{
	width:100%;
	text-align: center;
	margin-bottom: 5vw;
}
.plan_link div img{
	width:100%;
	margin-bottom: 5vw;
}
.plan_link .link{
	width:100%;
	background-color: #0068b7;
	padding: 2vw 8vw;
	color: #eebf19;
	font-size:5vw;
	text-align: center;
	font-weight:700;
	text-decoration: none;
	border-radius: 5px;
}
@media screen and (min-width: 751px) {
.plan_link{
	border-radius: 0.8333333vw;
	padding: 2.5vw;
}
.plan_link div{
	width:48%;
	margin-bottom: 0;
}
.plan_link div img{
	margin-bottom: 1.6666666vw;
}
.plan_link .link{
	padding: 0.8333333vw;
	font-size:3vw;
}
.plan_link .link:hover{
	background-color:#448dc4;
}
}
@media screen and (min-width: 1201px) {
.plan_link{
	width:100%;
	border: 5px solid #0068b7;
	border-radius: 10px;
	padding: 30px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
}
.plan_link img{
	width:100%;
	margin-bottom: 20px;
}
.plan_link .link{
	padding: 10px;
	font-size:36px;
}
}