@charset "UTF-8";
@import url("reset.css");

body main{
  color: black;
}
.header{
  display: none;
}

/*basic*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

.clear {
  clear: both;
}

table.spec{
  width: 100%;
  max-width: 60rem;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
}

table.spec th,
table.spec td{
  padding: 2rem;
  font-size:1.5rem;
}
table.spec th{
  border-right:2px solid #afdee0;
  width: 30%;
  text-align: center;
  vertical-align: middle;
  background-color: #ecf8f8;
}
table.spec th:first-child{
  border-top-left-radius: 10px;
}
table.spec th:last-child{
  border-bottom-left-radius: 10px;
}
table.spec tr:first-child{
  border-bottom:2px solid #afdee0;
}



@media screen and (max-width: 767px) {
  .pc-s {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp-s {
    display: none !important;
  }
}


#about, #howto, #summary, #flow, #entry-form,#price {
  padding-top: 95px;
  margin-top: -95px;
}

@media (max-width: 1024px) {
  #about, #howto, #summary, #flow, #entry-form,#price {
    padding-top: 60px;
    margin-top: -60px;
  }
}

.color-base {
  color: #1d96b1;
}
#menu, .sp-menu-btn, .slicknav_menu {
  display: none;
}

@media (max-width: 1024px) {
  .sp-menu-btn, .slicknav_menu {
    display: block;
  }
}

.site-main {
  overflow: hidden;
  margin-top: 120px;
}

.header {
  transition: 1s;
  background: transparent;
  position: fixed;
  width: 100%;
  top: 118px;
  left: 0;
  z-index: 100;
}

.header.scroll {
  position: fixed;
  width: 100%;
  background: #1d96b1;
  z-index: 100;
}

@media (max-width: 767px) {
  .header.scroll {
    height: 60px;
  }
}

.header .nav-wrapper {
  max-width: 1366px;
  margin: auto;
  position: relative;
}

.header .nav-wrapper .site-logo {
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 50px;
  display: flex;
}

@media (max-width: 1024px) {
  .header .nav-wrapper .site-logo {
    padding: 5px 0 5px 10px;
  }
}

.header .nav-wrapper .site-logo a {
  position: relative;
  display: inline-block;
}

@media (max-width: 1024px) {
  .header .nav-wrapper .site-logo a img {
    width: 160px;
    height: auto;
  }
}

@media (max-width: 767px) {
  .header .nav-wrapper .site-logo a img {
    width: 105px;
  }
}

.header .nav-wrapper .site-logo a::after {
  content: "公文書配付システム";
  color: white;
  border: 1px solid white;
  line-height: 1;
  border-radius: 40px;
  padding: 4px 10px 6px;
  position: absolute;
  right: -202px;
  top: 37px;
  display: inline-block;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
}

@media (max-width: 1200px) {
  .header .nav-wrapper .site-logo a::after {
    right: 4px;
    top: 6px;
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .header .nav-wrapper .site-logo a::after {
    right: -144px;
    top: 19px;
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .header .nav-wrapper .site-logo a::after {
    right: -4px;
    top: 38px;
    font-size: 9px;
    padding: 2px 8px 3px;
  }
}

.header .nav-wrapper .g-nav {
  position: absolute;
  right: 200px;
  top: 31px;
  display: flex;
}

@media (max-width: 1024px) {
  .header .nav-wrapper .g-nav {
    display: none;
  }
}

.header .nav-wrapper .g-nav a {
  display: block;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-right: 20px;
  text-decoration: none;
  color: white;
  font-size: 16px;
}

.header .nav-wrapper .contact {
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 1024px) {
  .header .nav-wrapper .contact {
    right: 62px;
  }
}

.header .nav-wrapper .contact a {
  background: #ea950f;
  border-radius: 0 0 8px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 21px;
  line-height: 1.2;
  position: relative;
  width: 188px;
  height: 110px;
  color: white;
  font-feature-settings: "palt";
  text-align: center;
  box-shadow: 2px 7px 21px -6px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding-bottom: 15px;
}

@media (max-width: 1024px) {
  .header .nav-wrapper .contact a {
    border-radius: 0 0 5px 5px;
    font-size: 14px;
    line-height: 1;
    width: auto;
    padding: 0 15px;
    height: 60px;
  }
  .header .nav-wrapper .contact a br {
    display: none;
  }
}

@media (max-width: 360px) {
  .header .nav-wrapper .contact a {
    border-radius: 0 0 5px 5px;
    font-size: 12px;
    padding: 0 5px;
  }
}

.header .nav-wrapper .contact a::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

@media (max-width: 1024px) {
  .header .nav-wrapper .contact a::after {
    border-width: 6px 6.5px 0 6.5px;
    bottom: 7px;
  }
}

.site-main-area {
  position: relative;
  padding-top: 90px;
}

@media (max-width: 767px) {
  .site-main-area {
    background-image: url(../img/header/main-bg-sp.png);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 50px;
  }
}

.site-main-area::before {
  content: "";
  display: block;
  background: #1d96b1;
  background: -moz-linear-gradient(top, #1d96b1 48%, #1d96b1 68%, #70c499 99%);
  background: -webkit-linear-gradient(top, #1d96b1 48%, #1d96b1 68%, #70c499 99%);
  background: linear-gradient(to bottom, #1d96b1 48%, #1d96b1 68%, #70c499 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d96b1', endColorstr='#70c499',GradientType=0 );
  transform: skew(0, -10deg);
  position: absolute;
  top: -145%;
  left: 0;
  width: 100%;
  height: 230%;
  z-index: -2;
}

@media (max-width: 767px) {
  .site-main-area::before {
    content: none;
  }
}

.site-main-area::after {
  content: "";
  display: block;
  opacity: .7;
  background: #1d96b1;
  background: -moz-linear-gradient(left, #1d96b1 0%, #70c499 100%);
  background: -webkit-linear-gradient(left, #1d96b1 0%, #70c499 100%);
  background: linear-gradient(to right, #1d96b1 0%, #70c499 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d96b1', endColorstr='#70c499',GradientType=1 );
  transform: skew(0, 10deg);
  position: absolute;
  top: -145%;
  right: 0;
  width: 100%;
  height: 230%;
  z-index: -3;
}

@media (max-width: 767px) {
  .site-main-area::after {
    content: none;
  }
}

.site-main-area .cover {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: -2;
  mix-blend-mode: color-dodge;
  /*
			svg{
			max-width: 1574px;
			height: auto;
			}
*/
}

@media (max-width: 767px) {
  .site-main-area .cover {
    display: none;
  }
}

.site-main-area .inner {
  max-width: 1366px;
  margin: auto;
  min-height: 755px;
  position: relative;
}

@media (max-width: 1300px) {
  .site-main-area .inner {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .site-main-area .inner {
    min-height: inherit;
  }
}

.site-main-area .inner .mv-area {
  display: flex;
  padding-left: 30px;
}

@media (max-width: 1024px) {
  .site-main-area .inner .mv-area {
    flex-wrap: wrap;
    padding: 0 40px 300px;
  }
}

@media (max-width: 767px) {
  .site-main-area .inner .mv-area {
    flex-wrap: wrap;
    padding: 0 0 140px;
  }
}

.site-main-area .inner .mv-area .num1 {
  width: 570px;
  padding-top: 76px;
}

@media (max-width: 1024px) {
  .site-main-area .inner .mv-area .num1 {
    order: 1;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .site-main-area .inner .mv-area .num1 {
    margin: 0;
    padding-top: 0;
  }
}

.site-main-area .inner .mv-area .num1 figure{
	position: relative;
}

.site-main-area .inner .mv-area .num1 figure::before{
	position: absolute;
	left: -20px;
	top: -90px;
	content: "";
	background-image: url(../img/header/balloon.png);
	background-repeat: no-repeat;
	background-size: 263px 215px;
	background-position: 0;
	width: 263px;
	height: 215px;
	display: block;
	z-index: 1;

}
@media (max-width:767px) {
.site-main-area .inner .mv-area .num1 figure::before{
	left: -60px;
	top: -50px;
	}
}
@media (max-width:480px) {
.site-main-area .inner .mv-area .num1 figure::before{
	left: -45px;
	top: -37px;
	background-size: 210px 172px;
	width: 210px;
	height: 172px;
	}
}
@media (max-width:360px) {
.site-main-area .inner .mv-area .num1 figure::before{
	left: -45px;
	top: -37px;
	background-size: 170px 137px;
	width: 170px;
	height: 137px;
	}
}
@media (max-width: 767px) {
  .site-main-area .inner .mv-area .num1 figure .device {
    margin-left: -7%;
  }
}

.site-main-area .inner .mv-area .num1 figure img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

@media (max-width: 1024px) {
  .site-main-area .inner .mv-area .num1 figure img {
    margin: auto;
    padding-right: 60px;
  }
}

@media (max-width: 767px) {
  .site-main-area .inner .mv-area .num1 figure img {
    width: 85%;
    padding-right: 0;
    margin-left: auto;
    margin-right: 0;
  }
}

.site-main-area .inner .mv-area .num1 figure figcaption {
  margin: 25px 40px 0;
  position: relative;
  border-top: 2px solid white;
  padding-top: 3px;
}

@media (max-width: 1200px) {
  .site-main-area .inner .mv-area .num1 figure figcaption {
    padding-top: 14px;
  }
}

@media (max-width: 1024px) {
  .site-main-area .inner .mv-area .num1 figure figcaption {
    margin: 25px 0 0;
  }
}

.site-main-area .inner .mv-area .num1 figure figcaption::before {
  content: "";
  display: block;
  width: 130px;
  height: 2px;
  background: white;
  position: absolute;
  bottom: 25px;
  left: 0;
}

@media (max-width: 1200px) {
  .site-main-area .inner .mv-area .num1 figure figcaption::before {
    width: 104px;
  }
}

@media (max-width: 1024px) {
  .site-main-area .inner .mv-area .num1 figure figcaption::before {
    width: calc(50% - 100px);
  }
}

@media (max-width: 767px) {
  .site-main-area .inner .mv-area .num1 figure figcaption::before {
    width: calc(50% - 70px);
    top: 77px;
  }
}

.site-main-area .inner .mv-area .num1 figure figcaption::after {
  content: "";
  display: block;
  width: 130px;
  height: 2px;
  background: white;
  position: absolute;
  bottom: 25px;
  right: 0;
}

@media (max-width: 1200px) {
  .site-main-area .inner .mv-area .num1 figure figcaption::after {
    width: 104px;
  }
}

@media (max-width: 1024px) {
  .site-main-area .inner .mv-area .num1 figure figcaption::after {
    width: calc(50% - 100px);
  }
}

@media (max-width: 767px) {
  .site-main-area .inner .mv-area .num1 figure figcaption::after {
    width: calc(50% - 70px);
    top: 77px;
  }
}

.site-main-area .inner .mv-area .num1 figure figcaption h3 {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 35px;
  color: white;
  text-align: center;
  margin-bottom: 5px;
}

@media (max-width: 1200px) {
  .site-main-area .inner .mv-area .num1 figure figcaption h3 {
    font-size: 28px;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .site-main-area .inner .mv-area .num1 figure figcaption h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

@media (max-width: 360px) {
  .site-main-area .inner .mv-area .num1 figure figcaption h3 {
    font-size: 22px;
  }
}

.site-main-area .inner .mv-area .num1 figure figcaption h3 small {
  font-size: 24px;
  font-weight: 700;
}

@media (max-width: 1200px) {
  .site-main-area .inner .mv-area .num1 figure figcaption h3 small {
    font-size: 19px;
  }
}

.site-main-area .inner .mv-area .num1 figure figcaption p {
  width: 190px;
  height: 50px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .site-main-area .inner .mv-area .num1 figure figcaption p {
    width: 160px;
    height: 40px;
  }
}

@media (max-width: 767px) {
  .site-main-area .inner .mv-area .num1 figure figcaption p {
    width: 110px;
    height: 30px;
  }
}

.site-main-area .inner .mv-area .num1 figure figcaption p a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ea950f;
  width: 190px;
  height: 45px;
  color: white;
  font-size: 20px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  border-radius: 40px;
  box-shadow: 2px 7px 21px -6px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1200px) {
  .site-main-area .inner .mv-area .num1 figure figcaption p a {
    width: 160px;
    height: 40px;
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .site-main-area .inner .mv-area .num1 figure figcaption p a {
    width: 110px;
    height: 30px;
    font-size: 12px;
  }
}

.site-main-area .inner .mv-area .num1 figure figcaption p a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 6.5px 0 6.5px;
  border-color: #fff transparent transparent transparent;
  display: inline-block;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .site-main-area .inner .mv-area .num1 figure figcaption p a::after {
    border-width: 4px 4px 0 4px;
  }
}

.site-main-area .inner .mv-area .num1 figure .check-list {
  display: none;
}

@media (max-width: 767px) {
  .site-main-area .inner .mv-area .num1 figure .check-list {
    display: block;
    margin-top: 20px;
  }
}

.site-main-area .inner .mv-area .num1 figure .check-list li {
  width: 100%;
  height: auto;
  display: flex;
  justify-content:flex-start;
  align-items: center;
  padding: 10px 10px 10px 45px;
  background: white;
  border-radius: 5px;
}

@media (max-width: 360px) {
	
	.site-main-area .inner .mv-area .num1 figure .check-list li {
	  padding: 10px 10px 10px 14px;
	}
	
}


.site-main-area .inner .mv-area .num1 figure .check-list li:not(:last-child) {
  margin-bottom: 10px;
}

.site-main-area .inner .mv-area .num1 figure .check-list li i {
  display: inline-block;
  margin: 0 10px 0 0;
  height: 15px;
}

.site-main-area .inner .mv-area .num1 figure .check-list li i img {
  width: 17px;
  height: auto;
  padding: 0;
}

@media (max-width: 767px) {
  .site-main-area .inner .mv-area .num1 figure .check-list li i img {
    width: 14px;
  }
}

.site-main-area .inner .mv-area .num1 figure .check-list li p {
  font-size: 18px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 900;
  font-style: normal;
}

@media (max-width: 767px) {
  .site-main-area .inner .mv-area .num1 figure .check-list li p {
    font-size: 14px;
  }
}

.site-main-area .inner .mv-area .num1 figure .check-list li p br {
  display: none;
}

.site-main-area .inner .mv-area .num2 {
  padding-left: 45px;
  padding-top: 60px;
}

@media (max-width: 1024px) {
  .site-main-area .inner .mv-area .num2 {
    order: 0;
    width: 100%;
    padding: 30px 0 0;
  }
}

@media (max-width: 767px) {
  .site-main-area .inner .mv-area .num2 {
    padding: 40px 0 0;
  }
}

.site-main-area .inner .mv-area .num2 h2 {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 20px;
  color: white;
  line-height: 1.4;
  letter-spacing: 2px;
}

.site-main-area .inner .mv-area .num2 h3 {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 25px;
  color: white;
  line-height: 1.4;
  letter-spacing: 2px;
}

@media (max-width: 1255px) {
  .site-main-area .inner .mv-area .num2 h3 {
    font-size: 22px;
    line-height: 1.3;
  }
}

@media (max-width: 1200px) {
  .site-main-area .inner .mv-area .num2 h3 {
    font-size: 21px;
    line-height: 1.3;
  }
}

@media (max-width: 1177px) {
  .site-main-area .inner .mv-area .num2 h3 {
    font-size: 20px;
    line-height: 1.3;
  }
}

@media (max-width: 1134px) {
  .site-main-area .inner .mv-area .num2 h3 {
    font-size: 19px;
    line-height: 1.3;
  }
}

@media (max-width: 1042px) {
  .site-main-area .inner .mv-area .num2 h3 {
    font-size: 17px;
    line-height: 1.3;
  }
}

@media (max-width: 1024px) {
  .site-main-area .inner .mv-area .num2 h2 {
    text-align: center;
  }
  .site-main-area .inner .mv-area .num2 h3 {
    font-size: 23px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .site-main-area .inner .mv-area .num2 h3 {
    font-size: 29px;
    letter-spacing: 1px;
  }
}

@media (max-width: 360px) {
  .site-main-area .inner .mv-area .num2 h3 {
    font-size: 26px;
    letter-spacing: 0.5px;
  }
}

.site-main-area .inner .mv-area .num2 h2 strong {
  color: #fff;
  font-size: 65px;
  font-weight: 900;
  display: block;
}

.site-main-area .inner .mv-area .num2 h3 strong {
  color: #edfa24;
  font-size: 25px;
  font-weight: 900;
}

@media (max-width: 1255px) {
  .site-main-area .inner .mv-area .num2 h3 strong {
    font-size: 22px;
  }
}

@media (max-width: 1200px) {
  .site-main-area .inner .mv-area .num2 h3 strong {
    font-size: 21px;
  }
}

@media (max-width: 1177px) {
  .site-main-area .inner .mv-area .num2 h3 strong {
    font-size: 19px;
  }
}

@media (max-width: 1134px) {
  .site-main-area .inner .mv-area .num2 h3 strong {
    font-size: 17px;
  }
}

@media (max-width: 1042px) {
  .site-main-area .inner .mv-area .num2 h3 strong {
    font-size: 16px;
  }
}

@media (max-width: 1160px) {
  .site-main-area .inner .mv-area .num2 h2 strong {
    font-size: 58px;
  }
}

@media (max-width: 1070px) {
  .site-main-area .inner .mv-area .num2 h2 strong {
    font-size: 55px;
  }
}

@media (max-width: 1024px) {
  .site-main-area .inner .mv-area .num2 h2 strong {
    font-size: 70px;
    margin-bottom: 10px;
  }
  .site-main-area .inner .mv-area .num2 h3 strong {
    font-size: 23px;
  }
}

@media (max-width: 767px) {
  .site-main-area .inner .mv-area .num2 h3 strong {
    font-size: 29px;
  }
}

@media (max-width: 652px) {
  .site-main-area .inner .mv-area .num2 h3 strong.mv-copy {
    display: block;
  }
  .site-main-area .inner .mv-area .num2 h3 strong.mv-copy + br{
    display: none;
  }
}

@media (max-width: 530px) {
  .site-main-area .inner .mv-area .num2 h2 strong{
    font-size: 12vw;
  }

}

@media (max-width: 410px) {
  .site-main-area .inner .mv-area .num2 h3{
    font-size: 7vw;
  }
  .site-main-area .inner .mv-area .num2 h3 strong{
    font-size: 7vw;
  }
}

.site-main-area .inner .mv-area .num2 .bar {
  background: #dcf86c;
  border: 2px solid white;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0;
  height: 50px;
}

.site-main-area .inner .mv-area .num2 .bar p {
  font-size: 22px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 900;
  font-style: normal;
  padding-bottom: 2px;
}

@media (max-width: 1200px) {
  .site-main-area .inner .mv-area .num2 .bar p {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .site-main-area .inner .mv-area .num2 .bar p {
    font-size: 14px;
  }
}

.site-main-area .inner .mv-area .num2 .bar p span {
  font-size: 28px;
  color: #1d96b1;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media (max-width: 1200px) {
  .site-main-area .inner .mv-area .num2 .bar p span {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .site-main-area .inner .mv-area .num2 .bar p span {
    font-size: 18px;
  }
}

.site-main-area .inner .mv-area .num2 h3 + p {
  font-size: 14px;
  color: white;
  font-weight: 700;
  margin-top: 13px;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .site-main-area .inner .mv-area .num2 h3 + p {
    text-align: center;
  }
}

.site-main-area .inner .mv-area .num2 .check-list {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1239px) {
  .site-main-area .inner .mv-area .num2 .check-list {
    display: block;
  }
}

@media (max-width: 767px) {
  .site-main-area .inner .mv-area .num2 .check-list {
    display: none;
  }
}

.site-main-area .inner .mv-area .num2 .check-list li {
  width: 180px;
  height: 120px;
  background: white;
  border-radius: 6px;
  padding: 10px 5px;
  text-align: center;
}

@media (max-width: 1239px) {
  .site-main-area .inner .mv-area .num2 .check-list li {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 10px 0px 10px 10px;
  }
}

@media (max-width: 1024px) {
  .site-main-area .inner .mv-area .num2 .check-list li {
    padding: 10px 0px 10px 28%;
  }
}

@media (max-width: 1239px) {
  .site-main-area .inner .mv-area .num2 .check-list li:not(:last-child) {
    margin-bottom: 10px;
  }
}

.site-main-area .inner .mv-area .num2 .check-list li i {
  display: inline-block;
  margin-bottom: 10px;
}

@media (max-width: 1239px) {
  .site-main-area .inner .mv-area .num2 .check-list li i {
    margin: 0 15px;
    height: 15px;
  }
}

@media (max-width: 1239px) {
  .site-main-area .inner .mv-area .num2 .check-list li i img {
    width: 17px;
    height: auto;
  }
}

.site-main-area .inner .mv-area .num2 .check-list li p {
  font-size: 17px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 900;
  font-style: normal;
}

@media (max-width: 1239px) {
  .site-main-area .inner .mv-area .num2 .check-list li p br {
    display: none;
  }
}

.slicknav_menu {
  position: absolute;
  top: 0;
  right: 0;
}

.slicknav_menu .slicknav_btn {
  width: 60px;
  height: 60px;
  background: #ea950f;
  border-radius: 0 0 5px 5px;
}

.slicknav_menu .slicknav_btn:hover {
  opacity: 1;
}

.slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon-bar {
  background: none;
  top: 53%;
}

.slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon-bar:before {
  width: 25px;
}

.slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon-bar:after {
  width: 25px;
}

.slicknav_menu .slicknav_btn .slicknav_icon em {
  background: white;
  left: 18px;
}

.slicknav_menu .slicknav_btn .slicknav_icon em:before {
  background: white;
  width: 24px;
  border-radius: 30px;
}

.slicknav_menu .slicknav_btn .slicknav_icon em:after {
  background: white;
  width: 24px;
  border-radius: 30px;
}

.slicknav_menu .slicknav_nav {
  padding-top: 90px;
}

.slicknav_menu .slicknav_nav .inner-wrapper {
  max-height: 95%;
  overflow: auto;
}

.slicknav_menu .slicknav_nav .inner-wrapper .base-nav {
  padding: 0;
}

.slicknav_menu .slicknav_nav .inner-wrapper .base-nav .outer-list {
  padding: 0 40px;
}

.slicknav_menu .slicknav_nav .inner-wrapper .base-nav .outer-list li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid white;
  font-size: 15px;
  font-weight: 900;
  color: black;
}

.slicknav_menu .slicknav_nav .inner-wrapper .base-nav .outer-list li a {
  font-size: 15px;
  font-weight: 900;
  color: white;
  display: block;
  text-decoration: none;
  padding: 0;
}

.slicknav_menu .slicknav_nav .inner-wrapper .base-nav .outer-list li a::after {
  position: relative;
  top: -2px;
  margin-left: 10px;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
}

.slicknav_menu .slicknav_nav .inner-wrapper .base-nav .outer-list li:last-child {
  margin-bottom: 0;
}

.slicknav_menu .slicknav_nav .inner-wrapper .base-nav .inner-list {
  display: none;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-top: 2em;
  border: 0;
  background: #111;
}

.slicknav_menu .slicknav_nav .inner-wrapper .base-nav .inner-list li.title {
  font-weight: 900;
  font-size: 16px;
  margin: 0 0 1.5em;
  color: white;
  border: 0;
}

.slicknav_menu .slicknav_nav .inner-wrapper .base-nav .inner-list li.title::after {
  height: 2px;
  width: 80px;
  margin: 10px auto 0;
  content: "";
  display: block;
  color: white;
  background: white;
}

.slicknav_menu .slicknav_nav .inner-wrapper .base-nav .inner-list li.title a {
  text-decoration: none;
  color: white;
}

.slicknav_menu .slicknav_nav .inner-wrapper .base-nav .inner-list li.cate {
  font-weight: bold;
  margin-bottom: 1em;
  padding-bottom: 5px;
  border: 0;
  color: white;
}

.slicknav_menu .slicknav_nav .inner-wrapper .base-nav .inner-list li.cate a {
  color: white;
}

.slicknav_menu .slicknav_nav .inner-wrapper .base-nav .inner-list li.cate.mt {
  margin-top: 2.5em;
}

.slicknav_menu .slicknav_nav .inner-wrapper .base-nav .inner-list li.itm {
  margin-bottom: 1em;
  font-size: 13px;
  border: 0;
  color: white;
}

.slicknav_menu .slicknav_nav .inner-wrapper .base-nav .inner-list li.itm a {
  font-size: 13px;
  text-decoration: none;
  color: white;
}

.slicknav_menu .slicknav_nav .inner-wrapper .base-nav .inner-list li.mb {
  margin-bottom: 2em;
}

.sec-intro {
  padding: 20px 0 100px;
}

@media (max-width: 1024px) {
  .sec-intro {
    position: relative;
    margin-top: -100px;
  }
}

@media (max-width: 767px) {
  .sec-intro {
    margin-top: -30px;
    padding: 20px 0 30px;
  }
}

.sec-intro .title {
  display: flex;
  justify-content: center;
}

.sec-intro .title h2 {
  text-align: center;
  font-size: 24px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 900;
  font-style: normal;
  position: relative;
}

@media (max-width: 767px) {
  .sec-intro .title h2 {
    font-size: 18px;
  }
}

.sec-intro .title h2 span {
  font-size: 30px;
}

@media (max-width: 767px) {
  .sec-intro .title h2 span {
    font-size: 18px;
  }
}

.sec-intro .title h2::before {
  content: "";
  background-image: url(../img/sec-info/ico-l.png);
  background-size: 22px 27px;
  width: 22px;
  height: 27px;
  position: absolute;
  left: -50px;
  bottom: 10px;
}

.sec-intro .title h2::after {
  content: "";
  background-image: url(../img/sec-info/ico-r.png);
  background-size: 22px 27px;
  width: 22px;
  height: 27px;
  position: absolute;
  right: -50px;
  bottom: 10px;
}

.sec-intro .loop-area {
  width: 100%;
  margin-top: 55px;
}

@media (max-width: 767px) {
  .sec-intro .loop-area {
    margin-top: 30px;
  }
}

.sec-intro .loop-area ul li {
  margin: 0 20px;
  display: inline-block;
}

@media (max-width: 767px) {
  .sec-intro .loop-area ul li {
    margin: 0 15px;
  }
}

.sec-event {
  background: #f5f5f5;
  padding: 90px 0;
}

@media (max-width: 1200px) {
  .sec-event {
    padding: 90px 20px;
  }
}

@media (max-width: 767px) {
  .sec-event {
    padding: 40px 20px;
  }
}

.sec-event h2 {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .sec-event h2 {
    font-size: 22px;
    margin-bottom: 25px;
  }
}

.sec-event .banner {
  text-align: center;
}

.sec-event .banner img {
  max-width: 100%;
  height: auto;
}

.sec-1 {
  padding: 90px 0;
  position: relative;
  z-index: 10;
}

@media (max-width: 767px) {
  .sec-1 {
    padding: 40px 0;
  }
}

.sec-1::before {
  opacity: .4;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: -1;
  background: #4fb2ae;
  background: -moz-linear-gradient(left, #4fb2ae 0%, #1d96b1 100%);
  background: -webkit-linear-gradient(left, #4fb2ae 0%, #1d96b1 100%);
  background: linear-gradient(to right, #4fb2ae 0%, #1d96b1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fb2ae', endColorstr='#1d96b1',GradientType=1 );
}

.sec-1 .inner {
  position: relative;
  z-index: 1;
}

.sec-1 h2 {
  background-image: url(../img/sec-1/sec-1-balloon.png);
  background-size: 908px 123px;
  width: 908px;
  height: 123px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 10px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 900;
  font-style: normal;
  color: white;
  font-size: 36px;
  letter-spacing: 3px;
  margin: 0 auto 55px;
}

@media (max-width: 1024px) {
  .sec-1 h2 {
    margin: 0 20px 25px;
    width: calc(100% - 40px);
    background-size: 100% 123px;
    font-size: 28px;
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .sec-1 h2 {
    background-image: url(../img/sec-1/sec-1-balloon-sp.png);
    background-size: 335px 108px;
    background-repeat: no-repeat;
    width: 335px;
    height: 108px;
    font-size: 25px;
    margin: 0 auto 25px;
    padding-top: 8px;
    line-height: 1.4;
  }
}

@media (max-width: 360px) {
  .sec-1 h2 {
    background-size: 100% auto;
    width: calc(100% - 40px);
    height: 108px;
    margin: 0 auto 15px;
    font-size: 21px;
    padding-top: 5px;
  }
}

.sec-1 h2 span {
  color: #edfa24;
  font-size: 48px;
}

@media (max-width: 1024px) {
  .sec-1 h2 span {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .sec-1 h2 span {
    font-size: 30px;
  }
}

.sec-1 .row {
  position: relative;
  margin-top: 100px;
}

@media (max-width: 1024px) {
  .sec-1 .row {
    margin-top: 50px;
  }
}

@media (max-width: 360px) {
  .sec-1 .row {
    margin-top: 20px;
  }
}

.sec-1 .illust-area {
  width: 52.4vw;
  background: #b9dbf4;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  border-radius: 0 6px 6px 0;
}

@media (max-width: 1024px) {
  .sec-1 .illust-area {
    width: calc(100% - 20px);
    border-radius: 0 5px 5px 0;
    text-align: center;
  }
  .sec-1 .illust-area img {
    max-width: 100%;
    height: auto;
  }
}

.sec-1 .list-area {
  width: 54vw;
  position: absolute;
  right: 0;
  top: -50px;
  background: rgba(255, 255, 255, 0.8);
  padding: 50px;
  border-radius: 6px 0 0 6px;
  box-shadow: 0px 0px 20px 20px rgba(11, 78, 93, 0.065);
}

@media (max-width: 1200px) {
  .sec-1 .list-area {
    padding: 30px;
  }
}

@media (max-width: 1024px) {
  .sec-1 .list-area {
    position: inherit;
    top: inherit;
    right: inherit;
    width: calc(100% - 20px);
    margin: -10px 0 0 20px;
    box-sizing: border-box;
    padding: 30px 20px;
  }
}

.sec-1 .list-area ul li {
  background-image: url(../img/common/ico-check.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: left 4px;
  padding-left: 40px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 1;
  padding-bottom: 2px;
}

@media (max-width: 1200px) {
  .sec-1 .list-area ul li {
    line-height: 1.4;
    font-size: 16px;
    padding-left: 30px;
    background-size: 18px;
    background-position: left 6px;
  }
}

@media (max-width: 767px) {
  .sec-1 .list-area ul li {
    background-size: 15px;
    background-position: left 7px;
  }
}

@media (max-width: 360px) {
  .sec-1 .list-area ul li {
    font-size: 14px;
    background-position: left 3px;
  }
}

.sec-1 .list-area ul li span {
  font-size: 22px;
}

@media (max-width: 1200px) {
  .sec-1 .list-area ul li span {
    font-size: 19px;
  }
}

@media (max-width: 360px) {
  .sec-1 .list-area ul li span {
    font-size: 16px;
  }
}

.sec-1 .list-area ul li:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  .sec-1 .list-area ul li:not(:last-child) {
    margin-bottom: 15px;
  }
}

.z-10 {
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.z-5 {
  position: relative;
  z-index: 5;
  overflow: hidden;
}

.z-1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.sec-2 {
  position: relative;
  min-height: 1054px;
  /* overflow: hidden; */
  padding-top: 90px;
  z-index: 5;
}

@media (max-width: 767px) {
  .sec-2 {
    padding-top: 40px;
  }
}

.sec-2::before {
  content: "";
  display: block;
  background: #1d96b1;
  transform: skew(0, -10deg);
  position: absolute;
  top: -135%;
  left: 0;
  width: 100%;
  height: 230%;
  z-index: -3;
}

@media (max-width: 767px) {
  .sec-2::before {
    top: -10%;
    height: 110%;
  }
}

.sec-2::after {
  content: "";
  display: block;
  /* opacity: .7; */
  background: #1d96b1;
  background: -moz-linear-gradient(left, #1d96b1 0%, #70c499 100%);
  background: -webkit-linear-gradient(left, #1d96b1 0%, #70c499 100%);
  background: linear-gradient(to right, #1d96b1 0%, #70c499 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d96b1', endColorstr='#70c499',GradientType=1 );
  transform: skew(0, 10deg);
  position: absolute;
  top: -135%;
  right: 0;
  width: 100%;
  height: 230%;
  z-index: -2;
}

@media (max-width: 767px) {
  .sec-2::after {
    background: #1d96b1;
    background: -moz-linear-gradient(-45deg, #1d96b1 49%, #70c499 100%);
    background: -webkit-linear-gradient(-45deg, #1d96b1 49%, #70c499 100%);
    background: linear-gradient(135deg, #1d96b1 49%, #70c499 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d96b1', endColorstr='#70c499',GradientType=1 );
    top: -10%;
    height: 110%;
  }
}

.sec-2 .cover {
  position: absolute;
  top: -210px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: -1;
  mix-blend-mode: multiply;
}
.site-main-area .cover img,
.sec-2 .cover img{
  max-width: none;
}

@media (max-width: 767px) {
  .sec-2 .cover {
    top: 0;
    left: 0;
    width: 100%;
    transform: none;
  }
  .sec-2 .cover img {
    max-width: 100%;
  }
}

.sec-2 .inner {
  z-index: 1;
  position: relative;
}

.sec-2 .inner h2.ttl {
  font-size: 40px;
  color: white;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 900;
  font-style: normal;
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: 2px;
}

@media (max-width: 1024px) {
  .sec-2 .inner h2.ttl {
    font-size: 34px;
    letter-spacing: 1px;
  }
}

@media (max-width: 767px) {
  .sec-2 .inner h2.ttl {
    font-size: 27px;
    letter-spacing: 1px;
  }
}

.sec-2 .inner h2.ttl span {
  color: #dcf86c;
  font-size: 50px;
}

@media (max-width: 767px) {
  .sec-2 .inner h2.ttl span {
    font-size: 35px;
  }
}

.sec-2 .inner h2.ttl + p {
  text-align: center;
  color: white;
  font-size: 18px;
  margin-bottom: 40px;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .sec-2 .inner h2.ttl + p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .sec-2 .inner h2.ttl + p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.sec-2 .inner .row {
  display: flex;
  align-items: center;
}

@media (max-width: 1024px) {
  .sec-2 .inner .row {
    display: block;
  }
}

.sec-2 .inner .row .draw {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

@media (max-width: 1024px) {
  .sec-2 .inner .row .draw {
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .sec-2 .inner .row .draw {
    padding: 0 20px;
  }
}

.sec-2 .inner .row .draw img {
  display: block;
  margin-right: 80px;
  max-width: 100%;
  height: auto;
}

@media (max-width: 1024px) {
  .sec-2 .inner .row .draw img {
    margin-right: 0;
  }
}

.sec-2 .inner .row .cate-area {
  width: 50%;
}

@media (max-width: 1024px) {
  .sec-2 .inner .row .cate-area {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
  }
}

@media (max-width: 1024px) {
  .sec-2 .inner .row .cate-area .list {
    width: calc(100% - 20px);
  }
}

.sec-2 .inner .row .cate-area .list li {
  background: white;
  border-radius: 10px 0 0 10px;
  margin-bottom: 10px;
  position: relative;
  padding: 15px 0 25px 45px;
}

@media (max-width: 767px) {
  .sec-2 .inner .row .cate-area .list li {
    padding: 15px 0 25px 25px;
  }
}

.sec-2 .inner .row .cate-area .list li::before {
  content: "";
  display: block;
  width: 25px;
  height: 5px;
  border-radius: 4px;
  background: #1d96b1;
  position: absolute;
  left: 0;
  top: 32px;
}

@media (max-width: 767px) {
  .sec-2 .inner .row .cate-area .list li::before {
    width: 12px;
    height: 3px;
    top: 29px;
  }
}

.sec-2 .inner .row .cate-area .list li h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #1d96b1;
}

@media (max-width: 767px) {
  .sec-2 .inner .row .cate-area .list li h3 {
    font-size: 18px;
  }
}

.sec-2 .inner .row .cate-area .list li p {
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .sec-2 .inner .row .cate-area .list li p {
    font-size: 12px;
  }
}

.sec-2 .inner .entry {
  text-align: center;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .sec-2 .inner .entry {
    padding: 0 20px;
    margin-top: 20px;
  }
}

.sec-2 .inner .entry img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .sec-2 .inner .entry img {
    margin-right: -5px;
  }
}

.sec-3 {
  top: -155px;
  position: relative;
  z-index: 3;
  padding-bottom: 200px;
}

@media (max-width: 767px) {
  .sec-3 {
    top: -105px;
  }
}

.sec-3::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  opacity: .4;
  background: #1d96b1;
  background: -moz-linear-gradient(-45deg, #1d96b1 0%, #82d9d6 100%);
  background: -webkit-linear-gradient(-45deg, #1d96b1 0%, #82d9d6 100%);
  background: linear-gradient(135deg, #1d96b1 0%, #82d9d6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d96b1', endColorstr='#82d9d6',GradientType=1 );
  transform: skew(0, 10deg);
}

@media (max-width: 767px) {
  .sec-3::before {
    background: none;
  }
}

.sec-3 .inner {
  padding-top: 180px;
}

@media (max-width: 1024px) {
  .sec-3 .inner {
    padding: 180px 20px 0;
  }
}

.sec-3 h2 {
  font-weight: 900;
  font-size: 36px;
  margin-bottom: 45px;
  text-align: center;
}

@media (max-width: 767px) {
  .sec-3 h2 {
    margin-bottom: 135px;
    font-size: 22px;
  }
}

.sec-3 .num {
  position: relative;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 0px 20px 20px rgba(11, 78, 93, 0.065);
  background: white;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .sec-3 .num {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 80px;
  }
}

.sec-3 .num + .num {
  margin-top: 50px;
}

.sec-3 .num .sp-bal {
  display: none;
}

@media (max-width: 767px) {
  .sec-3 .num .sp-bal {
    width: 100vw;
    height: auto;
    margin: 0 calc(50% - 50vw);
    position: absolute;
    left: 0;
    top: -7%;
    display: block;
    z-index: 1;
  }
}

.sec-3 .num .list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .sec-3 .num .list li {
    display: block;
  }
}

.sec-3 .num .list li:not(:last-child) {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .sec-3 .num .list li:not(:last-child) {
    margin-bottom: 30px;
  }
}

.sec-3 .num .list li .draw {
  width: 425px;
}

@media (max-width: 1024px) {
  .sec-3 .num .list li .draw {
    width: 340px;
  }
  .sec-3 .num .list li .draw img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 767px) {
  .sec-3 .num .list li .draw {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}

.sec-3 .num .list li .txt-area {
  width: calc(100% - 450px);
}

@media (max-width: 1024px) {
  .sec-3 .num .list li .txt-area {
    width: calc(100% - 365px);
  }
}

@media (max-width: 767px) {
  .sec-3 .num .list li .txt-area {
    width: 100%;
  }
}

.sec-3 .num .list li .txt-area h4 {
  font-size: 18px;
  font-weight: 700;
  color: #7e7e7e;
  margin-bottom: 5px;
}

@media (max-width: 1024px) {
  .sec-3 .num .list li .txt-area h4 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .sec-3 .num .list li .txt-area h4 {
    font-size: 12px;
  }
}

.sec-3 .num .list li .txt-area p {
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .sec-3 .num .list li .txt-area p {
    font-size: 12px;
  }
}

.sec-3 .num .list li .txt-area p strong {
  font-size: 18px;
}

@media (max-width: 1024px) {
  .sec-3 .num .list li .txt-area p strong {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .sec-3 .num .list li .txt-area p strong {
    font-size: 14px;
  }
}

.sec-3 .num .list li .txt-area p sup {
  vertical-align: super;
  font-size: 10px;
  font-weight: 700;
}

.sec-3 .num .list li:nth-child(even) .txt-area {
  order: 0;
}

.sec-3 .num .list li:nth-child(even) .draw {
  order: 1;
}

.sec-3 .num1 {
  padding-top: 160px;
}

@media (max-width: 767px) {
  .sec-3 .num1 {
    padding-top: 30%;
  }
}

@media (max-width: 767px) {
  .sec-3 .num1 .sp-bal {
    top: -8%;
  }
}

.sec-3 .num1 h3 {
  position: absolute;
  left: -10px;
  top: -10px;
  text-align: center;
  background-image: url(../img/sec-3/ttl1@2x.png);
  background-repeat: no-repeat;
  background-size: 1020px 141px;
  background-position: 0;
  width: 1020px;
  height: 141px;
}

@media (max-width: 1024px) {
  .sec-3 .num1 h3 {
    background-size: 100% auto;
    width: calc(100% + 20px);
  }
}

@media (max-width: 767px) {
  .sec-3 .num1 h3 {
    background-image: url(../img/sec-3/ttl-sp.png);
    height: 0;
    padding-top: 32%;
  }
}

.sec-3 .num1 h3 span {
  display: block;
  padding-top: 66px;
  color: white;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 28px;
}

@media (max-width: 767px) {
  .sec-3 .num1 h3 span {
    padding: 0;
    margin-top: -15%;
    font-size: 18px;
  }
}

.sec-3 .num2 {
  padding-top: 160px;
}

@media (max-width: 767px) {
  .sec-3 .num2 {
    padding-top: 30%;
  }
}

@media (max-width: 767px) {
  .sec-3 .num2 .sp-bal {
    top: -19%;
  }
}

.sec-3 .num2 h3 {
  position: absolute;
  left: -10px;
  top: -10px;
  text-align: center;
  background-image: url(../img/sec-3/ttl2@2x.png);
  background-repeat: no-repeat;
  background-size: 1020px 148px;
  background-position: 0;
  width: 1020px;
  height: 148px;
}

@media (max-width: 1024px) {
  .sec-3 .num2 h3 {
    background-size: 100% auto;
    width: calc(100% + 20px);
  }
}

@media (max-width: 767px) {
  .sec-3 .num2 h3 {
    background-image: url(../img/sec-3/ttl-sp.png);
    height: 0;
    padding-top: 32%;
  }
}

.sec-3 .num2 h3 span {
  display: block;
  padding-top: 63px;
  color: white;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 28px;
}

@media (max-width: 767px) {
  .sec-3 .num2 h3 span {
    padding: 0;
    margin-top: -15%;
    font-size: 18px;
  }
}

.sec-3 .num3 {
  padding-top: 165px;
}

@media (max-width: 767px) {
  .sec-3 .num3 {
    padding-top: 35%;
  }
}

@media (max-width: 767px) {
  .sec-3 .num3 .sp-bal {
    top: -9%;
  }
}

.sec-3 .num3 h3 {
  position: absolute;
  left: -10px;
  top: 10px;
  text-align: center;
  background-image: url(../img/sec-3/ttl3@2x.png);
  background-repeat: no-repeat;
  background-size: 1020px 111px;
  background-position: 0;
  width: 1020px;
  height: 111px;
}

@media (max-width: 1024px) {
  .sec-3 .num3 h3 {
    background-size: 100% auto;
    width: calc(100% + 20px);
  }
}

@media (max-width: 767px) {
  .sec-3 .num3 h3 {
    background-image: url(../img/sec-3/ttl-sp.png);
    height: 0;
    padding-top: 32%;
  }
}

.sec-3 .num3 h3 span {
  display: block;
  padding-top: 44px;
  color: white;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 28px;
}

@media (max-width: 767px) {
  .sec-3 .num3 h3 span {
    padding: 0;
    margin-top: -15%;
    font-size: 18px;
  }
}

.sec-4 {
  position: relative;
  z-index: 6;
  top: -154px;
}

.sec-4::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  transform: skew(0, -10deg);
  background: #1d96b1;
  background: -moz-linear-gradient(-45deg, #1d96b1 0%, #70c499 100%);
  background: -webkit-linear-gradient(-45deg, #1d96b1 0%, #70c499 100%);
  background: linear-gradient(135deg, #1d96b1 0%, #70c499 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d96b1', endColorstr='#70c499',GradientType=1 );
}

.sec-4::after {
  content: "";
  display: block;
  /* opacity: .7; */
  background: rgba(255, 255, 255, 0.6);
  transform: skew(0, 10deg);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.sec-4 .entry {
  text-align: center;
  position: relative;
  z-index: 2;
  top: -130px;
}

@media (max-width: 767px) {
  .sec-4 .entry {
    padding: 0 20px;
  }
}

.sec-4 .entry img {
  max-width: 100%;
  height: auto;
}

.sec-4 .entry2 {
  text-align: center;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .sec-4 .entry2 {
    padding: 0 20px;
  }
}

.sec-4 .entry2 img {
  max-width: 100%;
  height: auto;
}

.sec-4 h2 {
  text-align: center;
  font-weight: 900;
  font-size: 36px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .sec-4 h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.sec-4 .inner {
  position: relative;
  z-index: 6;
  top: -50px;
}

@media (max-width: 767px) {
  .sec-4 .inner {
    top: -40px;
  }
}

.sec-4 .case-slide-wrapper {
  position: relative;
  max-width: 1200px;
  margin: auto;
}

@media (max-width: 1023px) {
  .sec-4 .case-slide-wrapper {
    width: calc(100% - 60px);
  }
}

.sec-4 .case-slide-wrapper .case-swiper-container {
  max-width: 1000px;
  overflow: hidden;
  margin: auto;
  overflow: hidden;
}

.sec-4 .case-slide-wrapper .case-swiper-container .swiper-slide {
  height: 100%;
}

.sec-4 .case-slide-wrapper .case-swiper-container .swiper-slide .slide-inner{
    height: 100%;
    background: white;
	padding: 50px 20px;
	box-sizing: border-box;
	  border-radius: 10px;
  box-shadow: 0px 0px 20px 20px rgba(11, 78, 93, 0.015);

    }

.sec-4 .case-slide-wrapper .case-swiper-container .swiper-slide .logo {
  text-align: center;
  margin-bottom: 65px;
  width: 100%;
}

@media (max-width: 767px) {
  .sec-4 .case-slide-wrapper .case-swiper-container .swiper-slide .logo {
    margin-bottom: 50px;
  }
}

.sec-4 .case-slide-wrapper .case-swiper-container .swiper-slide .logo img {
  max-width: 100%;
  height: auto;
}

.sec-4 .case-slide-wrapper .case-swiper-container .swiper-slide p {
  font-size: 14px;
  font-weight: 700;
  width: 100%;
}

@media (max-width: 767px) {
  .sec-4 .case-slide-wrapper .case-swiper-container .swiper-slide p {
    font-size: 12px;
  }
}

.sec-4 .case-slide-wrapper .case-swiper-container .swiper-slide p span {
  font-size: 18px;
}

@media (max-width: 767px) {
  .sec-4 .case-slide-wrapper .case-swiper-container .swiper-slide p span {
    font-size: 14px;
  }
}

.sec-5 {
  z-index: 4;
  position: relative;
  top: -154px;
  padding-bottom: 450px;
}

@media (max-width: 767px) {
  .sec-5 {
    padding-bottom: 380px;
  }
}

.sec-5::before {
  content: "";
  display: block;
  background: #82d9d6;
  background: -moz-linear-gradient(left, #82d9d6 0%, #1d96b1 100%, #1d96b1 100%);
  background: -webkit-linear-gradient(left, #82d9d6 0%, #1d96b1 100%, #1d96b1 100%);
  background: linear-gradient(to right, #82d9d6 0%, #1d96b1 100%, #1d96b1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82d9d6', endColorstr='#1d96b1',GradientType=1 );
  transform: skew(0, 10deg);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  opacity: .5;
}

.sec-5 .inner {
  position: relative;
  z-index: 5;
  padding-top: 110px;
}

@media (max-width: 767px) {
  .sec-5 .inner {
    padding-top: 80px;
  }
}

.sec-5 h2 {
  font-weight: 900;
  font-size: 36px;
  margin-bottom: 90px;
  text-align: center;
}

@media (max-width: 767px) {
  .sec-5 h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

.sec-5 .row {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: auto;
}

@media (max-width: 1024px) {
  .sec-5 .row {
    flex-wrap: wrap;
    padding: 0 20px;
  }
}

.sec-5 .row .num {
  background: white;
  border-radius: 10px;
  position: relative;
  width: 24%;
  min-height: 350px;
  box-shadow: 0px 0px 20px 20px rgba(11, 78, 93, 0.065);
}

@media (max-width: 1024px) {
  .sec-5 .row .num {
    min-height: 280px;
  }
}

@media (max-width: 767px) {
  .sec-5 .row .num {
    font-size: 22px;
    width: 49%;
    margin-bottom: 30px;
    min-height: 200px;
  }
}

.sec-5 .row .num::before {
  background-position: 0;
  background-size: 82px;
  background-repeat: no-repeat;
  display: block;
  width: 82px;
  height: 82px;
  position: absolute;
  left: 50%;
  margin-left: -41px;
  top: -58px;
}

@media (max-width: 767px) {
  .sec-5 .row .num::before {
    background-size: 45px;
    width: 45px;
    height: 45px;
    left: 50%;
    margin-left: -24.5px;
    top: -27px;
  }
}

.sec-5 .row .num:nth-child(1)::before {
  content: "";
  background-image: url(../img/sec-5/ico-1.png);
}

.sec-5 .row .num:nth-child(2)::before {
  content: "";
  background-image: url(../img/sec-5/ico-2.png);
}

.sec-5 .row .num:nth-child(3)::before {
  content: "";
  background-image: url(../img/sec-5/ico-3.png);
}

.sec-5 .row .num:nth-child(4)::before {
  content: "";
  background-image: url(../img/sec-5/ico-4.png);
}

.sec-5 .row .num h3 {
  border-radius: 10px 10px 0 0;
  background: #32a2ab;
  background: -moz-linear-gradient(left, #32a2ab 0%, #1d96b1 100%, #1d96b1 100%);
  background: -webkit-linear-gradient(left, #32a2ab 0%, #1d96b1 100%, #1d96b1 100%);
  background: linear-gradient(to right, #32a2ab 0%, #1d96b1 100%, #1d96b1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32a2ab', endColorstr='#1d96b1',GradientType=1 );
  line-height: 1;
  padding: 30px 0;
  text-align: center;
  color: white;
  font-weight: 700;
  font-size: 20px;
}

@media (max-width: 1024px) {
  .sec-5 .row .num h3 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .sec-5 .row .num h3 {
    padding: 0;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.3;
  }
}

.sec-5 .row .num ul {
  padding: 30px;
}

@media (max-width: 1024px) {
  .sec-5 .row .num ul {
    padding: 20px;
  }
}

.sec-5 .row .num ul li {
  font-weight: 700;
  font-size: 14px;
  padding-left: 18px;
  position: relative;
}

@media (max-width: 767px) {
  .sec-5 .row .num ul li {
    font-size: 12px;
  }
}

.sec-5 .row .num ul li:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .sec-5 .row .num ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}

.sec-5 .row .num ul li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #1d96b1;
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .sec-5 .row .num ul li::before {
    top: 5px;
  }
}

.sec-6 {
  background: #1d96b1;
  background: -moz-linear-gradient(-45deg, #1d96b1 0%, #4fb2a3 100%);
  background: -webkit-linear-gradient(-45deg, #1d96b1 0%, #4fb2a3 100%);
  background: linear-gradient(135deg, #1d96b1 0%, #4fb2a3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d96b1', endColorstr='#4fb2a3',GradientType=1 );
  position: relative;
  overflow: hidden;
  padding: 80px 0;
  margin-top: -500px;
  z-index: 5;
}

@media (max-width: 767px) {
  .sec-6 {
    padding: 40px 0;
  }
}

.sec-6::before {
  content: "";
  background-image: url(../img/sec-6/cover.png);
  background-position: center top;
  background-size: 1576px 1155px;
  width: 100%;
  height: 1155px;
  position: absolute;
  z-index: 0;
  top: -130px;
  mix-blend-mode: multiply;
}

@media (max-width: 767px) {
  .sec-6::before {
    background-image: url(../img/sec-6/cover-sp.png);
    background-size: 100% auto;
    height: 100%;
  }
}

.sec-6 .inner {
  position: relative;
  z-index: 2;
  max-width: 830px;
  margin: auto;
}

@media (max-width: 1024px) {
  .sec-6 .inner {
    padding: 0 20px;
    max-width: inherit;
    width: 100%;
  }
}

.sec-6 h2 {
  font-weight: 900;
  font-size: 36px;
  margin-bottom: 50px;
  text-align: center;
  color: white;
  letter-spacing: 5px;
}

@media (max-width: 767px) {
  .sec-6 h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.sec-6 table {
  border-collapse: collapse;
  margin: auto;
  table-layout: fixed;
}

@media (max-width: 767px) {
  .sec-6 table {
    width: 100%;
  }
}

.sec-6 table thead th {
  background: none;
  padding: 0;
}

.sec-6 table thead th .wrap {
  background: white;
  border-radius: 10px 10px 0 0;
  padding: 15px 25px;
  font-size: 27px;
  font-weight: 900;
  text-align: center;
  border-bottom: 1px solid #1d96b1;
}

@media (max-width: 767px) {
  .sec-6 table thead th .wrap {
    font-size: 19px;
    padding: 10px 15px;
  }
}

.sec-6 table thead th .wrap strong {
  font-size: 34px;
}

@media (max-width: 767px) {
  .sec-6 table thead th .wrap strong {
    font-size: 19px;
  }
}

.sec-6 table thead th .wrap small {
  font-size: 18px;
  font-weight: 900;
}

@media (max-width: 767px) {
  .sec-6 table thead th .wrap small {
    font-size: 11px;
  }
}

.sec-6 table .col1 {
  width: 20px;
}

@media (max-width: 767px) {
  .sec-6 table .col1 {
    width: 120px;
    font-size: 15px;
    padding: 10px 0;
    box-sizing: border-box;
  }
}

.sec-6 table tbody tr:nth-child(odd) {
  background: #eee;
}

.sec-6 table tbody tr:nth-child(even) {
  background: white;
}

.sec-6 table tbody tr th {
  border-right: 1px solid #1d96b1;
  padding: 20px 0;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  width: 170px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .sec-6 table tbody tr th {
    width: 120px;
    font-size: 15px;
    padding: 10px 0;
    box-sizing: border-box;
  }
}

.sec-6 table tbody tr td {
  padding: 20px 30px 20px 40px;
  font-size: 18px;
}

@media (max-width: 767px) {
  .sec-6 table tbody tr td {
    font-size: 15px;
    padding: 10px;
    text-align: center;
  }
}

.sec-6 table tbody tr td small {
  font-size: 16px;
}

@media (max-width: 767px) {
  .sec-6 table tbody tr td small {
    font-size: 12px;
  }
}

.sec-6 .bottom-txt {
  color: white;
  text-align: center;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .sec-6 .bottom-txt {
    font-size: 10px;
    margin-top: 20px;
  }
}

.sec-7 {
  position: relative;
  z-index: 5;
}

.sec-7::before {
  content: "";
  background: #b9e3e4;
  background: -moz-linear-gradient(-45deg, #b9e3e4 0%, #90c8d6 100%);
  background: -webkit-linear-gradient(-45deg, #b9e3e4 0%, #90c8d6 100%);
  background: linear-gradient(135deg, #b9e3e4 0%, #90c8d6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9e3e4', endColorstr='#90c8d6',GradientType=1 );
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
}

.sec-7 .inner {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: auto;
  padding: 90px 0;
}

@media (max-width: 767px) {
  .sec-7 .inner {
    padding: 40px 20px;
  }
}

.sec-7 h2 {
  font-weight: 900;
  font-size: 36px;
  margin-bottom: 50px;
  text-align: center;
  letter-spacing: 3px;
}

@media (max-width: 767px) {
  .sec-7 h2 {
    font-size: 22px;
    margin-bottom: 10px;
    letter-spacing: 1px;
  }
}

.sec-7 .att-area {
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .sec-7 .att-area {
    margin-bottom: 20px;
  }
}

.sec-7 .att-area p {
  background: #dcf86c;
  padding: 10px 35px;
  font-size: 20px;
  font-weight: 900;
}

@media (max-width: 767px) {
  .sec-7 .att-area p {
    font-size: 15px;
    padding: 5px 20px;
    box-sizing: border-box;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .sec-7 .att-area p {
    width: 100%;
  }
}

.sec-7 .att-area p strong {
  font-size: 28px;
}

@media (max-width: 767px) {
  .sec-7 .att-area p strong {
    font-size: 18px;
  }
}

.sec-7 .flow-area {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .sec-7 .flow-area {
    max-width: 800px;
    margin: auto;
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .sec-7 .flow-area {
    max-width: 380px;
    padding: 0;
  }
}

.sec-7 .flow-area .num h3 {
  background: #dde9ee;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .sec-7 .flow-area .num h3 {
    padding: 5px;
    border-radius: 5px;
    font-size: 14px;
    margin-bottom: 20px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 360px) {
  .sec-7 .flow-area .num h3 {
    font-size: 12px;
  }
}

.sec-7 .flow-area .num ul {
  display: flex;
}
@media (max-width: 1024px) {
  .sec-7 .flow-area .num ul {
    justify-content: space-between;
  }
}

.sec-7 .flow-area .num ul li {
  width: 150px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #dedede;
  box-shadow: 0px 0px 20px 20px rgba(11, 78, 93, 0.065);
  border-radius: 10px;
  background: white;
  position: relative;
}

@media (max-width: 1024px) {
  .sec-7 .flow-area .num ul li {
    width: 43%;
    height: 80px;
  }
  .sec-7 .flow-area .num2 ul li {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .sec-7 .flow-area .num ul li {
    height: auto;
    min-height: 290px;
    border: 2px solid #dedede;
    border-radius: 5px;
    width: 44%;
  }
  .sec-7 .flow-area .num2 ul li {
    width: 100%;
  }
}

.sec-7 .flow-area .num ul li p {
  color: #1d96b1;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 1024px) {
  .sec-7 .flow-area .num ul li p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .sec-7 .flow-area .num ul li p {
    -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
    padding: 10px;
    font-size: 16px;
    text-align: center;
    font-feature-settings: "palt";
  }
  .sec-7 .flow-area .num ul li p .dot{
-webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
    }
}

@media (max-width: 480px) {
  .sec-7 .flow-area .num ul li p {
    writing-mode: vertical-rl;
    padding: 10px 7px;
  }
}


.sec-7 .flow-area .num ul li:not(:last-child) {
  margin-right: 60px;
}

@media (max-width: 1024px) {
  .sec-7 .flow-area .num ul li:not(:last-child) {
    margin-right: 0;
  }
}





.sec-7 .flow-area .num ul li:not(:last-child)::after {
  content: "";
  background-image: url(../img/sec-7/arrow.png);
  background-size: 40px 26px;
  background-repeat: no-repeat;
  display: block;
  width: 40px;
  height: 26px;
  position: absolute;
  right: -52px;
  top: 35px;
}

@media (max-width: 1024px) {
  .sec-7 .flow-area .num ul li:not(:last-child)::after {
    background-size: 15px auto;
    background-repeat: no-repeat;
    display: block;
    width: 15px;
    height: 12px;
    position: absolute;
    right: -25%;
    top: 50%;
    margin-top: -6px;
  }
}
@media (max-width: 767px) {
  .sec-7 .flow-area .num ul li:not(:last-child)::after {
    right: -33%;
  }
}
@media (max-width: 360px) {
  .sec-7 .flow-area .num ul li:not(:last-child)::after {
    right: -33%;
    background-size: 12px auto;
    width: 12px;
    height: 9px;
    right: -35%;
    margin-top: -4px;
  }
}
.sec-7 .flow-area .num1 ul li::after {
  content: "";
  background-image: url(../img/sec-7/arrow.png);
  background-size: 40px 26px;
  background-repeat: no-repeat;
  display: block;
  width: 40px;
  height: 26px;
  position: absolute;
  right: -52px;
  top: 35px;
}

@media (max-width: 1024px) {
  .sec-7 .flow-area .num1 ul li::after {
    background-size: 15px auto;
    background-repeat: no-repeat;
    width: 15px;
    height: 12px;
    position: absolute;
    right: -25%;
    top: 50%;
    margin-top: -6px;
  }
}
@media (max-width: 767px) {
  .sec-7 .flow-area .num1 ul li::after {
    right: -33%;
  }
}
@media (max-width: 360px) {
  .sec-7 .flow-area .num1 ul li::after {
    right: -33%;
    background-size: 12px auto;
    width: 12px;
    height: 9px;
    right: -35%;
    margin-top: -4px;
  }
}


.sec-7 .flow-area .num2 ul li::after {
  content: "";
  background-image: url(../img/sec-7/arrow.png);
  background-size: 40px 26px;
  background-repeat: no-repeat;
  display: block;
  width: 40px;
  height: 26px;
  position: absolute;
  right: -52px;
  top: 35px;
}

@media (max-width: 1024px) {
  .sec-7 .flow-area .num2 ul li::after {
    background-size: 15px auto;
    background-repeat: no-repeat;
    width: 15px;
    height: 12px;
    position: absolute;
    right: -25%;
    top: 50%;
    margin-top: -6px;
  }
}
@media (max-width: 767px) {
  .sec-7 .flow-area .num2 ul li::after {
    right: -33%;
  }
}
@media (max-width: 360px) {
  .sec-7 .flow-area .num2 ul li::after {
    right: -33%;
    background-size: 12px auto;
    width: 12px;
    height: 9px;
    right: -35%;
    margin-top: -4px;
  }
}

@media (max-width: 1024px) {
.sec-7 .flow-area .num1,.sec-7 .flow-area .num3{
	width: 36.5%;
	}
.sec-7 .flow-area .num2{
	width: 16.5%;
	}	
}
.entry-form {
  background: #1d96b1;
  background: -moz-linear-gradient(-45deg, #1d96b1 0%, #3ca7a8 100%);
  background: -webkit-linear-gradient(-45deg, #1d96b1 0%, #3ca7a8 100%);
  background: linear-gradient(135deg, #1d96b1 0%, #3ca7a8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d96b1', endColorstr='#3ca7a8',GradientType=1 );
  padding: 90px 0;
}

@media (max-width: 767px) {
  .entry-form {
    padding: 40px 0;
  }
}

.entry-form .inner {
  width: 1000px;
  margin: auto;
  color: white;
  font-size: 18px;
}

@media (max-width: 1024px) {
  .entry-form .inner {
    width: 100%;
    font-size: 15px;
    padding: 0 20px;
    box-sizing: border-box;
  }
}

.entry-form h2 {
  font-weight: 900;
  font-size: 36px;
  margin-bottom: 50px;
  text-align: center;
  letter-spacing: 3px;
  color: white;
}

@media (max-width: 767px) {
  .entry-form h2 {
    font-size: 22px;
    margin-bottom: 10px;
    letter-spacing: 2px;
  }
}

.entry-form .att-txt {
  color: #f8e67f;
  font-size: 16px;
  margin-bottom: 35px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .entry-form .att-txt {
    margin-bottom: 25px;
  }
}

.entry-form .require {
  color: #f8e67f;
  vertical-align: super;
  font-size: 10px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .entry-form .require {
    font-size: 9px;
  }
}

.entry-form .form-tbl {
  width: 100%;
}

.entry-form .form-tbl th {
  width: 190px;
  font-weight: normal;
  font-size: 18px;
  padding: 15px 0;
}

@media (max-width: 767px) {
  .entry-form .form-tbl th {
    width: 100%;
    display: block;
    font-size: 15px;
    padding: 0 0 5px;
  }
}

.entry-form .form-tbl td {
  font-weight: normal;
  font-size: 18px;
  padding: 15px 0;
}

@media (max-width: 767px) {
  .entry-form .form-tbl td {
    font-size: 15px;
    padding: 0 0 20px;
    width: 100%;
    display: block;
  }
}

.entry-form .form-tbl td input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 20px;
  background: white;
  border-radius: 10px;
  box-sizing: border-box;
  width: 100%;
}

@media (max-width: 767px) {
  .entry-form .form-tbl td input {
    padding: 10px;
    border-radius: 5px;
  }
}

.entry-form .form-tbl td textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 20px;
  background: white;
  border-radius: 10px;
  box-sizing: border-box;
  width: 100%;
  min-height: 130px;
}

@media (max-width: 767px) {
  .entry-form .form-tbl td textarea {
    padding: 10px;
    border-radius: 5px;
  }
}

.entry-form .form-tbl td .radio-cate {
  margin: 0 20px 0 0 !important;
}

.entry-form .form-tbl td .radio-input {
  /*   display: none; */
  opacity: 0;
  position: absolute;
}

.entry-form .form-tbl td .radio-input + label {
  padding-left: 35px;
  position: relative;
}

@media (max-width: 767px) {
  .entry-form .form-tbl td .radio-input + label {
    padding-left: 25px;
  }
}

.entry-form .form-tbl td .radio-input + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: white;
}

@media (max-width: 767px) {
  .entry-form .form-tbl td .radio-input + label::before {
    width: 14px;
    height: 14px;
    top: 4px;
  }
}

.entry-form .form-tbl td .radio-input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 15px;
  height: 15px;
  background: #ea950f;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .entry-form .form-tbl td .radio-input:checked + label::after {
    width: 8px;
    height: 8px;
    top: 7px;
    left: 3px;
  }
}

.entry-form .form-tbl td .flex {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.entry-form .form-tbl td label {
  position: relative;
}

.entry-form .form-tbl td .check-inp {
  /*    display: none;  */
  opacity: 0;
  position: absolute;
}

.entry-form .form-tbl td .check-parts {
  position: relative;
}

.entry-form .form-tbl td .check-parts::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  background: white;
  margin-right: 0.5em;
  position: relative;
  top: 5px;
}

@media (max-width: 767px) {
  .entry-form .form-tbl td .check-parts::before {
    width: 14px;
    height: 14px;
    top: 2px;
    border-radius: 3px;
  }
}

.entry-form .form-tbl td .check-inp:checked + .check-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 5px;
  width: 15px;
  height: 22px;
  transform: rotate(40deg);
  border-bottom: 5px solid #1d96b1;
  border-right: 5px solid #1d96b1;
}

@media (max-width: 767px) {
  .entry-form .form-tbl td .check-inp:checked + .check-parts::after {
    top: 4px;
    left: 2px;
    width: 10px;
    height: 12px;
    border-bottom: 3px solid #1d96b1;
    border-right: 3px solid #1d96b1;
  }
}



.entry-form .agree-area {
  text-align: center;
  margin: 50px;
  position: relative;
}

@media (max-width: 767px) {
  .entry-form .agree-area {
    margin: 0 0 20px;
  }
}

.entry-form .agree-area a {
  color: #f8e67f;
  text-decoration: underline;
}

.entry-form .agree-area .consent-area {
  margin-top: 20px;
}

.entry-form .agree-area .consent-area label {
  position: relative;
}

.entry-form .agree-area .consent-area .check-inp {
  /*    display: none;  */
  opacity: 0;
  position: absolute;
}

.entry-form .agree-area .consent-area .check-parts {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
}

.entry-form .agree-area .consent-area .check-parts::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  background: white;
  margin-right: 0.5em;
  position: relative;
  top: 5px;
}

@media (max-width: 767px) {
  .entry-form .agree-area .consent-area .check-parts::before {
    width: 14px;
    height: 14px;
    top: 2px;
    border-radius: 3px;
  }
}

.entry-form .agree-area .consent-area .check-inp:checked + .check-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 25px;
  width: 15px;
  height: 22px;
  transform: rotate(40deg);
  border-bottom: 5px solid #1d96b1;
  border-right: 5px solid #1d96b1;
}

@media (max-width: 767px) {
  .entry-form .agree-area .consent-area .check-inp:checked + .check-parts::after {
    top: 4px;
    left: 22px;
    width: 10px;
    height: 12px;
    border-bottom: 3px solid #1d96b1;
    border-right: 3px solid #1d96b1;
  }
}

.entry-form .confirm_btm {
  width: 454px;
  height: 80px;
  margin: auto;
  background: #ea950f;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-weight: 700;
  font-size: 24px;
  box-shadow: 0px 0px 20px 20px rgba(11, 78, 93, 0.065);
  cursor: pointer;
}

@media (max-width: 767px) {
  .entry-form .confirm_btm {
    width: 225px;
    height: 50px;
    font-size: 14px;
  }
}

.entry-form .confirm_btm img {
  position: absolute;
  right: 60px;
  top: 50%;
  margin-top: -15px;
}

@media (max-width: 767px) {
  .entry-form .confirm_btm img {
    width: 15px;
    height: auto;
    right: 25px;
    top: 50%;
    margin-top: -7.5px;
  }
}

.entry-form .popup_confirm {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 10;
}

.entry-form .popup_confirm .popup_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
  background: #fff;
  width: 830px;
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 40px;
}

@media (max-width: 840px) {
  .entry-form .popup_confirm .popup_inner {
    width: calc(100% - 40px);
  }
}

@media (max-width: 767px) {
  .entry-form .popup_confirm .popup_inner {
    border-radius: 5px;
  }
}

.entry-form .popup_confirm .popup_inner #popup_ttl {
  font-size: 30px;
  text-align: center;
  color: #fff;
  background: #1d96b1;
  padding: 30px;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .entry-form .popup_confirm .popup_inner #popup_ttl {
    font-size: 24px;
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .entry-form .popup_confirm .popup_inner #popup_ttl {
    font-size: 19px;
  }
}

.entry-form .popup_confirm .popup_inner .mes {
  color: black;
  font-weight: 700;
  margin: 40px 0;
  text-align: center;
  font-size: 24px;
}

@media (max-width: 1024px) {
  .entry-form .popup_confirm .popup_inner .mes {
    margin: 30px 0;
    font-size: 19px;
  }
}

.entry-form .popup_confirm .popup_inner .flex {
  display: flex;
  justify-content: center;
}

.entry-form .popup_confirm .popup_inner .flex .base {
  background: #ea950f;
  width: 250px;
  height: 80px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: 700;
  font-size: 24px;
  margin: 0 10px;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .entry-form .popup_confirm .popup_inner .flex .base {
    width: 45%;
    height: 60px;
    font-size: 19px;
  }
}

@media (max-width: 767px) {
  .entry-form .popup_confirm .popup_inner .flex .base {
    height: 50px;
    font-size: 16px;
  }
}

.entry-form .popup_confirm .popup_inner .flex .base input, .entry-form .popup_confirm .popup_inner .flex .base button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: white;
}
.entry-form .popup_confirm .popup_inner .flex .base button{
	width: 100%;
	height: 100%;
}
.site-footer {
  padding: 40px 0;
  max-width: 1000px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1024px) {
  .site-footer {
    padding: 40px 20px;
  }
}

@media (max-width: 767px) {
  .site-footer {
    padding: 25px 20px;
    display: block;
  }
}

.site-footer .nav {
  display: flex;
}

@media (max-width: 767px) {
  .site-footer .nav {
    justify-content: center;
  }
}

.site-footer .nav li {
  line-height: 1;
  color: #333;
  font-size: 16px;
}

@media (max-width: 767px) {
  .site-footer .nav li {
    font-size: 10px;
  }
}

.site-footer .nav li:not(:last-child) {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #000;
}

@media (max-width: 767px) {
  .site-footer .nav li:not(:last-child) {
    margin-right: 10px;
    padding-right: 10px;
  }
}

.site-footer .nav li a {
  color: #333;
  font-size: 16px;
}

@media (max-width: 767px) {
  .site-footer .nav li a {
    font-size: 10px;
  }
}

.site-footer .copy {
  color: #333;
  font-size: 16px;
  font-family: 'arial';
}

@media (max-width: 767px) {
  .site-footer .copy {
    font-size: 10px;
    text-align: center;
    margin-top: 25px;
  }
}

.grecaptcha-badge {
  z-index: 100;
}

/* thanks用 */
body.__thanks .c-wrapper {
  background: #1d96b1;
  background: -moz-linear-gradient(-45deg, #1d96b1 15%, #4fb2a3 100%);
  background: -webkit-linear-gradient(-45deg, #1d96b1 15%, #4fb2a3 100%);
  background: linear-gradient(135deg, #1d96b1 15%, #4fb2a3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d96b1', endColorstr='#4fb2a3',GradientType=1 );
}

body.__thanks .sec-thanks {
  max-width: 1000px;
  margin: auto;
  color: white;
  text-align: center;
  padding: 185px 0 95px;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  body.__thanks .sec-thanks {
    padding: 150px 20px 80px;
    height: auto;
  }
}

@media (max-width: 767px) {
  body.__thanks .sec-thanks {
    padding: 120px 20px 80px;
    height: auto;
  }
}

body.__thanks .sec-thanks h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 30px;
  letter-spacing: 3px;
}

@media (max-width: 1024px) {
  body.__thanks .sec-thanks h2 {
    font-size: 24px;
    letter-spacing: 2px;
  }
}

@media (max-width: 767px) {
  body.__thanks .sec-thanks h2 {
    font-size: 18px;
    letter-spacing: 1px;
  }
}

body.__thanks .sec-thanks h2 + p {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

@media (max-width: 1024px) {
  body.__thanks .sec-thanks h2 + p {
    font-size: 19px;
    letter-spacing: 0;
  }
}

@media (max-width: 767px) {
  body.__thanks .sec-thanks h2 + p {
    font-size: 14px;
  }
}

body.__thanks .sec-thanks .fig {
  text-align: center;
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  body.__thanks .sec-thanks .fig img {
    width: 180px;
    height: auto;
  }
}

body.__thanks .sec-thanks .dl-btn {
  max-width: 454px;
  height: 80px;
  margin: auto;
}

@media (max-width: 1024px) {
  body.__thanks .sec-thanks .dl-btn {
    max-width: 360px;
    height: 60px;
  }
}

@media (max-width: 767px) {
  body.__thanks .sec-thanks .dl-btn {
    max-width: 280px;
    height: 50px;
  }
}

body.__thanks .sec-thanks .dl-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: 700;
  font-size: 24px;
  width: 100%;
  height: 100%;
  background: #ea950f;
  border-radius: 40px;
  box-shadow: 0px 0px 20px 20px rgba(11, 78, 93, 0.065);
  position: relative;
}

@media (max-width: 1024px) {
  body.__thanks .sec-thanks .dl-btn a {
    font-size: 19px;
  }
}

@media (max-width: 767px) {
  body.__thanks .sec-thanks .dl-btn a {
    font-size: 14px;
  }
}

body.__thanks .sec-thanks .dl-btn a img {
  position: absolute;
  right: 60px;
  top: 50%;
  margin-top: -13.5px;
}

@media (max-width: 1024px) {
  body.__thanks .sec-thanks .dl-btn a img {
    width: 21px;
    height: auto;
    right: 50px;
    margin-top: -11px;
  }
}

.entry-form-wrap {
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .entry-form-wrap {
    width: 100%;
  }
}


.iso .inner{
  max-width: 1000px;
  margin: 40px auto;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  border-bottom: 1px solid #ddd;
  flex-wrap: wrap;
  color: #666;
  padding: 0 10px;
}

.iso_wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 40px;
}

.iso_img{
  font-size: 10px;
  display: flex;
  flex-flow: column;
  align-items: center;
  text-align: center;
  margin-right: 20px;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.iso_img img{
  height: 48px;
  width: auto;
  margin-bottom: 5px;
}
.iso_txt{
  display: flex;
  justify-content: flex-start;
  font-size: 14px;
  font-weight: 400;
  flex-wrap: wrap;
  white-space: nowrap;
}


.entry_btn{
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}
.entry_btn a{
  position: relative;
  display: block;
  padding: 20px;
  background-color: #ea950f;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  width: 300px;
  border-radius: 40px;
  text-align: center;
  line-height: 1;
}
.entry_btn a::after{
  position: absolute;
  content: "▶";
  font-size: 14px;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
}
.entry_btn a.contact{
  background-color: #1d96b1;
}
