@charset "UTF-8";
.w980 #module_breadcrumbs,
.w980 .category-title {
  max-width: 1200px;
}

@media (min-width: 768px) {
  .sp_only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
}
#main {
  color: #343434;
  font-size: 16px;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  #main {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  #main {
    font-size: 1.1111111111vw;
  }
}
#main img {
  max-width: 100%;
}
#main .kv {
  position: relative;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
#main .kv .kv__inner {
  width: 83.3333333333%;
  max-width: 1200px;
  margin: auto;
  position: absolute;
  top: 150px;
  left: 0;
  right: 0;
}
#main .page-nav {
  width: calc(100% - 6px);
  margin: 0 auto 30px;
}
@media (max-width: 767px) {
  #main .page-nav {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  #main .page-nav {
    width: 83.3333333333%;
    max-width: 1200px;
    margin: 0 auto 60px;
  }
}
#main .page-nav ol {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  counter-reset: nav;
  list-style-type: none;
}
@media (max-width: 767px) {
  #main .page-nav ol {
    flex-wrap: wrap;
    justify-content: center;
  }
}
#main .page-nav li {
  font-weight: bold;
  position: relative;
}
@media (max-width: 767px) {
  #main .page-nav li {
    width: 31.9783197832%;
    margin-right: 1.0840108401%;
  }
  #main .page-nav li span {
    position: relative;
  }
  #main .page-nav li:nth-child(3n) {
    margin-right: 0;
  }
  #main .page-nav li:nth-child(n+4) {
    margin-top: 5px;
  }
}
@media (min-width: 768px) {
  #main .page-nav li {
    width: 19.1666666667%;
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  #main .page-nav li {
    font-size: 1.71875vw;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #main .page-nav li {
    font-size: 1.3vw;
  }
}
#main .page-nav li a {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  color: white;
  width: 100%;
  height: 70px;
  padding-top: 24px;
  padding-bottom: 8px;
  line-height: 1.3636363636;
  background: linear-gradient(180deg, #4ea4d7 0%, #5ec4f9 100%);
  text-decoration: none;
  transition: 0.3s ease-out;
}
@media (min-width: 768px) {
  #main .page-nav li a {
    padding-top: 46px;
    height: 130px;
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  #main .page-nav li a {
    padding-top: 3.59375vw;
    height: 10.15625vw;
    padding-bottom: 1.5625vw;
  }
}
#main .page-nav li a:hover {
  opacity: 0.8;
}
#main .page-nav li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -0.05em;
}
#main .page-nav li:nth-child(1) a:before {
  background: url(../img/01-white.svg) no-repeat;
  background-size: contain;
}
#main .page-nav li:nth-child(1) a:after {
  content: "";
  display: block;
  background: url(../img/linkafter.svg) no-repeat;
  background-size: contain;
  margin: 0 auto;
  width: 11px;
  height: 7px;
}
@media (min-width: 768px) {
  #main .page-nav li:nth-child(1) a:after {
    width: 14px;
    height: 8px;
  }
}
#main .page-nav li:nth-child(2) a:before {
  background: url(../img/02-white.svg) no-repeat;
  background-size: contain;
}
#main .page-nav li:nth-child(2) a:after {
  content: "";
  display: block;
  background: url(../img/linkafter.svg) no-repeat;
  background-size: contain;
  margin: 0 auto;
  width: 11px;
  height: 7px;
}
@media (min-width: 768px) {
  #main .page-nav li:nth-child(2) a:after {
    width: 14px;
    height: 8px;
  }
}
#main .page-nav li:nth-child(3) a:before {
  background: url(../img/03-white.svg) no-repeat;
  background-size: contain;
}
#main .page-nav li:nth-child(3) a:after {
  content: "";
  display: block;
  background: url(../img/linkafter.svg) no-repeat;
  background-size: contain;
  margin: 0 auto;
  width: 11px;
  height: 7px;
}
@media (min-width: 768px) {
  #main .page-nav li:nth-child(3) a:after {
    width: 14px;
    height: 8px;
  }
}
#main .page-nav li:nth-child(4) a:before {
  background: url(../img/04-white.svg) no-repeat;
  background-size: contain;
}
#main .page-nav li:nth-child(4) a:after {
  content: "";
  display: block;
  background: url(../img/linkafter.svg) no-repeat;
  background-size: contain;
  margin: 0 auto;
  width: 11px;
  height: 7px;
}
@media (min-width: 768px) {
  #main .page-nav li:nth-child(4) a:after {
    width: 14px;
    height: 8px;
  }
}
#main .page-nav li:nth-child(5) a:before {
  background: url(../img/05-white.svg) no-repeat;
  background-size: contain;
}
#main .page-nav li:nth-child(5) a:after {
  content: "";
  display: block;
  background: url(../img/linkafter.svg) no-repeat;
  background-size: contain;
  margin: 0 auto;
  width: 11px;
  height: 7px;
}
@media (min-width: 768px) {
  #main .page-nav li:nth-child(5) a:after {
    width: 14px;
    height: 8px;
  }
}
#main .page-nav li:nth-child(1) a:before {
  width: 33px;
  height: 25px;
}
@media (min-width: 768px) {
  #main .page-nav li:nth-child(1) a:before {
    width: 47px;
    height: 35px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  #main .page-nav li:nth-child(1) a:before {
    width: 3.671875vw;
    height: 2.734375vw;
  }
}
#main .page-nav li:nth-child(2) a:before {
  width: 37px;
  height: 25px;
}
@media (min-width: 768px) {
  #main .page-nav li:nth-child(2) a:before {
    width: 53px;
    height: 35px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  #main .page-nav li:nth-child(2) a:before {
    width: 4.140625vw;
    height: 2.734375vw;
  }
}
#main .page-nav li:nth-child(3) a:before {
  width: 37px;
  height: 25px;
}
@media (min-width: 768px) {
  #main .page-nav li:nth-child(3) a:before {
    width: 53px;
    height: 35px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  #main .page-nav li:nth-child(3) a:before {
    width: 4.140625vw;
    height: 2.734375vw;
  }
}
#main .page-nav li:nth-child(4) a:before {
  width: 38px;
  height: 25px;
}
@media (min-width: 768px) {
  #main .page-nav li:nth-child(4) a:before {
    width: 54px;
    height: 35px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  #main .page-nav li:nth-child(4) a:before {
    width: 4.21875vw;
    height: 2.734375vw;
  }
}
#main .page-nav li:nth-child(5) a:before {
  width: 37px;
  height: 25px;
}
@media (min-width: 768px) {
  #main .page-nav li:nth-child(5) a:before {
    width: 53px;
    height: 35px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  #main .page-nav li:nth-child(5) a:before {
    width: 4.140625vw;
    height: 2.734375vw;
  }
}
#main .page-nav .nav--01 a {
  padding-top: 14px;
}
@media (min-width: 768px) {
  #main .page-nav .nav--01 a {
    padding-top: 27px;
  }
}
#main .section {
  padding: 100px 0 80px;
  margin: 0;
}
@media (min-width: 768px) {
  #main .section {
    padding: 120px 0;
  }
}
@media (max-width: 767px) {
  #main .section .section__inner {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (min-width: 768px) {
  #main .section .section__inner {
    width: 83.3333333333%;
    max-width: 1200px;
    margin: auto;
  }
}
#main .section .section__ttl {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 1;
  /*
  			&:after
  			{
  				content: "";
  				display: block;
  				width: 96px;
  				height: 6px;
  				background: url(../img/section-ttl-bg.svg) no-repeat;
  				background-size: contain;
  				margin: auto;
  				margin-top: 13px;			
  				@media (min-width: 768px)
  				{	
  					margin-top: 18px;			
  				}	
  			}
  */
}
@media (max-width: 767px) {
  #main .section .section__ttl {
    line-height: 1.2857142857;
  }
}
@media (min-width: 768px) {
  #main .section .section__ttl {
    font-size: 41px;
    margin-bottom: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  #main .section .section__ttl {
    font-size: 3.203125vw;
    margin-bottom: 2.8125vw;
  }
  #main .section .section__ttl img {
    height: 6.09375vw;
    width: auto;
  }
}
#main .section .section__ttl .section__ttl__inner {
  position: relative;
}
#main .section .section__ttl .section__ttl__inner .section__ttl__num {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-60%, -60%);
  color: #56B4E8;
}
@media (min-width: 768px) {
  #main .section .section__ttl .section__ttl__inner .section__ttl__num {
    transform: translate(-105%, -16%);
  }
}
#main .section .section__ttl .section__ttl__inner .section__ttl__txt {
  position: relative;
  display: inline-block;
  border-bottom: solid 6px #52AFEA;
  padding-bottom: 8px;
}
@media (min-width: 768px) {
  #main .section .section__ttl .section__ttl__inner .section__ttl__txt {
    padding-bottom: 12px;
  }
}
#main .section .section__txt {
  color: #212121;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 75px;
}
@media (min-width: 768px) {
  #main .section .section__txt {
    font-size: 18px;
    margin-bottom: 45px;
    line-height: 1.5;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  #main .section .section__txt {
    font-size: 1.40625vw;
    margin-bottom: 3.515625vw;
  }
}
#main .section--bg {
  background: #F4F9FC;
}
#main .pack-box {
  padding: 40px 60px 48px;
  background: white;
  border: solid 4px #D5D5D5;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  #main .pack-box {
    border-width: 6px;
    padding: 44px 14px 34px;
  }
}
@media (min-width: 768px) {
  #main .pack-box {
    padding: 40px 60px 48px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  #main .pack-box {
    padding: 3.125vw 4.6875vw 3.75vw;
  }
}
#main .pack-box .pack-list {
  width: 100%;
}
@media (min-width: 768px) {
  #main .pack-box .pack-list {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
  }
}
#main .pack-box .pack-list .pack {
  height: 60px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  #main .pack-box .pack-list .pack {
    font-size: 20px;
    height: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  #main .pack-box .pack-list .pack {
    font-size: 1.5625vw;
    height: 6.25vw;
  }
}
#main .pack-box .pack-list .pack1 {
  background: #52AFEA;
}
#main .pack-box .pack-list .pack2 {
  background: #60C6AD;
}
#main .pack-box .pack-list .pack3 {
  background: #C30D23;
}
@media (min-width: 768px) {
  #main .pack-box .pack-list .pack1 {
    width: 32.4074074074%;
  }
  #main .pack-box .pack-list .pack2 {
    width: 22.2222222222%;
  }
  #main .pack-box .pack-list .pack3 {
    width: 36.1111111111%;
  }
}
#main .pack-box .pack-list .plus {
  font-size: 34px;
  height: 60px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  #main .pack-box .pack-list .plus {
    font-size: 34px;
    height: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  #main .pack-box .pack-list .plus {
    font-size: 2.65625vw;
    height: 6.25vw;
  }
}
#main .pack-box .pack-box__ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  #main .pack-box .pack-box__ttl {
    font-size: 26px;
    margin-bottom: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  #main .pack-box .pack-box__ttl {
    font-size: 2.03125vw;
    margin-bottom: 1.40625vw;
  }
}
#main .pack-box .recommend {
  position: absolute;
  left: -11px;
  top: -11px;
  background: url(../img/pack-ttl.svg) no-repeat;
  background-size: contain;
  width: 142px;
  height: 69px;
  font-size: 20px;
  font-weight: bold;
  color: white;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 7px;
}
@media (max-width: 767px) {
  #main .pack-box .recommend {
    left: -13px;
    top: -30px;
  }
}
@media (min-width: 768px) {
  #main .pack-box .recommend {
    width: 142px;
    height: 69px;
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  #main .pack-box .recommend {
    width: 11.09375vw;
    height: 5.390625vw;
    font-size: 1.5625vw;
  }
}
#main .pack-box .pack-box__bottom {
  text-align: center;
  font-size: 20px;
  margin: auto;
  margin-top: 26px;
  position: relative;
  line-height: 1;
  font-weight: bold;
}
@media (min-width: 768px) {
  #main .pack-box .pack-box__bottom {
    margin-top: 20px;
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  #main .pack-box .pack-box__bottom {
    font-size: 1.875vw;
  }
}
@media (min-width: 768px) {
  #main .pack-box .pack-box__bottom:before {
    content: "";
    display: block;
    height: 30px;
    margin: auto;
    border: solid 2px #343434;
    border-top: none;
    position: absolute;
    top: -15px;
    left: 12px;
    right: 12px;
    width: calc(100% - 24px);
    height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #main .pack-box .pack-box__bottom:before {
    height: 2.9296875vw;
  }
}
#main .pack-box .pack-box__bottom .pack-box__bottom__txt {
  display: inline-block;
  padding: 3px 15px 0;
  position: relative;
  background: white;
}
@media (min-width: 768px) {
  #main .pack-box .pack-box__content {
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    width: 100%;
  }
  #main .pack-box .pack-box__content .pack-box__left {
    width: 59.2592592593%;
  }
  #main .pack-box .pack-box__content .pack-box__left .pack-list .pack1 {
    width: 54.6875%;
  }
  #main .pack-box .pack-box__content .pack-box__left .pack-list .pack2 {
    width: 37.5%;
  }
}
#main .pack-box .pack-box__content .pack-box__right {
  display: flex;
  display: -webkit-flex;
  text-align: left;
}
@media (max-width: 767px) {
  #main .pack-box .pack-box__content .pack-box__right {
    margin-top: 18px;
    font-size: 12px;
    line-height: 1.6666666667;
  }
}
@media (min-width: 768px) {
  #main .pack-box .pack-box__content .pack-box__right {
    font-size: 14px;
    margin-left: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  #main .pack-box .pack-box__content .pack-box__right {
    font-size: 1.09375vw;
    margin-left: 2.8125vw;
  }
}
#main .pack-box .pack-box__content .pack-box__right:before {
  content: "※";
  display: block;
  margin-right: 0.5em;
}
#main .pack-box--color {
  background: #E6F8FF;
  border-color: #51AAD3;
  margin-bottom: 20px;
}
#main .pack-box--color .pack-box__ttl {
  color: #263F9A;
}
#main .pack-box--color .pack-box__bottom .pack-box__bottom__txt {
  background: #E6F8FF;
  color: #C30D23;
}
#main .service-list {
  margin-bottom: 55px;
}
@media (min-width: 768px) {
  #main .service-list {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    margin-bottom: 55px;
  }
}
@media (max-width: 767px) {
  #main .service-list .service-box:not(:last-child) {
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  #main .service-list .service-box {
    width: 25.6666666667%;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  #main .service-list .service-box {
    width: 30%;
  }
}
@media (min-width: 768px) {
  #main .service-list .service-box:not(:last-child) {
    margin-right: 4.1666666667%;
  }
}
#main .service-list .service-box .service-box__ttl-box {
  text-align: center;
  margin-bottom: 5px;
}
#main .service-list .service-box .service-box__ttl {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: #52AFEA;
  color: white;
  font-size: 20px;
  height: 55px;
  font-weight: bold;
  text-align: center;
  position: relative;
  top: -15px;
}
@media (min-width: 768px) {
  #main .service-list .service-box .service-box__ttl {
    font-size: 20px;
    height: 55px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  #main .service-list .service-box .service-box__ttl {
    font-size: 1.5625vw;
    height: 4.296875vw;
  }
}
#main .service-list .service-box .service-box__ttl small {
  font-size: 16px;
}
@media (max-width: 767px) {
  #main .service-list .service-box .service-box__txt {
    line-height: 2;
  }
  #main .service-list .service-box .service-box__txt .small--sp {
    font-size: 12px;
  }
}
#main .service-list .service-box .service-box__txt strong {
  font-weight: normal;
  color: #C30D23;
}
#main .service-list .service-box .service-box__txt small {
  font-size: 12px;
  display: inline-block;
  line-height: 1.7142857143;
}
@media (min-width: 768px) {
  #main .service-list .service-box .service-box__txt small {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  #main .service-list .service-box .service-box__txt small {
    font-size: 0.9722222222vw;
  }
}
#main .merit-section {
  background: #C1EEFF;
  padding: 42px 18px 60px;
}
@media (max-width: 767px) {
  #main .merit-section {
    width: 100vw;
    position: relative;
    left: -18px;
  }
}
@media (min-width: 768px) {
  #main .merit-section {
    padding: 42px 67px 60px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  #main .merit-section {
    padding: 3.28125vw 5.234375vw 4.6875vw;
  }
}
#main .merit-section .merit-section__ttl {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1;
}
@media (min-width: 768px) {
  #main .merit-section .merit-section__ttl {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  #main .merit-section .merit-section__ttl {
    font-size: 1.875vw;
  }
}
#main .merit-section .merit-section__ttl:before, #main .merit-section .merit-section__ttl:after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: #52AFEA;
  margin: 0 13px;
  border-radius: 100%;
  transform: translateY(-10%);
}
#main .merit-section .merit-section__txt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width: 767px) {
  #main .merit-section .merit-section__txt {
    line-height: 1.75;
  }
}
@media (min-width: 768px) {
  #main .merit-section .merit-section__txt {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  #main .merit-section .merit-section__txt {
    font-size: 1.40625vw;
    margin-bottom: 1.171875vw;
  }
}
@media (min-width: 768px) {
  #main .merit-section .merit-list {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
  }
  #main .merit-section .merit-list li {
    width: calc(50% - 12px);
  }
}
#main .merit-section .merit-list li {
  background: white;
  padding: 30px;
}
@media (max-width: 767px) {
  #main .merit-section .merit-list li {
    line-height: 2;
  }
  #main .merit-section .merit-list li:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #main #section2 {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  #main #section2 .section__ttl__num {
    transform: translate(-65%, -105%);
  }
}
@media (max-width: 767px) {
  #main #section3 .section__ttl__num {
    transform: translate(-77%, -105%);
  }
}
#main #section3 .section__txt {
  margin-bottom: 24px;
}
#main #section3 .section__txt--right {
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 26px;
}
@media (min-width: 768px) {
  #main #section3 .section__txt--right {
    font-size: 14px;
    padding-right: 1em;
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  #main #section3 .section__txt--right {
    font-size: 1.09375vw;
  }
}
@media (min-width: 768px) {
  #main #section3 .merit-list {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #main #section3 .merit-list .merit-box {
    width: 31.6666666667%;
  }
  #main #section3 .merit-list .merit-box:nth-child(n+4) {
    margin-top: 44px;
  }
}
#main #section3 .merit-list .merit-box {
  background: white;
}
@media (max-width: 767px) {
  #main #section3 .merit-list .merit-box:not(:last-child) {
    margin-bottom: 25px;
  }
}
#main #section3 .merit-list .merit-box .merit-box__ttl {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  color: white;
  font-size: 22px;
  font-weight: bold;
  background: #52AFEA;
}
@media (min-width: 768px) {
  #main #section3 .merit-list .merit-box .merit-box__ttl {
    font-size: 22px;
    height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  #main #section3 .merit-list .merit-box .merit-box__ttl {
    font-size: 1.71875vw;
    height: 3.90625vw;
  }
}
#main #section3 .merit-list .merit-box .merit-box__ttl small {
  font-size: 14px;
}
@media (min-width: 768px) {
  #main #section3 .merit-list .merit-box .merit-box__ttl small {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  #main #section3 .merit-list .merit-box .merit-box__ttl small {
    font-size: 0.9722222222vw;
  }
}
#main #section3 .merit-list .merit-box .merit-box__info {
  padding: 36px 18px 30px;
}
@media (max-width: 767px) {
  #main #section3 .merit-list .merit-box .merit-box__info {
    line-height: 2;
  }
}
@media (min-width: 768px) {
  #main #section3 .merit-list .merit-box .merit-box__info {
    padding: 0 36px 36px;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  #main #section3 .merit-list .merit-box .merit-box__info {
    padding: 0 2.5vw 2.5vw;
  }
}
#main #section3 .merit-list .merit-box .merit-box__info strong {
  font-weight: normal;
  color: #C30D23;
}
#main #section3 .merit-list .merit-box .merit-box__info small {
  font-size: 14px;
  display: inline-block;
  line-height: 1.7142857143;
}
@media (min-width: 768px) {
  #main #section3 .merit-list .merit-box .merit-box__info small {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  #main #section3 .merit-list .merit-box .merit-box__info small {
    font-size: 0.9722222222vw;
  }
}
#main #section3 .merit-list .merit-box .merit-box__info .mb {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #main #section3 .merit-list .merit-box .merit-box__pic {
    margin-bottom: 48px;
  }
}
@media (min-width: 768px) {
  #main #section3 .merit-list .merit-box .merit-box__pic {
    height: 244px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  #main #section3 .merit-list .merit-box .merit-box__pic {
    height: 19.0625vw;
  }
}
@media (max-width: 767px) {
  #main #section4 .section__ttl__num {
    transform: translate(-88%, -105%);
  }
}
#main #section4 .section__txt {
  margin-bottom: 1em;
  font-size: 16px;
}
@media (min-width: 768px) {
  #main #section4 .section__txt {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  #main #section4 .section__txt {
    font-size: 1.875vw;
  }
}
@media (max-width: 767px) {
  #main #section4 .scroll-pane {
    width: calc(100% + 18px);
    margin-bottom: 13px;
  }
  #main #section4 .jspHorizontalBar {
    width: calc(100% - 18px);
  }
  #main #section4 .swipe-ico {
    text-align: center;
    margin-bottom: 46px;
  }
  #main #section4 .swipe-txt {
    font-size: 10px;
    margin-top: 13px;
    text-align: center;
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  #main #section4 .figure {
    width: 680px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 33px;
  }
}
@media (min-width: 768px) {
  #main #section4 .figure {
    margin-bottom: 70px;
  }
}
@media (min-width: 768px) {
  #main #section4 .option-list {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
  }
}
#main #section4 .option-list li {
  background: white;
  height: 120px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  #main #section4 .option-list li {
    justify-content: flex-start;
    padding-left: 23.5294117647%;
  }
  #main #section4 .option-list li:not(:last-child) {
    margin-bottom: 10px;
  }
  #main #section4 .option-list li img {
    margin: 0;
  }
}
@media (min-width: 768px) {
  #main #section4 .option-list li {
    height: 120px;
    width: 32.3308270677%;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  #main #section4 .option-list li {
    height: 9.375vw;
  }
  #main #section4 .option-list li img {
    height: 4.53125vw;
    width: auto;
  }
}
@media (max-width: 767px) {
  #main #section5 .section__ttl__num {
    transform: translate(-90%, -105%);
  }
}
#main #section5 .section__txt {
  margin-bottom: 1em;
  font-size: 16px;
}
@media (min-width: 768px) {
  #main #section5 .section__txt {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  #main #section5 .section__txt {
    font-size: 1.875vw;
  }
}
#main .banner {
  background: linear-gradient(135deg, #4ea4d7 0%, #5ec4f9 100%);
  height: 310px;
}
@media (min-width: 768px) {
  #main .banner {
    height: 260px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  #main .banner {
    height: 20.3125vw;
  }
}
#main .banner .banner__inner {
  padding-top: 70px;
  height: 100%;
  max-width: 1200px;
  margin: auto;
  background-size: 17.1666666667%;
}
@media (max-width: 767px) {
  #main .banner .banner__inner {
    position: relative;
  }
  #main .banner .banner__inner:after {
    content: "";
    display: block;
    width: 147px;
    height: 208px;
    background: url(../img/04-bottom-bg.png) no-repeat center bottom;
    background-size: contain;
    position: absolute;
    left: -20px;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  #main .banner .banner__inner {
    background: url(../img/04-bottom-bg.png) no-repeat left 1em bottom;
    background-size: 206px;
    width: 83.3333333333%;
    padding-top: 70px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  #main .banner .banner__inner {
    padding-top: 5.46875vw;
    background-size: 16.09375%;
  }
}
#main .banner .banner__ttl {
  font-size: 26px;
  color: white;
  margin-bottom: 17px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  #main .banner .banner__ttl {
    line-height: 1.3846153846;
  }
}
@media (min-width: 768px) {
  #main .banner .banner__ttl {
    font-size: 32px;
    margin-bottom: 25px;
    line-height: 1;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  #main .banner .banner__ttl {
    font-size: 2.5vw;
    margin-bottom: 1.953125vw;
  }
}
#main .banner .banner__ttl2 {
  margin-bottom: 0.5em;
}
#main .banner .banner__sub-ttl {
  text-align: center;
  color: white;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
}
#main .banner .banner__sub-section1 {
  margin-bottom: 30px;
}
#main .banner .button {
  font-size: 16px;
  background: #263F9A url(../img/ico-arrow.svg) no-repeat right 7.1428571429% center;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  width: 280px;
  height: 60px;
  margin: auto;
  text-decoration: none;
  transition: 0.3s ease-out;
}
#main .banner .button:before {
  content: none;
}
@media (min-width: 768px) {
  #main .banner .button {
    font-size: 16px;
    width: 280px;
    height: 60px;
    /*
    				@media (max-width: 1279px)
    				{
    					font-size: (16/1280)*100vw;
    					width: (280/1280)*100vw;
    					height: (60/1280)*100vw;
    					background-size: (8/1280)*100vw;
    				}
    */
  }
}
#main .banner .button:hover {
  opacity: 0.8;
}
#main .banner .button-list .button[target=_blank]:before {
  content: "";
  display: block;
  width: 10px;
  height: 9px;
  transform: translateY(-50%);
  background: url(../img/ico-blank.svg) no-repeat;
  background-size: 10px;
  border: none;
}
@media (min-width: 768px) {
  #main .banner .button-list .button[target=_blank]:before {
    left: 18.5714285714%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #main .banner .button-list .button[target=_blank]:before {
    left: 15%;
  }
}
@media (min-width: 768px) {
  #main .banner .button-list .button2[target=_blank]:before {
    left: 8.9473684211%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #main .banner .button-list .button2[target=_blank]:before {
    left: 7%;
  }
}
@media (max-width: 767px) {
  #main .banner .button-list .button3[target=_blank]:before {
    left: 15.3571428571%;
  }
}
@media (min-width: 768px) {
  #main .banner .button-list {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
  }
}
#main .banner .button-list .button {
  margin: 0;
}
@media (max-width: 767px) {
  #main .banner .button-list .button {
    margin: auto;
  }
}
#main .banner .button-list .button2 {
  width: 280px;
}
@media (max-width: 767px) {
  #main .banner .button-list .button2 {
    margin: auto;
    height: 80px;
    margin-top: 10px;
    text-align: center;
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  #main .banner .button-list .button2 {
    margin-left: 12px;
    width: 380px;
    /*
    					@media (max-width: 1279px)
    					{
    						width: (380/1280)*100vw;
    					}
    */
  }
}
#main .banner .button__txt {
  text-align: center;
  margin-top: 10px;
  color: #263F9A;
  font-size: 14px;
}
#main .banner2 {
  margin-bottom: 10px;
  height: 490px;
}
@media (max-width: 767px) {
  #main .banner2 {
    height: 710px;
  }
}
#main .banner3 {
  height: 450px;
}
@media (min-width: 768px) {
  #main .banner3 {
    height: 320px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  #main .banner3 {
    height: 25vw;
  }
}
@media (min-width: 768px) {
  #main .banner3 .banner__inner {
    padding-top: 60px;
  }
}
#main .banner3 .banner__ttl {
  margin-bottom: 10px;
  line-height: 1.375;
}
#main .banner3 .banner__txt {
  margin-bottom: 20px;
  text-align: center;
  color: white;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 767px) {
  #main .banner3 .banner__txt {
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  #main .banner3 .banner__txt {
    font-size: 18px;
  }
}
#main .table {
  margin-top: 40px;
}
@media (max-width: 767px) {
  #main .table {
    width: 100vw;
    position: relative;
    left: -18px;
  }
}
@media (min-width: 768px) {
  #main .table {
    width: 100%;
  }
}
#main .table th, #main .table td {
  padding-top: 19px;
  padding-bottom: 19px;
  border-bottom: solid 1px #D3D3D3;
}
#main .table th {
  font-weight: bold;
  font-size: 18px;
}
@media (min-width: 768px) {
  #main .table th {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  #main .table th {
    font-size: 1.71875vw;
  }
}
@media (max-width: 767px) {
  #main .table th:first-child {
    padding-left: 20px;
    width: 37.8666666667%;
  }
}
@media (min-width: 768px) {
  #main .table th:first-child {
    width: 40.4166666667%;
    padding-left: 20.3333333333%;
  }
}
#main .table td {
  font-size: 16px;
}
@media (min-width: 768px) {
  #main .table td {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  #main .table td {
    font-size: 1.40625vw;
  }
}
#main .table thead th {
  color: #263F9A;
}
#main .contact-section .contact-section__ttl {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  color: #263F9A;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #main .contact-section .contact-section__ttl {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  #main .contact-section .contact-section__ttl {
    font-size: 2.8125vw;
    margin-bottom: 1.5625vw;
  }
}
#main .contact-section .button {
  max-width: 100%;
  width: 324px;
  height: 60px;
  font-size: 16px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  color: white;
  background: #52AFEA url(../img/ico-arrow.svg) no-repeat right 7.4074074074% center;
  margin: auto;
  text-decoration: none;
  transition: 0.3s ease-out;
  font-weight: bold;
}
@media (max-width: 767px) {
  #main .contact-section .button {
    background-size: 7px;
  }
}
@media (min-width: 768px) {
  #main .contact-section .button {
    background: #52AFEA url(../img/ico-arrow.svg) no-repeat right 7.7319587629% center;
    width: 388px;
    height: 70px;
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  #main .contact-section .button {
    width: 30.3125vw;
    height: 5.46875vw;
    font-size: 1.5625vw;
    background-size: 0.625vw;
  }
}
#main .contact-section .button:hover {
  opacity: 0.8;
}
#main .contact-section--mail .contact-section__ttl {
  color: #C2291C;
}
@media (max-width: 767px) {
  #main .contact-section--mail .contact-section__ttl {
    line-height: 1.4583333333;
  }
}
#main .contact-section--mail .button {
  background: #C30D23 url(../img/ico-arrow.svg) no-repeat right 7.7319587629% center;
}
@media (min-width: 768px) and (max-width: 1279px) {
  #main .contact-section--mail .button {
    background-size: 0.625vw;
  }
}
