@charset "UTF-8";
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

@media screen and (min-width: 767px) {
  .is-sp {
    display: none;
  }
}

html {
  font-size: 62.5%;
}

body {
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 1.6rem;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

.mb10 {
	margin-bottom: 10px;
}

.inner {
  width: 768px;
  max-width: 100%;
  margin: 0 auto;
}

@media (max-width: 970px) {
  .inner {
    padding: 0 3rem;
  }
}

@media (max-width: 767px) {
  .inner {
    padding: 0 2rem;
  }
}

.header {
  width: 136.6rem;
  max-width: 100%;
  margin: 0 auto;
  height: 12rem;
  left: 0;
  right: 0;
  position: absolute;
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.header-logo {
  width: 14.4%;
  margin-left: 10rem;
}

@media (max-width: 767px) {
  .header-logo {
    margin-left: 3%;
    width: 20%;
  }
}

.header-logo img {
  width: 100%;
}

.header-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.header-item-left {
  width: 23rem;
  height: 8rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7930b), to(#ff6200));
  background: linear-gradient(#f7930b 0%, #ff6200 100%);
  text-align: center;
  color: #fff;
}

@media (max-width: 970px) {
  .header-item-left {
    width: 18rem;
    height: 6rem;
  }
}

@media (max-width: 767px) {
  .header-item-left {
    width: 14rem;
  }
}

@media (max-width: 767px) {
  .header-item-left {
    height: 5rem;
  }
}

.header-item-left > p {
  line-height: 1.2;
}

@media (max-width: 970px) {
  .header-item-left > p {
    line-height: 1;
  }
}

@media (max-width: 767px) {
  .header-item-left > p {
    line-height: 1.1;
  }
}

.header-item-left > p:nth-child(1) {
  font-size: 1.4rem;
  margin-top: 8px;
}

@media (max-width: 970px) {
  .header-item-left > p:nth-child(1) {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .header-item-left > p:nth-child(1) {
    font-size: 10px;
  }
}

.header-item-left > p:nth-child(2) {
  font-size: 2.1rem;
}

@media (max-width: 767px) {
  .header-item-left > p:nth-child(2) {
    font-size: 15px;
  }
}

.header-item-left > p:nth-child(2) i {
  font-size: 2.4rem;
}

@media (max-width: 767px) {
  .header-item-left > p:nth-child(2) i {
    font-size: 12px;
  }
}

.header-item-left > p:nth-child(2) a {
  color: #fff;
  font-weight: bold;
  margin-left: 5px;
}

.header-item-left > p:nth-child(3) {
  font-size: 1.4rem;
}

@media (max-width: 970px) {
  .header-item-left > p:nth-child(3) {
    font-size: 1.2rem;
    margin-left: 1rem;
  }
}

@media (max-width: 767px) {
  .header-item-left > p:nth-child(3) {
    font-size: 10px;
    margin-left: 0;
  }
}

.header-item-right a {
  width: 23rem;
  height: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#00b900), to(#0ca502));
  background: linear-gradient(#00b900 0%, #0ca502 100%);
}

@media (max-width: 970px) {
  .header-item-right a {
    width: 18rem;
    height: 6rem;
  }
}

@media (max-width: 767px) {
  .header-item-right a {
    width: 12rem;
  }
}

@media (max-width: 767px) {
  .header-item-right a {
    height: 5rem;
  }
}

.header-item-img {
  width: 4rem;
  height: 4rem;
}

@media (max-width: 970px) {
  .header-item-img {
    width: 3.5rem;
    height: 3.5rem;
  }
}

@media (max-width: 767px) {
  .header-item-img {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.header-item-img img {
  width: 100%;
}

.herder-item-text {
  margin-left: 8px;
  color: #fff;
}

@media (max-width: 970px) {
  .herder-item-text {
    margin-left: 12px;
  }
}

@media (max-width: 767px) {
  .herder-item-text {
    line-height: 1.2;
    font-size: 12px;
    margin-left: 6px;
  }
}

@media (max-width: 500px) {
  .main-viaual-pc {
    display: none;
  }
}

.main-viaual-sp {
  display: none;
}

@media (max-width: 500px) {
  .main-viaual-sp {
    display: block;
  }
}

.compete {
  background: url(../img/compete-bg.png) no-repeat center center/cover;
  padding-top: 34%;
  position: relative;
}

@media (max-width: 500px) {
  .compete {
    padding-top: 45%;
  }
}

.compete-img01 {
  position: absolute;
  top: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 767px) {
  .compete-img01 {
    top: -10px;
  }
}

.compete-img02 {
  position: absolute;
  top: 20%;
  left: 50%;
  width: 56.8%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 500px) {
  .compete-img02 {
    top: 10%;
    width: 86%;
  }
}

.price {
  background-color: #EEEEEE;
  padding-bottom: 8rem;
}

@media (max-width: 767px) {
  .price {
    padding-bottom: 4rem;
  }
}

.price-head {
  position: relative;
}

.price-head::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -54px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-style: solid;
  border-width: 55px 124px 0 124px;
  border-color: #1D2D82 transparent transparent transparent;
}

@media (max-width: 767px) {
  .price-head::after {
    border-width: 30px 76px 0 76px;
    bottom: -29px;
  }
}

.price-content {
  margin-top: 12rem;
}

@media (max-width: 970px) {
  .price-content {
    margin-top: 8rem;
  }
}

@media (max-width: 767px) {
  .price-content {
    margin-top: 4rem;
  }
}

.price-content-img + .price-content-img {
  margin-top: 3.6rem;
}

@media (max-width: 767px) {
  .price-content-img + .price-content-img {
    margin-top: 2rem;
  }
}

.price p.price_read {
	background: #e51110;
	color:white;
	font-weight: bold;
	text-align: center;
	padding: 13px 0;
	font-size: 110%;
	
}
.price h2 {
	color:  #e51110;
	text-align: center;
	margin-top: 20px;
	
}
.price > div {
	text-align: center;
}
.price ul {
	margin-top: 15px;
	display: inline-block;
	border-top: 1px dotted gray;
	font-size: 90%;
	
}
.price ul li{
	padding: 15px 0;
	border-bottom: 1px dotted gray;
	
}
.price ul li img{
	width: 100%;
	max-width: 260px;
	margin-bottom: 10px;
}
.price ul li p span {
	color:black;
}

@media (min-width: 767px) {
	.price p.price_read br {
		display: none;
	}
	.price ul li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
	.price ul li p {
		width: calc(100% - 280px);
		text-align: left;
		white-space: nowrap;
}
.price ul li img{
	margin-bottom: 0px;
}
}




.apply {
  background: url(../img/apply-bg.png) no-repeat center center/cover;
  /*padding-top: 42.46%;*/
	padding-top:60%; 
  width: 100%;
  position: relative;
	background-size: auto 100% ;
}

@media (max-width: 500px) {
  .apply {
    padding-top: 80%;
  }
}

.apply-title {
  width: 50%;
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
}

@media (max-width: 500px) {
  .apply-title {
    width: 70%;
    top: 7%;
  }
}

.apply-content {
  position: absolute;
  top: 25%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 52.7%;
}

@media (max-width: 767px) {
  .apply-content {
    width: 60%;
    top: 23%;
    margin-top: 4px;
  }
}

@media (max-width: 500px) {
  .apply-content {
    width: 70%;
  }
}

.apply-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  border-radius: 8px;
  padding-top: 2rem;
  padding-bottom: 1.8rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#fb3b60), to(#d6013b));
  background: linear-gradient(#fb3b60 0%, #d6013b 100%);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

@media (max-width: 970px) {
  .apply-tel {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (max-width: 500px) {
  .apply-tel {
    padding-top: 0;
  }
}

.apply-tel-img {
  width: 14rem;
  height: 8rem;
}

@media (max-width: 970px) {
  .apply-tel-img {
    width: 8rem;
    height: 6rem;
  }
}

@media (max-width: 767px) {
  .apply-tel-img {
    width: 5rem;
    height: 3rem;
  }
}

.apply-tel-img img {
  width: 100%;
  vertical-align: top;
}

.apply-tel-text > p:nth-child(1) {
  font-size: 3rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

@media (max-width: 1200px) {
  .apply-tel-text > p:nth-child(1) {
    font-size: 2.2rem;
  }
}

@media (max-width: 970px) {
  .apply-tel-text > p:nth-child(1) {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .apply-tel-text > p:nth-child(1) {
    font-size: 1.4rem;
  }
}

@media (max-width: 500px) {
  .apply-tel-text > p:nth-child(1) {
    font-size: 1.2rem;
  }
}

.apply-tel-text > p:nth-child(2) a {
  display: inline-block;
  font-size: 7.2rem;
  font-family: "Arial", "Helvetica Neue", sans-serif;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 3px 0 #950A00;
  line-height: 1.13;
}

@media (max-width: 1200px) {
  .apply-tel-text > p:nth-child(2) a {
    font-size: 5rem;
  }
}

@media (max-width: 970px) {
  .apply-tel-text > p:nth-child(2) a {
    font-size: 4rem;
  }
}

@media (max-width: 767px) {
  .apply-tel-text > p:nth-child(2) a {
    font-size: 3.2rem;
  }
}

@media (max-width: 500px) {
  .apply-tel-text > p:nth-child(2) a {
    font-size: 3rem;
  }
}

.apply-tel-text > p:nth-child(3) {
  font-size: 2rem;
}

@media (max-width: 970px) {
  .apply-tel-text > p:nth-child(3) {
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  .apply-tel-text > p:nth-child(3) {
    font-size: 1rem;
  }
}

.apply-tel-text > p:nth-child(3) span {
  font-size: 2.4rem;
  font-weight: bold;
  margin-left: 3.6rem;
  line-height: 1.35;
}

@media (max-width: 970px) {
  .apply-tel-text > p:nth-child(3) span {
    font-size: 2.2rem;
  }
}

@media (max-width: 767px) {
  .apply-tel-text > p:nth-child(3) span {
    font-size: 1.2rem;
  }
}

.apply-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2rem;
}

@media (max-width: 970px) {
  .apply-list {
    margin-top: 1rem;
  }
}

@media (max-width: 767px) {
  .apply-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0.5rem;
  }
}

.apply-item-left {
  width: 48%;
}

@media (max-width: 767px) {
  .apply-item-left {
    width: 46%;
  }
}

.apply-item-left a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 11rem;
  border-radius: 8px;
  padding-left: 5rem;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#00b900), to(#0ca502));
  background: linear-gradient(#00b900 0%, #0ca502 100%);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

@media (max-width: 1200px) {
  .apply-item-left a {
    padding-left: 3rem;
    height: 8rem;
  }
}

@media (max-width: 970px) {
  .apply-item-left a {
    padding-left: 1.6rem;
    height: 7rem;
  }
}

@media (max-width: 767px) {
  .apply-item-left a {
    height: 4.5rem;
  }
}

@media (max-width: 500px) {
  .apply-item-left a {
    padding-left: 0.5rem;
  }
}

.apply-item-left-img {
  width: 73px;
  height: 70px;
}

@media (max-width: 1200px) {
  .apply-item-left-img {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 970px) {
  .apply-item-left-img {
    width: 46px;
    height: 46px;
  }
}

@media (max-width: 767px) {
  .apply-item-left-img {
    width: 20px;
    height: 20px;
  }
}

.apply-item-left-img img {
  width: 100%;
  vertical-align: top;
}

.apply-item-text {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-left: 3rem;
  font-weight: 500;
  letter-spacing: -0.05em;
}

@media (max-width: 1200px) {
  .apply-item-text {
    font-size: 2rem;
  }
}

@media (max-width: 970px) {
  .apply-item-text {
    margin-left: 1rem;
  }
}

@media (max-width: 767px) {
  .apply-item-text {
    font-size: 1.4rem;
  }
}

@media (max-width: 500px) {
  .apply-item-text {
    font-size: 1.2rem;
    margin-left: 0.5rem;
  }
}

.apply-item-right {
  width: 48%;
}

@media (max-width: 767px) {
  .apply-item-right {
    margin-left: 1%;
    width: 46%;
  }
}

.apply-item-right a {
  height: 11rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  padding-left: 5rem;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7930b), to(#ff6200));
  background: linear-gradient(#f7930b 0%, #ff6200 100%);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

@media (max-width: 1200px) {
  .apply-item-right a {
    padding-left: 3rem;
    height: 8rem;
  }
}

@media (max-width: 970px) {
  .apply-item-right a {
    padding-left: 1.6rem;
    height: 7rem;
  }
}

@media (max-width: 767px) {
  .apply-item-right a {
    height: 4.5rem;
  }
}

@media (max-width: 500px) {
  .apply-item-right a {
    padding-left: 0.5rem;
  }
}

.apply-item-right-img {
  width: 64.5px;
  height: 44.5px;
}

@media (max-width: 1200px) {
  .apply-item-right-img {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 970px) {
  .apply-item-right-img {
    width: 46px;
    height: 43px;
  }
}

@media (max-width: 767px) {
  .apply-item-right-img {
    width: 19px;
    height: 19px;
  }
}

.apply-item-right-img img {
  width: 100%;
  vertical-align: top;
}

.covid19 {
  padding-top: 8rem;
  padding-bottom: 6.8rem;
}

@media (max-width: 970px) {
  .covid19 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (max-width: 767px) {
  .covid19 {
    padding-top: 3rem;
    padding-bottom: 3.8rem;
  }
}

.covid19-text {
  color: #000;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.33;
  text-align: center;
  margin-top: 2.6rem;
  margin-bottom: 9.4rem;
  position: relative;
}

@media (max-width: 970px) {
  .covid19-text {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .covid19-text {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 3rem;
  }
}

.covid19-text::before {
  content: "";
  position: absolute;
  left: 24px;
  bottom: -62px;
  background: url(../img/star-left.png) no-repeat center center/cover;
  width: 80px;
  height: 100px;
}

@media (max-width: 767px) {
  .covid19-text::before {
    width: 60px;
    height: 78px;
    left: -30px;
    bottom: -12px;
  }
}

.covid19-text::after {
  content: "";
  position: absolute;
  right: 32px;
  bottom: -50px;
  background: url(../img/star-right.png) no-repeat center center/cover;
  width: 65px;
  height: 120px;
}

@media (max-width: 767px) {
  .covid19-text::after {
    width: 50px;
    height: 100px;
    right: -36px;
    bottom: -20px;
  }
}

.covid19-list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.8rem;
}

.covid19-list01 .covid19-item {
  width: 15.6%;
}

.covid19-list01 .covid19-item:nth-child(n + 2) {
  margin-left: 1%;
}

.covid19-expo {
  text-align: center;
  margin-top: 3rem;
}

.covid19-expo p {
  width: 17.4rem;
  height: 5rem;
  line-height: 5rem;
  font-size: 1.8rem;
  color: #0178BF;
  font-weight: 500;
  border: 3px solid #0178BF;
  border-radius: 53px;
  display: inline-block;
  -webkit-box-shadow: 0 3px 6px #3A88B5;
          box-shadow: 0 3px 6px #3A88B5;
  cursor: pointer;
}

@media (max-width: 767px) {
  .covid19-expo p {
    width: 13rem;
    height: 3rem;
    line-height: 3rem;
    border: 2px solid #0178BF;
    font-size: 13px;
    -webkit-box-shadow: 0 2px 3px #3A88B5;
            box-shadow: 0 2px 3px #3A88B5;
  }
}

.covid19-box02 {
  margin-top: 5.3rem;
}

@media (max-width: 767px) {
  .covid19-box02 {
    margin-top: 3rem;
  }
}

.covid19-list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.8rem;
}

.covid19-list02 .covid19-item {
  width: 15.6%;
}

.covid19-list02 .covid19-item:nth-child(n + 2) {
  margin-left: 1%;
}

.modal-content01, .modal-content02 {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}

.modal-area {
  width: 600px;
  max-width: calc(100% - 24px * 2);
  height: 400px;
  position: absolute;
  background-color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 60px 50px;
}

@media (max-width: 500px) {
  .modal-area {
    padding: 40px 16px;
  }
}

.modal-title {
  color: #0178BF;
  font-size: 2.4rem;
}

@media (max-width: 500px) {
  .modal-title {
    font-size: 2rem;
    text-align: center;
  }
}

.modal-list {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 500px) {
  .modal-list {
    font-size: 16px;
  }
}

.modal-item {
  margin-top: 5px;
}

@media (max-width: 500px) {
  .modal-item {
    margin-top: 10px;
  }
}

.modal-icon {
  position: absolute;
  top: -13px;
  right: -10px;
}

.strengths {
  background-color: rgba(102, 174, 216, 0.2);
  padding-bottom: 5rem;
}

@media (max-width: 767px) {
  .strengths {
    padding-bottom: 3rem;
  }
}

.strengths-content-img {
  margin-top: 4rem;
}

@media (max-width: 767px) {
  .strengths-content-img {
    margin-top: 2rem;
  }
}

.voice {
  background: url(../img/voice-bg.png) no-repeat center center/cover;
  padding-bottom: 7.4rem;
}

.voice-title {
  height: 12rem;
  background-color: #1D2D82;
  color: #fff;
  font-size: 7.2rem;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 970px) {
  .voice-title {
    font-size: 5rem;
    line-height: 12rem;
  }
}

@media (max-width: 767px) {
  .voice-title {
    font-size: 2.6rem;
    height: 6rem;
    line-height: 6rem;
  }
}

.voice-inner {
  width: 93rem;
  max-width: 100%;
  margin: 0 auto;
}

@media (max-width: 970px) {
  .voice-inner {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .voice-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.voice-list {
  margin-top: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .voice-list {
    display: block;
    margin-top: 3rem;
  }
}

.voice-item {
  width: 33%;
}

@media (max-width: 767px) {
  .voice-item + .voice-item {
    margin-top: 3rem;
  }
}

@media (max-width: 767px) {
  .voice-item {
    width: 100%;
  }
}

.voice-item img {
  width: 100%;
}

.voice-customer {
  margin-top: 6.2rem;
  font-size: 7.2rem;
  color: #BF0000;
  text-align: center;
}

@media (max-width: 970px) {
  .voice-customer {
    font-size: 5rem;
  }
}

@media (max-width: 767px) {
  .voice-customer {
    font-size: 3rem;
  }
}

.voice-text {
  margin-top: 2.5rem;
  font-size: 2rem;
  color: #4A2500;
  line-height: 1;
  text-align: center;
  letter-spacing: -0.05em;
}

@media (max-width: 767px) {
  .voice-text {
    font-size: 1.6rem;
  }
}

.swiper-container,
.swiper-container02{
  margin-top: 3.8rem;
  padding-bottom: 6rem;
}

.swiper-slide {
  width: 286px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.swiper-container02 .swiper-slide {
  width: auto;
  box-shadow: none;
}

.swiper-pagination02 {
	text-align: center;
	margin-top: 15px;
}

.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 1px solid #000;
  opacity: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: gray;
  border: none;
  opacity: 1;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin-left: 15px;
  margin-right: 15px;
}

.big {
  overflow: hidden;
}

.big img {
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

.big:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.flow {
  background: url(../img/flow-bg.png) no-repeat center center/cover;
  padding-bottom: 5rem;
}

.flow-title {
  height: 12rem;
  background-color: #1D2D82;
  color: #fff;
  font-size: 7.2rem;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 970px) {
  .flow-title {
    font-size: 5rem;
    line-height: 12rem;
  }
}

@media (max-width: 767px) {
  .flow-title {
    font-size: 2.6rem;
    height: 6rem;
    line-height: 6rem;
  }
}

.flow-inner {
  width: 82.2rem;
  max-width: 100%;
  margin: 0 auto;
}

@media (max-width: 970px) {
  .flow-inner {
    width: 72.7rem;
  }
}

@media (max-width: 767px) {
  .flow-inner {
    width: 33rem;
  }
}

.flow-content {
  margin-top: 4.5rem;
}

.flow-sub-title {
  font-size: 3.7rem;
  color: #fff;
  text-align: center;
}

@media (max-width: 970px) {
  .flow-sub-title {
    font-size: 3rem;
  }
}

@media (max-width: 767px) {
  .flow-sub-title {
    font-size: 2rem;
  }
}

.flow-text {
  color: #fff;
  font-weight: 500;
  width: 73%;
  margin: 1.6rem auto 0;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .flow-text {
    font-size: 14px;
  }
}

.flow-item-01 {
  padding-top: 4.4rem;
  padding-bottom: 2rem;
  background-color: #0178BD;
  position: relative;
  z-index: 4;
}

@media (max-width: 767px) {
  .flow-item-01 {
    padding-top: 2rem;
  }
}

.flow-item-01::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 411px 0 411px;
  border-color: #0178BD transparent transparent transparent;
  position: absolute;
  bottom: -59px;
  left: 0;
  right: 0;
}

@media (max-width: 970px) {
  .flow-item-01::after {
    border-width: 60px 363.5px 0 363.5px;
  }
}

@media (max-width: 767px) {
  .flow-item-01::after {
    border-width: 30px 165px 0 165px;
    bottom: -29px;
  }
}

.flow-item-02 {
  padding-top: 6.4rem;
  padding-bottom: 2rem;
  background-color: #19A539;
  position: relative;
  z-index: 3;
}

@media (max-width: 767px) {
  .flow-item-02 {
    padding-top: 4.4rem;
  }
}

.flow-item-02::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 411px 0 411px;
  border-color: #19A539 transparent transparent transparent;
  position: absolute;
  bottom: -59px;
  left: 0;
  right: 0;
}

@media (max-width: 970px) {
  .flow-item-02::after {
    border-width: 60px 363.5px 0 363.5px;
  }
}

@media (max-width: 767px) {
  .flow-item-02::after {
    border-width: 30px 165px 0 165px;
    bottom: -29px;
  }
}

.flow-item-03 {
  padding-top: 6.4rem;
  padding-bottom: 2rem;
  background-color: #A2A206;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .flow-item-03 {
    padding-top: 4.4rem;
  }
}

.flow-item-03::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 411px 0 411px;
  border-color: #A2A206 transparent transparent transparent;
  position: absolute;
  bottom: -59px;
  left: 0;
  right: 0;
}

@media (max-width: 970px) {
  .flow-item-03::after {
    border-width: 60px 363.5px 0 363.5px;
  }
}

@media (max-width: 767px) {
  .flow-item-03::after {
    border-width: 30px 165px 0 165px;
    bottom: -29px;
  }
}

.flow-item-04 {
  padding-top: 6.4rem;
  padding-bottom: 2rem;
  background-color: #E38E0A;
}

@media (max-width: 767px) {
  .flow-item-04 {
    padding-top: 4.4rem;
  }
}

.benefits {
  padding-top: 80%;
  background: url(../img/benefits-bg.png) no-repeat center center/cover;
  position: relative;
}

@media (max-width: 767px) {
  .benefits {
    padding-top: 90%;
  }
}

@media (max-width: 500px) {
  .benefits {
    padding-top: 100%;
  }
}

.benefits-img {
  position: absolute;
  width: 46%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .benefits-img {
    width: 52%;
  }
}

@media (max-width: 500px) {
  .benefits-img {
    width: 60%;
  }
}

.benefits-text {
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  font-size: 2.2rem;
  position: absolute;
  width: 100%;
  top: 70%;
}

.benefits-text p {
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .benefits-text {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}

@media (max-width: 970px) {
  .benefits-text {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}

@media (max-width: 767px) {
  .benefits-text {
    font-size: 1.2rem;
    line-height: 1.1;
  }
}

@media (max-width: 500px) {
  .benefits-text {
    letter-spacing: -0.1em;
    font-size: 1rem;
    font-weight: 600;
    top: 72%;
  }
}

.contact {
  background: url(../img/contact-bg.png) no-repeat center center/cover;
  padding-top: 8.2rem;
  padding-bottom: 10rem;
}

@media (max-width: 767px) {
  .contact {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
}

.contact .apply-tel {
  width: 721px;
  margin: 71px auto 76px;
}

@media (max-width: 970px) {
  .contact .apply-tel {
    width: 500px;
    margin-top: 38px;
  }
}

@media (max-width: 767px) {
  .contact .apply-tel {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .contact .apply-tel {
    width: 80%;
    padding: 8px 0;
    margin-top: 2rem;
  }
}

.contact-title {
  width: 88%;
  margin: 0 auto;
}

.contact-note {
  text-align: center;
  font-size: 2rem;
}

@media (max-width: 767px) {
  .contact-note {
    font-size: 1.4rem;
  }
}

.contact-wrapper {
  width: 460px;
  max-width: 100%;
  margin: 37px auto 0;
}

@media (max-width: 767px) {
  .contact-wrapper {
    width: 300px;
    margin-top: 1.6rem;
  }
}

.contact-form:nth-child(n + 2) {
  margin-top: 16px;
}

.contact-form label {
  font-size: 2rem;
  font-weight: 500;
  display: block;
}

@media (max-width: 767px) {
  .contact-form label {
    font-size: 1.6rem;
  }
}

.contact-form label span {
  font-size: 1.6rem;
  color: #EB1000;
  margin-left: 1.6rem;
}

@media (max-width: 767px) {
  .contact-form label span {
    font-size: 1.4rem;
  }
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  border: 1px solid #1B224C;
  padding: 12px 20px;
  width: 100%;
}

.contact-radio {
  margin-top: 4.2rem;
}

@media (max-width: 767px) {
  .contact-radio span {
    font-size: 1.4rem;
  }
}

.radio-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.radio {
  display: block;
  width: 50%;
}

.radio-title {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 0.8rem;
}

@media (max-width: 767px) {
  .radio-title {
    font-size: 1.6rem;
  }
}

.contact-file {
  margin-top: 4rem;
}

.file-title {
  display: block;
  font-size: 2rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .file-title {
    font-size: 1.6rem;
  }
}

.form-file__select {
  display: none;
}

.file-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-file__label {
  background: -webkit-gradient(linear, left top, left bottom, from(#00b900), to(#0ca502));
  background: linear-gradient(#00b900 0%, #0ca502 100%);
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 8px;
  cursor: pointer;
  width: 200px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
}

@media (max-width: 767px) {
  .form-file__label {
    font-size: 1.4rem;
  }
}

.your-file-attention {
  margin-left: 30px;
}

@media (max-width: 767px) {
  .your-file-attention {
    font-size: 1.2rem;
    margin-left: 2rem;
  }
}

.form-file__result {
  margin-top: 16px;
  position: relative;
}

.form-file__result-input {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #ddd;
  background-image: none;
  border: 1px solid #aaa;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 6px 16px;
  width: 100%;
}

.form-file__result-close {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 10%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  background: transparent url(../img/batsu.png) no-repeat center center/contain;
  cursor: pointer;
}

.contact-checkbox {
  margin-top: 4rem;
}

.checkbox-title {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 0.8rem;
}

@media (max-width: 767px) {
  .checkbox-title {
    font-size: 1.6rem;
  }
}

.checkbox-title span {
  font-size: 1.6rem;
  color: #EB1000;
  margin-left: 1.6rem;
}

@media (max-width: 767px) {
  .checkbox-title span {
    font-size: 1.4rem;
  }
}

.checkbox-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.checkbox {
  display: block;
  width: 50%;
}

.contact-textarea {
  margin-top: 2rem;
}

.textarea-title {
  letter-spacing: -0.16em;
  font-weight: 500;
}

textarea {
  font-size: 12px;
  resize: none;
}

.others {
  height: 5rem;
}

.comment {
  height: 24rem;
}

.privacy {
  font-weight: 500;
  margin-top: 4.8rem;
}

.privacy-policy {
  font-size: 12px;
  line-height: 16px;
  overflow: auto;
  height: 120px;
  border: 1px solid #1B224C;
  padding: 6px 15px;
  background-color: #FFF;
}

.agree {
  display: inline-block;
  margin-top: 2.4rem;
}

.contact-submit {
  font-size: 2rem;
  font-weight: 600;
  margin: 2.5rem auto 0;
  color: #fff;
  border-radius: 8px;
  text-align: center;
  line-height: 70px;
  width: 308px;
  height: 70px;
  background: -webkit-gradient(linear, left top, left bottom, from(#00b900), to(#0ca502));
  background: linear-gradient(#00b900 0%, #0ca502 100%);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
}

.footer {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-color: #1D2D82;
  color: #fff;
}

@media (max-width: 767px) {
  .footer {
    padding-top: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.footer-inner {
  width: 428px;
  max-width: 100%;
  margin: 0 auto;
}

.footer-title {
  font-size: 2.4rem;
  font-weight: 600;
}

@media (max-width: 767px) {
  .footer-title {
    text-align: center;
    font-size: 2rem;
  }
}

.footer-content {
  margin-top: 4.2rem;
  font-size: 2rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .footer-content {
    font-size: 1.6rem;
    margin-top: 3rem;
  }
}

.footer-content dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-content dl:nth-child(n + 2) {
  margin-top: 33px;
}

@media (max-width: 767px) {
  .footer-content dl:nth-child(n + 2) {
    margin-top: 1.6rem;
  }
}

.footer-content dt {
  width: 126px;
}

@media (max-width: 767px) {
  .footer-content dt {
    width: 100px;
  }
}

.footer-content dd {
  width: calc(100% - 126px);
}

@media (max-width: 767px) {
  .footer-content dd {
    width: calc(100% - 100px);
    line-height: 1.2;
  }
}

.copy-right {
  margin-top: 4.5rem;
  font-size: 2rem;
  text-align: center;
}

@media (max-width: 767px) {
  .copy-right {
    font-size: 1.2rem;
    margin-top: 3rem;
  }
}

.floating {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.floating-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.floating-item {
  width: 33.333%;
  text-align: center;
}

.floating-item a {
  display: block;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  height: 80px;
  line-height: 80px;
}

@media (max-width: 970px) {
  .floating-item a {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .floating-item a {
    font-size: 16px;
  }
}

@media (max-width: 500px) {
  .floating-item a {
    font-size: 12px;
    height: 50px;
    line-height: 50px;
  }
}

.floating-item-mail {
  background: -webkit-gradient(linear, left top, left bottom, from(#f7930b), to(#ff6200));
  background: linear-gradient(#f7930b 0%, #ff6200 100%);
}

.floating-item-line {
  background: -webkit-gradient(linear, left top, left bottom, from(#00b900), to(#0ca502));
  background: linear-gradient(#00b900 0%, #0ca502 100%);
}

.floating-item-tel {
  background: -webkit-gradient(linear, left top, left bottom, from(#fb3b60), to(#d6013b));
  background: linear-gradient(#fb3b60 0%, #d6013b 100%);
}
