@charset "UTF-8";
#content {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}
@media (max-width: 767px) {
  #content .pc_only {
    display: none !important;
  }
}
@media (min-width: 768px) {
  #content {
    font-size: 16px;
  }
  #content .sp_only {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  #content {
    font-size: 1.25vw;
  }
}
#content img {
  max-width: 100%;
}
#content a {
  text-decoration: none;
  transition: opacity 0.3s;
}
#content a:hover {
  opacity: 0.7;
}
@media (min-width: 768px) {
  #content .inner-1120 {
    max-width: 1120px;
    width: calc(100% - 152px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  #content .inner-sp {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#content .kv-container {
  position: relative;
}
@media (min-width: 768px) {
  #content .kv-container {
    border-top: solid 1px #a1a1a1;
  }
}
#content .kv-container .hashtag {
  width: 59.6%;
  position: absolute;
  right: 4%;
  bottom: 3.75%;
}
@media (min-width: 768px) {
  #content .kv-container .hashtag {
    width: 31.0416666667%;
    right: 1.3888888889%;
    bottom: 3.4482758621%;
  }
}
#content .kv-container .kv-bg {
  display: block;
  width: 100%;
}
#content .kv-container .campaign-link {
  display: block;
  position: absolute;
  top: 5.851979346%;
  right: 5.4166666667%;
  width: 18.2638888889%;
  transition: 0.3s;
}
@media (max-width: 767px) {
  #content .kv-container .campaign-link {
    right: 8px;
    top: 66%;
    z-index: 5;
    width: 41.7333333333%;
    max-width: 50%;
  }
}
#content .kv-container .campaign-link:hover {
  opacity: 1;
  transform: scale(103%, 103%);
}
#content .kv-container .campaign-link .kv-campaign {
  display: block;
  width: 100%;
}
#content .update-section {
  background: #0cddc2;
  padding-top: 100px;
  padding-bottom: 150px;
  position: relative;
}
@media (max-width: 767px) {
  #content .update-section {
    padding-top: 57px;
    padding-bottom: 45px;
  }
}
#content .update-section:after {
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
  height: 32px;
  width: 100%;
  content: "";
  background: url("../img/update-bottom-wave@2x.png");
  background-repeat: repeat-x;
  background-size: 450px;
  background-position: left top;
}
@media (max-width: 767px) {
  #content .update-section:after {
    background-size: 180px 20px;
    background-position: left -100px top;
  }
}
#content .update-section .section-ttl {
  margin-bottom: 40px;
  font-size: 1.875rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #content .update-section .section-ttl {
    font-size: 1.25rem;
    margin-bottom: 29px;
  }
}
#content .update-section .section-ttl:after {
  display: inline-block;
  width: 34px;
  height: 40px;
  content: "";
  background: url(../img/section-ttl-deco-white@2x.png);
  background-size: contain;
  background-position: center center;
  margin-left: 11px;
  transform: translateY(15%);
}
@media (max-width: 767px) {
  #content .update-section .section-ttl:after {
    width: 23px;
    height: 27px;
    margin-left: 5px;
  }
}
#content .update-section .update-list li {
  list-style-type: none;
}
#content .update-section .update-list li:not(:last-child) {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  #content .update-section .update-list li:not(:last-child) {
    margin-bottom: 30px;
  }
}
#content .update-link {
  display: flex;
  align-items: stretch;
  position: relative;
}
@media (max-width: 767px) {
  #content .update-link {
    flex-flow: row wrap;
  }
}
#content .update-link .detail-box {
  flex: 0 1 50%;
  background: #FFF;
  padding: 150px 30px 55px;
  border-radius: 20px 0 0 20px;
}
@media (max-width: 767px) {
  #content .update-link .detail-box {
    flex: 0 1 100%;
    order: 1;
    border-radius: 0 0 10px 10px;
    padding: 26px 15px;
  }
}
#content .update-link .detail-box .update-ttl {
  display: block;
  font-size: 2.25rem;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.1em;
  background: url(../img/update-ttl-deco@2x.png);
  background-repeat: no-repeat;
  background-size: 93px;
  background-position: left bottom;
  padding-bottom: 12px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  #content .update-link .detail-box .update-ttl {
    font-size: 1.25rem;
    background-size: 47px;
    padding-bottom: 10px;
  }
}
#content .update-link .detail-box p {
  padding-left: 8px;
  font-size: 1.125rem;
  color: #333333;
  letter-spacing: 0.1em;
  line-height: 1.44;
}
@media (max-width: 767px) {
  #content .update-link .detail-box p {
    padding-left: 0;
    font-size: 0.875rem;
  }
}
#content .update-link .image-box {
  flex: 0 1 50%;
  position: relative;
  background: #e4f4f6;
  border-radius: 0 20px 20px 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}
@media (max-width: 767px) {
  #content .update-link .image-box {
    flex: 0 1 100%;
    height: 203px;
    order: 0;
    border-radius: 10px 10px 0 0;
  }
}
@media (max-width: 767px) {
  #content .update-link .image-box .update1-img {
    width: 320px;
    margin-top: 26px;
  }
}
@media (max-width: 767px) {
  #content .update-link .image-box .update2-img {
    width: 313px;
    margin-top: 26px;
  }
}
#content .update-link .image-box .update3-img {
  box-sizing: content-box;
  padding-left: 20px;
  max-width: calc(100% - 20px);
}
@media (max-width: 767px) {
  #content .update-link .image-box .update3-img {
    width: 290px;
    margin-top: 12px;
  }
}
#content .update-link .update-subttl {
  position: absolute;
  left: -12px;
  top: 35px;
  background: #fbdb00;
  font-size: 1.375rem;
  color: #333333;
  line-height: 1.4;
  padding: 15px 6px 15px 26px;
  z-index: 5;
}
@media (max-width: 767px) {
  #content .update-link .update-subttl {
    font-size: 0.78125rem;
    padding: 5px 10px 5px 15px;
    left: -6px;
    top: 18px;
  }
}
#content .update-link .update-subttl:before {
  position: absolute;
  left: 0;
  top: 100%;
  width: 12px;
  height: 8px;
  content: "";
  background: url("../img/update-subttl-shadow@2x.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
@media (max-width: 767px) {
  #content .update-link .update-subttl:before {
    width: 6px;
    height: 10px;
  }
}
#content .update-link .update-subttl:after {
  position: absolute;
  left: calc(100% - 1px);
  top: 0;
  width: 31px;
  height: 100%;
  content: "";
  background: url("../img/update-subttl-right@2x.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left top;
}
@media (max-width: 767px) {
  #content .update-link .update-subttl:after {
    width: 17px;
  }
}
#content .update-link .update-click {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #fbdb00;
  background-image: url("../img/click@2x.png");
  background-repeat: no-repeat;
  background-size: 68px;
  background-position: center center;
  border-radius: 20px 0 20px 0;
  height: 46px;
  width: 130px;
}
@media (max-width: 767px) {
  #content .update-link .update-click {
    height: 23px;
    border-radius: 10px 0 10px 0;
    width: 65px;
    background-size: 42px;
  }
}
#content .campaign-link-section {
  background: url("../img/bg01.png");
  padding: 60px 0;
}
@media (max-width: 767px) {
  #content .campaign-link-section {
    background-size: 125px;
  }
}
#content .campaign-link-section .campaign-inner {
  background: #FFF;
  border-radius: 20px;
  position: relative;
  padding: 80px 20px 20px;
}
@media (min-width: 1024px) {
  #content .campaign-link-section .campaign-inner {
    padding-top: 38px;
  }
}
@media (max-width: 767px) {
  #content .campaign-link-section .campaign-inner {
    padding: 48px 9px 30px;
    border-radius: 10px;
  }
}
#content .campaign-link-section .campaign-inner .section-ttl {
  position: absolute;
  left: 0;
  top: 0;
  background: #ff903e;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  height: 62px;
  line-height: 62px;
  border-radius: 20px 0 20px 0;
  color: #FFF;
  padding: 0 35px;
}
@media (max-width: 767px) {
  #content .campaign-link-section .campaign-inner .section-ttl {
    height: 31px;
    line-height: 31px;
    font-size: 0.875rem;
    border-radius: 10px 0 10px 0;
    padding: 0 14px;
  }
}
#content .campaign-link-section .campaign-inner .campaign-img {
  display: block;
  max-width: 85%;
  margin: 0 auto 19px;
}
@media (max-width: 767px) {
  #content .campaign-link-section .campaign-inner .campaign-img {
    width: 328px;
    max-width: 100%;
    margin-bottom: 25px;
  }
}
#content .campaign-link-section .campaign-inner .campaign-btn {
  display: block;
  width: 266px;
  max-width: 100%;
  border: solid 4px #ff903e;
  height: 58px;
  color: #ff903e;
  text-align: center;
  line-height: 50px;
  border-radius: 58px;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-left: auto;
  position: relative;
}
@media (min-width: 1200px) {
  #content .campaign-link-section .campaign-inner .campaign-btn {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
}
@media (max-width: 767px) {
  #content .campaign-link-section .campaign-inner .campaign-btn {
    width: 200px;
    border: solid 2px #ff903e;
    height: 40px;
    line-height: 36px;
    font-size: 0.875rem;
    margin: 0 auto;
  }
}
#content .campaign-link-section .campaign-inner .campaign-btn:after {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 11px;
  background: url("../img/tri.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  right: 21px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  #content .campaign-link-section .campaign-inner .campaign-btn:after {
    width: 10px;
    height: 9px;
    right: 15px;
  }
}
#content .campaign-section {
  padding: 144px 0 114px;
  font-size: 1.125rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #content .campaign-section {
    padding-top: 88px;
    padding-bottom: 60px;
    font-size: 0.875rem;
  }
}
#content .campaign-section section {
  margin-bottom: 55px;
}
@media (max-width: 767px) {
  #content .campaign-section section {
    margin-bottom: 34px;
  }
}
#content .campaign-section p {
  margin-bottom: 1.7em;
}
#content .campaign-section p a, #content .campaign-section li a {
  word-break: break-all;
  color: #108ccf;
  text-decoration: underline;
}
#content .campaign-section .campaign-ttl-img {
  display: block;
  margin: 0 auto 40px;
}
#content .campaign-section .intro-txt {
  text-align: center;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 55px;
}
@media (max-width: 767px) {
  #content .campaign-section .intro-txt {
    font-size: 0.875rem;
    margin-bottom: 45px;
    line-height: 1.78;
  }
}
#content .campaign-section .section-subttl {
  border-bottom: solid 1px #dce0e3;
  position: relative;
  padding-left: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #content .campaign-section .section-subttl {
    font-size: 1.0625rem;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 19px;
    margin-bottom: 13px;
  }
}
#content .campaign-section .section-subttl:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: calc(100% + 1px);
  background: #ff3e4c;
}
@media (max-width: 767px) {
  #content .campaign-section .section-subttl:before {
    width: 4px;
  }
}
#content .campaign-section .prize-flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #content .campaign-section .prize-flex {
    display: block;
  }
}
#content .campaign-section .prize-flex div {
  flex: 0 0 48%;
}
@media (max-width: 767px) {
  #content .campaign-section .prize-flex div:not(:last-child) {
    margin-bottom: 32px;
  }
}
#content .campaign-section .prize-flex div p {
  font-weight: bold;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  #content .campaign-section .prize-flex div p {
    font-size: 1rem;
  }
}
#content .campaign-section .prize-flex div p.footnote {
  font-size: 0.75rem;
  text-align: right;
  margin-bottom: 0;
  min-height: 1.67em;
  margin-top: 4px;
}
@media (max-width: 767px) {
  #content .campaign-section .prize-flex div p.footnote {
    min-height: 0;
    font-size: 0.6875rem;
  }
}
#content .campaign-section .prize-flex div img {
  width: 100%;
  display: block;
}
#content .campaign-section .section-toggle {
  display: flex;
  color: #333333;
  justify-content: space-between;
  align-items: center;
  padding-right: 45px;
  background-image: url("../img/ico-open@2x.png");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: right center;
}
@media (max-width: 767px) {
  #content .campaign-section .section-toggle {
    padding-right: 28px;
    background-size: 18px;
  }
}
#content .campaign-section .section-toggle .section-subttl-txt {
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media (max-width: 767px) {
  #content .campaign-section .section-toggle .section-subttl-txt {
    font-size: 1.0625rem;
  }
}
#content .campaign-section .section-toggle .click-txt {
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  #content .campaign-section .section-toggle .click-txt {
    font-size: 0.8125rem;
  }
}
#content .campaign-section .section-toggle.active {
  background-image: url("../img/ico-close@2x.png");
}
#content .campaign-section .step-list li {
  list-style-type: none;
  margin-bottom: 1em;
  padding-left: 1em;
  text-indent: -1em;
}
#content .campaign-section .comment-list li {
  list-style-type: none;
  padding-left: 1em;
  text-indent: -1em;
}
#content .campaign-section .footnote-list li {
  list-style-type: none;
  padding-left: 1em;
  text-indent: -1em;
}
#content .campaign-section .agreement-txt {
  letter-spacing: 0.05em;
}
#content .campaign-section .agreement-txt .agreement-subttl {
  font-weight: bold;
}
#content .campaign-section .agreement-txt ul {
  margin-bottom: 1.7em;
}
#content .campaign-section .agreement-txt ul li {
  list-style-type: none;
  padding-left: 1em;
  text-indent: -1em;
}
#content .campaign-section .agreement-txt ul.mb-0 {
  margin-bottom: 0;
}
#content .campaign-section .apply-section {
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
#content .campaign-section .apply-section .apply-btn {
  display: block;
  width: 425px;
  max-width: 100%;
  margin: 0 auto 26px;
}
@media (max-width: 767px) {
  #content .campaign-section .apply-section .apply-btn {
    width: 286px;
  }
}
#content .campaign-section .apply-section .apply-btn img {
  width: 100%;
  display: block;
}
#content .release-section {
  padding: 130px 0 120px;
  position: relative;
}
@media (max-width: 767px) {
  #content .release-section {
    padding: 60px 0;
  }
}
#content .release-section:after {
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
  height: 32px;
  width: 100%;
  content: "";
  background: url("../img/release-bottom-wave@2x.png");
  background-repeat: repeat-x;
  background-size: 450px;
  background-position: left top;
}
@media (max-width: 767px) {
  #content .release-section:after {
    background-size: 180px 20px;
    background-position: left -100px top;
  }
}
#content .release-section .section-ttl {
  margin-bottom: 26px;
  font-size: 1.875rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #content .release-section .section-ttl {
    font-size: 1.25rem;
    margin-bottom: 27px;
  }
}
#content .release-section .section-ttl:after {
  display: inline-block;
  width: 34px;
  height: 40px;
  content: "";
  background: url(../img/section-ttl-deco-green@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 11px;
  transform: translateY(15%);
}
@media (max-width: 767px) {
  #content .release-section .section-ttl:after {
    width: 23px;
    height: 27px;
    margin-left: 5px;
  }
}
#content .release-section .release-list li {
  list-style-type: none;
}
#content .release-section .release-list li:not(:last-child) {
  margin-bottom: 31px;
}
@media (max-width: 767px) {
  #content .release-section .release-list li:not(:last-child) {
    margin-bottom: 24px;
  }
}
#content .release-section .release-list li a {
  display: block;
  background-color: #e4f7f3;
  background-image: url(../img/btn_PDF@2x.png);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: right 31px center;
  border-radius: 20px;
  padding: 16px 72px 14px 30px;
  box-shadow: 0 6px #bbe8df;
  transition: 0.2s;
}
@media (max-width: 767px) {
  #content .release-section .release-list li a {
    border-radius: 10px;
    padding: 9px 46px 12px 15px;
    box-shadow: 0 5px #bbe8df;
    background-size: 23px;
    background-position: right 15px center;
  }
}
#content .release-section .release-list li a:hover {
  opacity: 1;
  transform: translateY(6px);
  box-shadow: 0 0 #bbe8df;
}
@media (max-width: 767px) {
  #content .release-section .release-list li a:hover {
    transform: translateY(5px);
  }
}
#content .release-section .release-list li a .date {
  color: #c1c1c1;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media (max-width: 767px) {
  #content .release-section .release-list li a .date {
    font-size: 0.75rem;
  }
}
#content .release-section .release-list li a .release-ttl {
  color: #333333;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media (max-width: 767px) {
  #content .release-section .release-list li a .release-ttl {
    font-size: 0.9375rem;
    line-height: 1.4375rem;
    letter-spacing: 0.14em;
  }
}
#content .feature-section {
  background: #edf0f2;
  padding: 100px 0;
}
@media (max-width: 767px) {
  #content .feature-section {
    padding: 60px 0;
  }
}
#content .feature-section .section-ttl {
  margin-bottom: 8px;
  font-size: 1.875rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #content .feature-section .section-ttl {
    font-size: 1.25rem;
    margin-bottom: 29px;
  }
}
#content .feature-section .section-ttl:after {
  display: inline-block;
  width: 34px;
  height: 40px;
  content: "";
  background: url(../img/section-ttl-deco-blue@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 11px;
  transform: translateY(15%);
}
@media (max-width: 767px) {
  #content .feature-section .section-ttl:after {
    width: 23px;
    height: 27px;
    margin-left: 5px;
  }
}
#content .feature-section .section-ttl .yellow-tag {
  display: inline-block;
  background: #fbdb00;
  height: 37px;
  line-height: 37px;
  font-size: 24px;
  padding: 0 14px;
  position: relative;
  margin-right: 20px;
  margin-left: 8px;
  transform: translateY(-10%);
}
@media (max-width: 767px) {
  #content .feature-section .section-ttl .yellow-tag {
    font-size: 1.125rem;
    height: 25px;
    line-height: 25px;
    padding: 0 8px;
    margin-right: 18px;
  }
}
#content .feature-section .section-ttl .yellow-tag:after {
  position: absolute;
  left: 100%;
  top: 0;
  display: block;
  width: 7px;
  height: 100%;
  content: "";
  background: url(../img/yellow-tag-right@2x.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: left center;
}
@media (max-width: 767px) {
  #content .feature-section .section-ttl .yellow-tag:after {
    width: 6px;
  }
}
#content .feature-section .section-ttl .yellow-tag:before {
  position: absolute;
  right: 100%;
  top: 0;
  display: block;
  width: 8px;
  height: 100%;
  content: "";
  background: url(../img/yellow-tag-left@2x.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: right center;
}
@media (max-width: 767px) {
  #content .feature-section .section-ttl .yellow-tag:before {
    width: 6px;
  }
}
#content .feature-section .section-intro {
  color: #128cf4;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 34px;
}
@media (max-width: 767px) {
  #content .feature-section .section-intro {
    font-size: 0.875rem;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  #content .feature-section .feature-container {
    display: block;
  }
}
@media (min-width: 768px) {
  #content .feature-section .feature-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 20px;
  }
}
#content .feature-section .feature-container .feature-item {
  background: #FFF;
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 28px;
}
@media (max-width: 767px) {
  #content .feature-section .feature-container .feature-item {
    display: block;
    padding-bottom: 25px;
  }
  #content .feature-section .feature-container .feature-item:not(:last-child) {
    margin-bottom: 40px;
  }
}
#content .feature-section .feature-container .feature-item .feature-img {
  display: block;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  #content .feature-section .feature-container .feature-item .feature-img {
    margin-bottom: 24px;
  }
}
#content .feature-section .feature-container .feature-item .feature-ttl {
  display: block;
  color: #128cf4;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 0 20px;
  margin-bottom: 12px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  #content .feature-section .feature-container .feature-item .feature-ttl {
    padding: 0 15px;
    font-size: 0.9375rem;
    margin-bottom: 4px;
  }
}
#content .feature-section .feature-container .feature-item p {
  padding: 0 20px;
  color: #333333;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
@media (max-width: 767px) {
  #content .feature-section .feature-container .feature-item p {
    padding: 0 15px;
    font-size: 0.8125rem;
  }
}
#content .recommend-section {
  padding: 100px 0;
}
@media (max-width: 767px) {
  #content .recommend-section {
    padding: 60px 0;
  }
}
#content .recommend-section .section-ttl {
  margin-bottom: 8px;
  font-size: 1.875rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #content .recommend-section .section-ttl {
    font-size: 1.25rem;
    margin-bottom: 29px;
  }
}
#content .recommend-section .section-ttl:after {
  display: inline-block;
  width: 34px;
  height: 40px;
  content: "";
  background: url(../img/section-ttl-deco-blue@2x.png);
  background-size: contain;
  background-position: center center;
  margin-left: 11px;
  transform: translateY(15%);
}
@media (max-width: 767px) {
  #content .recommend-section .section-ttl:after {
    width: 23px;
    height: 27px;
    margin-left: 5px;
  }
}
#content .recommend-section .recommend-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #content .recommend-section .recommend-list {
    flex-flow: row wrap;
  }
}
#content .recommend-section .recommend-list li {
  list-style-type: none;
  flex: 0 0 23.66%;
}
@media (max-width: 767px) {
  #content .recommend-section .recommend-list li {
    flex: 0 0 auto;
    width: calc(50% - 7.5px);
    margin-bottom: 23px;
  }
}
#content .recommend-section .recommend-list li a {
  display: block;
  color: #128cf4;
  font-weight: bold;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media (max-width: 767px) {
  #content .recommend-section .recommend-list li a {
    font-size: 0.9375rem;
  }
}
#content .recommend-section .recommend-list li a img {
  display: block;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #content .recommend-section .recommend-list li a img {
    margin-bottom: 10px;
  }
}
#content .social-section {
  padding: 100px 0 58px;
  background: #128cf4;
  position: relative;
}
@media (max-width: 767px) {
  #content .social-section {
    padding: 60px 0 19px;
  }
}
#content .social-section:before {
  position: absolute;
  left: 0;
  bottom: calc(100% - 1px);
  height: 32px;
  width: 100%;
  content: "";
  background: url("../img/social-top-wave@2x.png");
  background-repeat: repeat-x;
  background-size: 450px;
  background-position: left bottom;
}
@media (max-width: 767px) {
  #content .social-section:before {
    background-size: 180px 20px;
    background-position: left 50px bottom;
  }
}
#content .social-section .section-ttl {
  margin-bottom: 40px;
  font-size: 1.875rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #FFF;
}
@media (max-width: 767px) {
  #content .social-section .section-ttl {
    font-size: 1.25rem;
    margin-bottom: 29px;
  }
}
#content .social-section .section-ttl:after {
  display: inline-block;
  width: 34px;
  height: 40px;
  content: "";
  background: url(../img/section-ttl-deco-white@2x.png);
  background-size: contain;
  background-position: center center;
  margin-left: 0;
  transform: translateY(15%);
}
@media (max-width: 767px) {
  #content .social-section .section-ttl:after {
    width: 23px;
    height: 27px;
  }
}
#content .social-section .social-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #content .social-section .social-container {
    display: block;
    max-width: 345px;
    margin: 0 auto;
  }
}
#content .social-section .social-container a {
  flex: 0 1 auto;
  width: calc(50% - 10px);
  /*flex: 0 0 32.1%;
  &:not(:last-child){
  	margin-right: 1.85%;
  }
  @media (max-width: 1024px){
  	flex: 0 0 auto;
  	width: calc(50% - 8px);
  	margin-bottom: 16px;
  	@media (max-width: 767px){
  		width: 100%;
  		margin-bottom: 20px;
  	}
  }
  img{
  	display: block;
  	width: 100%;
  	border-radius: 10px;
  }*/
}
@media (max-width: 767px) {
  #content .social-section .social-container a {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}
#content .social-section .social-container a .btn-top {
  background: #FFF;
  border-radius: 10px 10px 0 0;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}
@media (max-width: 767px) {
  #content .social-section .social-container a .btn-top {
    height: 65px;
    justify-content: flex-start;
    padding-left: 10%;
  }
}
#content .social-section .social-container a .btn-top img {
  display: block;
}
#content .social-section .social-container a .btn-bottom {
  background: #073256;
  border-radius: 0 0 10px 10px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}
@media (max-width: 767px) {
  #content .social-section .social-container a .btn-bottom {
    height: 20px;
  }
}
@media (max-width: 767px) {
  #content .social-section .social-container .sns-1 .btn-top img {
    width: 214px;
  }
}
@media (max-width: 767px) {
  #content .social-section .social-container .sns-1 .btn-bottom img {
    width: 117px;
  }
}
@media (max-width: 767px) {
  #content .social-section .social-container .sns-2 .btn-top img {
    width: 222px;
  }
}
@media (max-width: 767px) {
  #content .social-section .social-container .sns-2 .btn-bottom img {
    width: 161px;
  }
}
#content .contact-section {
  background: #128cf4;
}
#content .contact-section .contact-inner {
  border-top: solid 2px white;
  width: 1270px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  padding-top: 46px;
  padding-bottom: 100px;
  text-align: center;
}
@media (max-width: 767px) {
  #content .contact-section .contact-inner {
    max-width: calc(100% - 30px);
    padding-top: 24px;
    padding-bottom: 79px;
  }
}
#content .contact-section .contact-button {
  display: inline-block;
  background: #FFF;
  color: #128cf4;
  font-weight: bold;
  font-size: 1.5rem;
  height: 71px;
  line-height: 71px;
  padding: 0 15px;
  width: 475px;
  max-width: 100%;
  text-align: center;
  transition: 0.3s;
  border-radius: 20px;
}
@media (max-width: 767px) {
  #content .contact-section .contact-button {
    font-size: 0.875rem;
    height: 35px;
    line-height: 35px;
    width: 238px;
    border-radius: 10px;
  }
}
#content .contact-section .contact-button:hover {
  text-decoration: none;
  opacity: 0.7;
}
#content .contact-section .contact-button:before {
  content: "";
  font-family: sans-serif;
}
#content .contact-section .contact-button .icon-mail {
  margin-right: 10px;
  transform: translateY(5px);
}
@media (max-width: 767px) {
  #content .contact-section .contact-button .icon-mail {
    width: 21px;
    margin-right: 8px;
    transform: translateY(2px);
  }
}
#content .contact-section .header-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  #content .contact-section .header-flex {
    margin-bottom: 6px;
  }
}
#content .contact-section .header-flex .contact-ttl {
  font-size: 1.5rem;
  font-weight: bold;
  display: inline-block;
  margin-left: 86px;
  letter-spacing: 0.05em;
  line-height: 40px;
  height: 40px;
  color: #FFF;
}
@media (max-width: 767px) {
  #content .contact-section .header-flex .contact-ttl {
    font-size: 1.0625rem;
    margin-left: 53px;
  }
}
#content .contact-section .header-flex .contact-ttl:before {
  content: "";
  font-family: sans-serif;
}
#content .contact-section .header-flex .circle {
  display: inline-block;
  background: #FFF;
  width: 70px;
  height: 70px;
  border-radius: 90px;
  color: #128cf4;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: 0.025em;
  text-align: center;
  margin-left: 16px;
  padding-top: 11px;
}
@media (max-width: 767px) {
  #content .contact-section .header-flex .circle {
    margin-left: 8px;
    height: 45px;
    width: 45px;
    font-size: 12px;
    line-height: 14px;
    padding-top: 8px;
  }
}
@media (max-width: 767px) {
  #content .contact-section .telephone-container.pc_only {
    display: none;
  }
}
@media (min-width: 768px) {
  #content .contact-section .telephone-container.sp_only {
    display: none;
  }
}
#content .contact-section .telephone-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #content .contact-section .telephone-container {
    flex-flow: row wrap;
    margin-bottom: 4px;
    text-align: center;
  }
}
#content .contact-section .telephone-container .number-container {
  display: flex;
  align-items: center;
}
#content .contact-section .telephone-container .icon-phone {
  margin-right: 6px;
  width: 38px;
}
@media (max-width: 767px) {
  #content .contact-section .telephone-container .icon-phone {
    width: 24px;
  }
}
#content .contact-section .telephone-container .icon-green {
  margin-right: 3px;
  width: 54px;
}
@media (max-width: 767px) {
  #content .contact-section .telephone-container .icon-green {
    width: 28px;
  }
}
#content .contact-section .telephone-container .phone-number {
  color: #FFF;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 2.25rem;
  font-weight: bold;
  white-space: nowrap;
}
@media (max-width: 767px) {
  #content .contact-section .telephone-container .phone-number {
    font-size: 1.4375rem;
    line-height: 1;
  }
}
#content .contact-section .telephone-container .free-dial {
  color: #fbdb00;
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  #content .contact-section .telephone-container .free-dial {
    font-size: 1.625rem;
  }
}
#content .contact-section .telephone-container .phone-text {
  font-size: 1.25rem;
  font-weight: bold;
  margin-left: 4px;
  margin-right: 10px;
  white-space: nowrap;
  color: #FFF;
}
@media (max-width: 767px) {
  #content .contact-section .telephone-container .phone-text {
    flex: 0 0 100%;
    text-align: center;
    margin: 6px 0;
    font-size: 0.75rem;
  }
}
#content .contact-section .warning {
  color: #e60011;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #content .contact-section .warning {
    font-size: 0.8125rem;
    margin-bottom: 6px;
  }
}
#content .contact-section .contact-text2 {
  font-size: 0.9375rem;
  font-weight: 500;
  margin-bottom: 46px;
  color: #FFF;
}
@media (max-width: 767px) {
  #content .contact-section .contact-text2 {
    font-size: 0.75rem;
    line-height: 1.5;
    margin-bottom: 28px;
  }
}
#content .contact-section .link-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
}
@media (max-width: 767px) {
  #content .contact-section .link-container {
    display: block;
  }
}
@media (max-width: 767px) {
  #content .contact-section .link-container a {
    display: block;
    max-width: 238px;
    margin: 0 auto 12px;
    background-color: #FFF;
    padding: 7px 0;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1.0625rem;
    color: #035294;
    border: solid 2px #035294;
    background-image: url("../img/blue-arrow-right@2x.png");
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: right 13px center;
    border-radius: 3px;
  }
}
@media (min-width: 768px) {
  #content .contact-section .link-container a {
    color: #035294;
    font-size: 1.375rem;
    font-weight: bold;
    margin-right: 26px;
    padding-right: 42px;
    position: relative;
    margin-bottom: 10px;
  }
  #content .contact-section .link-container a:after {
    display: inline-block;
    content: "";
    background-color: #FFF;
    background-image: url("../img/arrow-right-small@2x.png");
    background-repeat: no-repeat;
    background-size: 7px;
    background-position: center center;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: solid 2px #035294;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
  }
  #content .contact-section .link-container a:last-child {
    margin-right: 0;
  }
}
#content .contact-section .link-container a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/*!* -------------------------------
    pagetop
------------------------------- *!*/
.pagetop {
  visibility: visible;
  opacity: 1;
  position: fixed;
  z-index: 990;
  right: 24px;
  bottom: 24px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s, visibility 0.3s, background 0.3s;
  transition: opacity 0.3s, visibility 0.3s, background 0.3s;
  font-size: 0;
  text-align: right;
}

.pagetop a {
  display: inline-block;
  background: #c00;
}

.pagetop a:hover {
  background: #e60000;
}

.pagetop img {
  width: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.pagetop:hover img {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}

.pagetop.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.pagetop.is-absoluted {
  position: absolute;
  bottom: 0;
}

@media (max-width: 767px) {
  .pagetop {
    right: 20px;
  }

  .pagetop img {
    width: 33px;
  }

  .pagetop:hover img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
