@charset "UTF-8";
/*
**  ===================================================================
**  foundation CSS ※サイト全体に共通のスタイル
**  ===================================================================
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap");
#contentArea {
  background: white;
  width: 1000px;
  margin: 0 auto;
}
#contentArea #contentAreaInner {
  padding: 0;
  margin: 0;
  width: 735px;
  float: left;
}
#contentArea #contentRight {
  width: 235px;
  float: right;
  padding: 0;
  margin: 0;
}

/*
**  ===================================================================
**  各種設定：var,reset,base-font,break-point
**  ===================================================================
*/
/*
**  ===================================================================
**  Blocks
**  ===================================================================
*/
/*
**  ===================================================================
**  button CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
@media screen and (min-width: 751px) {
  .l-contents-button {
    text-align: center;
    margin-bottom: 20px;
  }
  .l-contents-button.typeA {
    margin-bottom: 20px;
  }
  .l-contents-button__caution {
    text-align: center;
    color: #ef0012;
    font-size: 18px;
  }
  .l-contents-button__caution.typeA {
    font-size: 28px;
  }
  .l-contents-button__hover :hover {
    opacity: 0.6;
  }
  .l-contents-btn__list {
    text-align: center;
    letter-spacing: -0.4em;
  }
  .l-contents-btn__item {
    display: inline-block;
    margin-right: 30px;
  }
  .l-contents-btn__item:last-of-type {
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .l-contents-button {
    text-align: center;
    margin-bottom: 4%;
  }
  .l-contents-button.typeA {
    margin-bottom: 5%;
  }
  .l-contents-button__caution {
    text-align: center;
    color: #ef0012;
    font-size: 90%;
  }
  .l-contents-button__caution.typeA {
    font-size: 120%;
  }
  .l-contents-btn__list {
    text-align: center;
  }
  .l-contents-btn__item {
    display: inline-block;
    margin-bottom: 5%;
  }
  .l-contents-btn__item:last-of-type {
    margin-bottom: 0;
  }
}
/*
**  ===================================================================
**  media CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
.media-typeA {
  padding-top: 65px;
}
.media-typeB {
  padding-top: 85px;
}
.media__list {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.media__item {
  display: table-cell;
  padding: 0 20px 20px;
}
.media__text {
  font-size: 14px;
  margin-top: 10px;
}
.media__text-blue {
  color: #22477e;
}
.media__note {
  line-height: 1.8;
  color: #955e4b;
  font-size: 12px;
  text-align: left;
}
.media__note li {
  text-indent: -1em;
  padding-left: 1em;
}
.media__note02 {
  line-height: 1.8;
  color: #955e4b;
  font-size: 12px;
  text-align: left;
  margin: 0 25px;
}
.media__note02 li {
  text-indent: -1em;
  padding-left: 1em;
}
.media__note03 {
  line-height: 1.8;
  color: #955e4b;
  font-size: 12px;
  text-align: left;
  margin: 0 12px;
}
.media__note03 li {
  text-indent: -1em;
  padding-left: 1em;
}
.media__note04 {
  line-height: 1.8;
  color: #955e4b;
  font-size: 12px;
  text-align: left;
  margin: -10px 105px 0;
}
.media__note04 li {
  text-indent: -1em;
  padding-left: 1em;
}
.media__image {
  padding: 25px 0;
}

.list-typeA {
  margin-bottom: 65px;
}

.media-entry {
  padding-top: 30px;
}
.media-entry__list {
  display: table;
  table-layout: fixed;
  width: 90%;
}
.media-entry__item {
  display: table-cell;
  padding-right: 20px;
}
.media-entry__label-title {
  margin-bottom: 20px;
}
.media-entry__label-button {
  vertical-align: bottom;
}

.media-pop {
  margin: 0 auto;
}
.media-pop__image {
  padding: 25px 0 10px;
}
.media-pop__note {
  line-height: 1.8;
  color: #955e4b;
  font-size: 12px;
  text-align: right;
}

.pop-typeA {
  width: 300px;
}

.pop-typeB {
  width: 450px;
}

/*
**  ===================================================================
**  panel CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
/*
**  ===================================================================
**  JavaScript CSS 「js-」
**  ===================================================================
*/
/*
**  ===================================================================
**  utility CSS ※prefix「u-」
**  ===================================================================
*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mr10 {
  margin-right: 10px;
}

.u-ml10 {
  margin-left: 10px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mr20 {
  margin-right: 20px;
}

.u-ml20 {
  margin-left: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mr30 {
  margin-right: 30px;
}

.u-ml30 {
  margin-left: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mr40 {
  margin-right: 40px;
}

.u-ml40 {
  margin-left: 40px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mr50 {
  margin-right: 50px;
}

.u-ml50 {
  margin-left: 50px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mr60 {
  margin-right: 60px;
}

.u-ml60 {
  margin-left: 60px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mr70 {
  margin-right: 70px;
}

.u-ml70 {
  margin-left: 70px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mr80 {
  margin-right: 80px;
}

.u-ml80 {
  margin-left: 80px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-mr90 {
  margin-right: 90px;
}

.u-ml90 {
  margin-left: 90px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-mb100 {
  margin-bottom: 100px;
}

.u-mr100 {
  margin-right: 100px;
}

.u-ml100 {
  margin-left: 100px;
}

.u-pt10 {
  padding-top: 10px;
}

.u-pb10 {
  padding-bottom: 10px;
}

.u-pr10 {
  padding-right: 10px;
}

.u-pl10 {
  padding-left: 10px;
}

.u-pt20 {
  padding-top: 20px;
}

.u-pb20 {
  padding-bottom: 20px;
}

.u-pr20 {
  padding-right: 20px;
}

.u-pl20 {
  padding-left: 20px;
}

.u-pt30 {
  padding-top: 30px;
}

.u-pb30 {
  padding-bottom: 30px;
}

.u-pr30 {
  padding-right: 30px;
}

.u-pl30 {
  padding-left: 30px;
}

.u-pt40 {
  padding-top: 40px;
}

.u-pb40 {
  padding-bottom: 40px;
}

.u-pr40 {
  padding-right: 40px;
}

.u-pl40 {
  padding-left: 40px;
}

.u-pt50 {
  padding-top: 50px;
}

.u-pb50 {
  padding-bottom: 50px;
}

.u-pr50 {
  padding-right: 50px;
}

.u-pl50 {
  padding-left: 50px;
}

.u-pt60 {
  padding-top: 60px;
}

.u-pb60 {
  padding-bottom: 60px;
}

.u-pr60 {
  padding-right: 60px;
}

.u-pl60 {
  padding-left: 60px;
}

.u-pt70 {
  padding-top: 70px;
}

.u-pb70 {
  padding-bottom: 70px;
}

.u-pr70 {
  padding-right: 70px;
}

.u-pl70 {
  padding-left: 70px;
}

.u-pt80 {
  padding-top: 80px;
}

.u-pb80 {
  padding-bottom: 80px;
}

.u-pr80 {
  padding-right: 80px;
}

.u-pl80 {
  padding-left: 80px;
}

.u-pt90 {
  padding-top: 90px;
}

.u-pb90 {
  padding-bottom: 90px;
}

.u-pr90 {
  padding-right: 90px;
}

.u-pl90 {
  padding-left: 90px;
}

.u-pt100 {
  padding-top: 100px;
}

.u-pb100 {
  padding-bottom: 100px;
}

.u-pr100 {
  padding-right: 100px;
}

.u-pl100 {
  padding-left: 100px;
}

/*
**  ===================================================================
**  site-layout CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
body {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Verdana", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
}

/* PC用
-------------------------------------------- */
@media screen and (min-width: 751px) {
  #wrapper2 {
    max-width: none;
  }

  #sakanakun_article {
    margin: auto;
    background-color: #5ebde2;
  }
  #sakanakun_article img {
    vertical-align: top;
  }
  #sakanakun_contents {
    overflow: hidden;
    background-color: #ffffff;
  }

  .l-contents-bg {
    background-image: url(../img/contents_bg.png);
    background-repeat: repeat-y;
    background-position: center top;
    background-size: contain;
    max-width: 1040px;
    margin: 0 auto;
  }
  .l-contents-bg.first {
    background-position: center top 182px;
  }
  .l-contents-bg.charge {
    background-position: center top 175px;
  }
  .l-contents-bg.tweet {
    background-position: center top 29px;
  }
  .l-contents-bg.interview {
    background-position: center top 168px;
  }
  .l-contents-bg.common {
    background-position: center top 403px;
  }
  .l-contents-caution__area {
    width: 700px;
    margin: 0 auto 30px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 10px;
  }
  .l-contents-caution__text {
    font-size: 16px;
    color: #e60012;
  }
  .l-contents-caution__text .cont_title {
    font-size: 18px;
  }
  .l-contents-caution__text .mark {
    display: block;
    text-indent: -1em;
    padding-left: 1em;
  }
  .l-contents__section {
    text-align: center;
    width: 800px;
    margin: 0 auto;
  }
  .l-contents-block {
    margin-bottom: 40px;
  }
  .l-contents-block.typeB {
    margin-bottom: 45px;
  }
  .l-contents-block:last-child {
    margin-bottom: 0;
  }
  .l-contents-block__list {
    text-align: left;
  }
  .l-contents-block__list.typeA {
    text-align: center;
  }
  .l-contents-block__item {
    color: #000;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 16px;
    font-weight: 500;
  }
  .l-contents-block__item.space {
    padding-left: 0;
    text-indent: 0;
  }
  .l-contents-block__item .paragraph {
    margin-left: 1.5em;
  }
  .l-contents-block-outer {
    position: relative;
    margin-bottom: 20px;
  }
  .l-contents-block-outer__area {
    position: absolute;
    width: 100vw;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
  }
  .l-contents-block-outer__head.interview {
    background-image: url(../img/interview_link_bg_head.png);
    background-repeat: repeat-x;
    background-position: center top;
    padding-top: 38px;
  }
  .l-contents-block-outer__head.muryou {
    background-image: url(../img/stamp_bg_top.png);
    background-repeat: repeat-x;
    background-position: center top;
    padding-top: 38px;
  }
  .l-contents-block-outer__body.interview {
    background-color: #88cce9;
  }
  .l-contents-block-outer__body.muryou {
    background-color: #b3dbf0;
  }
  .l-contents-block-outer__foot.interview {
    background-image: url(../img/interview_link_bg_foot.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    padding-bottom: 38px;
  }
  .l-contents-block-outer__foot.muryou {
    background-image: url(../img/stamp_bg_foot.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    padding-bottom: 38px;
  }
  .l-contents-stamp-end {
    position: relative;
    padding: 10px;
  }
  .l-contents-stamp-end.typeA {
    margin-bottom: 10px;
  }
  .l-contents-stamp-end__body {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
  }
  .l-contents-stamp-end__text {
    font-size: 35px;
    font-weight: 500;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: auto;
    text-align: center;
    transform: translateY(-50%);
  }
  .l-contents-stamp-container {
    margin-bottom: 60px;
  }
  .l-contents-stamp-container:last-child {
    margin-bottom: 0;
  }
  .l-contents-stamp-tweet__img {
    padding: 15px;
    background-color: #fff;
    border-radius: 10px;
  }
  .l-contents-stamp__title {
    padding-top: 30px;
    text-align: center;
    margin: 0 0 24px;
  }
  .l-contents-stamp__length {
    text-align: center;
    margin-bottom: 20px;
  }
  .l-contents-stamp__length.typeA {
    margin-bottom: 30px;
  }
  .l-contents-stamp__nav {
    text-align: center;
    margin-bottom: 30px;
  }
  .l-contents-stamp__body {
    width: 700px;
    margin: 0 auto;
  }
  .l-contents-stamp-first__title {
    text-align: right;
    margin-right: -5px;
    margin-bottom: 30px;
  }
  .l-contents-stamp-first__block {
    margin-bottom: 40px;
  }
  .l-contents-stamp-first__block.typeA {
    margin-bottom: 60px;
  }
  .l-contents-stamp-first__block.typeB {
    margin-bottom: 70px;
  }
  .l-contents-stamp-first__block:last-child {
    margin-bottom: 0;
  }
  .l-contents-stamp-first-course__border {
    position: relative;
    border: 6px solid #4057a7;
    border-radius: 10px;
    background-color: #fff;
  }
  .l-contents-stamp-first-course__title {
    position: absolute;
    top: -28px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .l-contents-stamp-first-course__body {
    padding: 40px 30px;
  }
  .l-contents-stamp-first-course__body.typeA {
    padding-top: 68px;
  }
  .l-contents-stamp-first-course__block {
    background-image: url(../img/stamp_border.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 65px;
    margin-bottom: 50px;
  }
  .l-contents-stamp-first-course__block:last-child {
    background: transparent;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .l-contents-stamp-first-course__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
  }
  .l-contents-stamp-first-course__item:first-child {
    width: 280px;
    text-align: center;
  }
  .l-contents-stamp-first-course__item.typeA:first-child {
    width: 334px;
  }
  .l-contents-stamp-first-course__badge {
    margin-bottom: 25px;
  }
  .l-contents-stamp-first-course__name {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #4057a7;
    letter-spacing: -2px;
  }
  .l-contents-stamp-first-course__name.typeA {
    letter-spacing: -4px;
  }
  .l-contents-stamp-first-course__counter.typeA {
    margin-bottom: 30px;
  }
  .l-contents-stamp-first-course__number {
    line-height: 1;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 800;
    color: #000;
    font-size: 38px;
  }
  .l-contents-stamp-first-course__number span {
    margin-left: 0.2em;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Verdana", sans-serif;
    font-size: 40px;
  }
  .l-contents-stamp-first-course__img.typeA {
    margin-right: 120px;
  }
  .l-contents-stamp-first-course__img.typeB {
    margin-right: 9px;
  }
  .l-contents-stamp-first-course__img.typeC {
    margin-bottom: 45px;
  }
  .l-contents-stamp-first-course__caution {
    text-align: left;
  }
  .l-contents-stamp-first-course-caution {
    display: flex;
    justify-content: space-between;
    border: 2px solid #e60012;
    background-color: #fff;
    margin-top: 40px;
    padding: 20px 30px 20px 54px;
    border-radius: 10px;
  }
  .l-contents-stamp-first-course-caution__img {
    width: 13%;
  }
  .l-contents-stamp-first-course-caution__text {
    width: 80%;
    text-align: left;
    font-size: 16px;
    color: #000000;
  }
  .l-contents-stamp-first-course-caution__text span {
    color: #e60012;
  }
  .l-contents-stamp-first-course-caution__text a {
    color: #e60012;
    text-decoration: underline;
  }
  .l-contents-stamp-lottery__title {
    text-align: right;
    margin-right: 44px;
    margin-top: 47px;
    margin-bottom: 20px;
  }
  .l-contents-stamp-lottery__border {
    position: relative;
    border: 6px solid #4057a7;
    border-radius: 10px;
    background-color: #fff;
  }
  .l-contents-stamp-lottery__body {
    padding: 50px 30px;
  }
  .l-contents-stamp-lottery__block {
    background-image: url(../img/stamp_border.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 65px;
    margin-bottom: 50px;
  }
  .l-contents-stamp-lottery__block:last-child {
    background: transparent;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .l-contents-stamp-lottery__list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }
  .l-contents-stamp-lottery__item:first-child {
    text-align: center;
  }
  .l-contents-stamp-lottery__name {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #4057a7;
    letter-spacing: -2px;
  }
  .l-contents-stamp-lottery__name.typeA {
    letter-spacing: -4px;
  }
  .l-contents-stamp-lottery__name span {
    font-size: 26px;
  }
  .l-contents-stamp-lottery__img.typeA {
    margin-right: 49px;
  }
  .l-contents-stamp-lottery__img.typeB {
    margin-right: 49px;
  }
  .l-contents-stamp-lottery__img.typeC {
    margin-bottom: 40px;
  }
  .l-contents-stamp-lottery__text {
    font-size: 20px;
    font-weight: bold;
    color: #4057a7;
    text-align: left;
    margin-bottom: 10px;
  }
  .l-contents-stamp-lottery__link {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 20px;
    line-height: 35px;
  }
  .l-contents-stamp-lottery__link a {
    color: #4057a7;
    position: relative;
    border-bottom: 1px solid #4057a7;
  }
  .l-contents-stamp-lottery__link a::after {
    content: "";
    background-image: url(../img/stamp_lottery_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 0.5em;
    margin-bottom: 5px;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
  }
  .l-contents-stamp-lottery__note {
    margin: 0 30px;
  }
  .l-contents-stamp-muryou__inner {
    padding: 22px 0 40px;
  }
  .l-contents-stamp-muryou__title {
    text-align: left;
    margin-left: 10px;
    margin-bottom: 27px;
  }
  .l-contents-stamp-muryou__block {
    margin-bottom: 40px;
  }
  .l-contents-stamp-muryou__block:last-child {
    margin-bottom: 0;
  }
  .l-contents-stamp-muryou-course__border {
    position: relative;
    border: 6px solid #4057a7;
    border-radius: 10px;
    background-color: #fff;
  }
  .l-contents-stamp-muryou-course__body {
    padding: 40px 30px;
  }
  .l-contents-stamp-muryou-course__block {
    background-image: url(../img/stamp_border.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 55px;
    margin-bottom: 40px;
  }
  .l-contents-stamp-muryou-course__block:last-child {
    background: transparent;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .l-contents-stamp-muryou-course__title {
    text-align: center;
  }
  .l-contents-stamp-muryou-course__title.typeA {
    margin-bottom: 36px;
  }
  .l-contents-stamp-muryou-course__title.typeB {
    margin-bottom: 46px;
  }
  .l-contents-stamp-muryou__note {
    margin: 0 25px;
  }
  .l-contents-stamp-charge__title {
    text-align: left;
    margin-left: 34px;
    margin-bottom: 20px;
  }
  .l-contents-stamp-charge__block {
    margin-bottom: 40px;
  }
  .l-contents-stamp-charge__block:last-child {
    margin-bottom: 0;
  }
  .l-contents-stamp-charge-course__border {
    position: relative;
    border: 6px solid #4057a7;
    border-radius: 10px;
    background-color: #fff;
  }
  .l-contents-stamp-charge-course__body {
    padding: 40px 30px;
  }
  .l-contents-stamp-charge-course__block {
    background-image: url(../img/stamp_border.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 55px;
    margin-bottom: 40px;
  }
  .l-contents-stamp-charge-course__block:last-child {
    background: transparent;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .l-contents-stamp-charge-course__img {
    text-align: center;
  }
  .l-contents-stamp-charge-course__img.typeA {
    margin-bottom: 30px;
  }
  .l-contents-stamp-charge-course__img.typeB {
    margin-bottom: 30px;
  }
  .l-contents-stamp-charge__btn.typeA {
    margin-top: 40px;
    margin-bottom: 45px;
  }
  .l-contents-stamp-charge__btn.typeB {
    margin-top: 40px;
  }
  .l-contents-stamp-charge__link {
    position: relative;
    padding-bottom: 2px;
    border-bottom: 1px solid #4057a7;
    color: #4057a7;
  }
  .l-contents-stamp-charge__link::after {
    content: "";
    margin-left: 2px;
    background-image: url(../img/interview_link_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: baseline;
  }
  .l-contents-stamp-charge__note {
    margin: 0 25px;
  }
  .l-contents-stamp-charge-howto__title {
    background-color: #4057a7;
    padding: 35px 0;
    text-align: center;
    line-height: 1;
    border-radius: 10px;
  }
  .l-contents-stamp-charge-howto__title.open {
    border-radius: 10px 10px 0 0;
  }
  .l-contents-stamp-charge-howto__title.open::after {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }
  .l-contents-stamp-charge-howto__title::after {
    content: url(../img/stamp_cahrge_arrow.png);
    position: absolute;
    right: 30px;
    line-height: 1;
    top: 50%;
    transition: all 0.2s ease-in-out;
    display: block;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
  .l-contents-stamp-charge-howto__block {
    padding: 26px 30px 50px;
    background-color: #b3dbf0;
    border-radius: 0 0 10px 10px;
  }
  .l-contents-stamp-charge-howto__img.typeA {
    margin-bottom: 30px;
  }
  .l-contents-stamp-charge-howto__img.typeB {
    margin-bottom: 40px;
  }
  .l-contents-stamp-charge-howto__list {
    background: #da4218;
    padding: 30px 30px;
    margin-bottom: 40px;
    text-align: left;
  }
  .l-contents-stamp-charge-howto__item {
    font-size: 16px;
    color: #fff;
    text-indent: -1em;
    padding-left: 1em;
  }
  .l-contents-stamp-charge-product__title {
    text-align: center;
    margin-bottom: 10px;
  }
  .l-contents-stamp-charge-product__block {
    margin: 0 30px 40px;
    background-color: #fff;
    border: 4px solid #4057a7;
    border-radius: 20px;
    padding: 24px 0 22px;
  }
  .l-contents-stamp-charge-product__note {
    margin: 0 30px;
  }
  .l-contents-stamp-caution__block {
    width: 700px;
    margin: 0 auto 18px;
    background: #ffffff;
    border: 2px solid #da4218;
    border-radius: 10px;
    padding: 16px 19px 16px 19px;
  }
  .l-contents-stamp-caution__block.typeA {
    margin-top: 40px;
    margin-bottom: 0;
  }
  .l-contents-stamp-caution__block.typeB {
    margin-bottom: 0;
  }
  .l-contents-stamp-caution__block.typeC {
    width: 100%;
  }
  .l-contents-stamp-caution__block.typeD {
    margin-bottom: 0;
    padding: 16px 16px 16px 16px;
  }
  .l-contents-stamp-caution__text {
    text-align: left;
    font-size: 22px;
    color: #da4218;
    display: flex;
  }
  .l-contents-stamp-caution__text.typeA {
    align-items: center;
  }
  .l-contents-stamp-caution__text span {
    font-size: 50px;
    text-align: center;
    height: 73px;
    padding: 0 27px;
    border-radius: 100px;
    background: #da4218;
    color: #fff;
    font-weight: bold;
    margin-right: 0.5em;
    margin-top: 0.5em;
  }
  .l-contents-stamp-caution__text span.typeA {
    margin-top: 0;
  }
  .l-contents-stamp-caution__text span.typeB {
    margin-top: 0.3em;
  }
  .l-contents-stamp-caution__text span.typeC {
    margin-top: 0;
    margin-right: 0.3em;
  }
  .l-contents-interview__title {
    padding-top: 50px;
    margin-bottom: -101px;
  }
  .l-contents-interview-link__inner {
    padding: 27px 0 20px;
  }
  .l-contents-interview-link__name {
    text-align: center;
    margin-bottom: 30px;
  }
  .l-contents-interview-link__read {
    text-align: center;
    margin-bottom: 30px;
  }
  .l-contents-interview-link__area {
    position: relative;
    width: 660px;
    margin: 0 auto;
  }
  .l-contents-interview-link__point {
    position: absolute;
    top: -60px;
    right: 27px;
  }
  .l-contents-interview-link__block {
    position: relative;
    z-index: 1;
    background-color: #cde8f4;
    border-radius: 10px;
    padding: 17px 0 13px;
  }
  .l-contents-interview-link__text {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 26px;
    text-align: center;
    font-weight: 900;
    color: #4057a7;
    line-height: 1;
    margin-bottom: 13px;
  }
  .l-contents-interview-link__link {
    position: relative;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 26px;
    font-weight: 900;
    text-align: center;
    padding-bottom: 2px;
    border-bottom: 1px solid #4057a7;
    color: #4057a7;
    line-height: 1;
    vertical-align: middle;
  }
  .l-contents-interview-link__link::after {
    content: "";
    background-image: url(../img/interview_link_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 27px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
  }
  .l-contents-interview-faq__title {
    text-align: center;
    margin-right: 120px;
    margin-bottom: -2px;
  }
  .l-contents-interview-faq__block {
    width: 700px;
    margin: 0 auto 30px;
  }
  .l-contents-interview-faq__block.typeA {
    margin-bottom: 60px;
  }
  .l-contents-interview-faq__block:last-child {
    margin-bottom: 0;
  }
  .l-contents-interview-faq-question {
    background-color: #4057a7;
    border-radius: 10px 10px 0 0;
    position: relative;
    overflow: hidden;
  }
  .l-contents-interview-faq-question__area {
    width: 573px;
    margin: 0 auto;
    padding: 30px 0;
    display: flex;
    justify-content: center;
  }
  .l-contents-interview-faq-question__icon {
    line-height: 1;
    color: #fff;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 900;
    font-size: 56px;
    margin-right: 24px;
  }
  .l-contents-interview-faq-question__title {
    color: #fff;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 900;
    font-size: 30px;
    line-height: 1.2;
    text-align: left;
  }
  .l-contents-interview-faq-question__bg {
    position: absolute;
    bottom: -23px;
    right: -4px;
  }
  .l-contents-interview-faq__body {
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    padding: 40px 37px;
  }
  .l-contents-interview-faq__list {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .l-contents-interview-faq__item:first-child {
    width: 21%;
  }
  .l-contents-interview-faq__item:last-child {
    width: 74%;
  }
  .l-contents-interview-faq__text {
    text-align: left;
    font-size: 16px;
    color: #000;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 500;
  }
  .l-contents-interview-bnr__item {
    margin-bottom: 60px;
  }
  .l-contents-interview-bnr__item:last-child {
    margin-bottom: 0;
  }
  .l-contents-tweet__title {
    padding-top: 50px;
    margin-bottom: -7px;
  }
  .l-contents-tweet__read {
    text-align: center;
    margin-bottom: 40px;
  }
  .l-contents-tweet-length {
    margin-bottom: 50px;
  }
  .l-contents-tweet__img {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 40px;
  }
  .l-contents-tweet__note {
    position: relative;
    margin: 0 50px 40px;
  }
  .l-contents-tweet__icon {
    position: absolute;
    top: -85px;
    left: -17px;
  }
  .l-contents-tweet__area {
    position: relative;
    width: 644px;
    margin: 0 auto;
  }
  .l-contents-tweet__point {
    position: absolute;
    top: -109px;
    right: 39px;
  }
  .l-contents-tweet__btn {
    position: relative;
    text-align: center;
  }
  .l-contents-tweet-caution {
    width: 700px;
    margin: 0 auto;
  }
  .l-contents-tweet-caution__title {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    line-height: 1;
    background-color: #4057a7;
    border-radius: 10px 10px 0 0;
    padding: 23px 0 19px;
  }
  .l-contents-tweet-caution__inner {
    background-color: #b3dbf0;
    padding: 40px 25px;
    border-radius: 0 0 10px 10px;
  }
  .l-contents-tweet-caution__block {
    margin-bottom: 1em;
  }
  .l-contents-tweet-caution__block:last-child {
    margin-bottom: 0;
  }
  .l-contents-tweet-caution__text {
    text-align: left;
    color: #000;
    font-size: 16px;
    font-weight: 500;
  }
  .l-contents-tweet-caution__item {
    font-weight: 500;
    text-align: left;
    color: #000;
    font-size: 16px;
    text-indent: -1em;
    padding-left: 1em;
  }
  .l-contents-tweet-caution__item.typeA {
    text-indent: -1.5em;
    padding-left: 1.5em;
  }
  .l-contents-tweet-caution__link {
    text-align: left;
    font-size: 16px;
    text-indent: -1em;
    padding-left: 1em;
  }
  .l-contents-tweet-caution__link a {
    font-weight: 500;
    color: #da4218;
    text-decoration: underline;
  }
  .l-contents-faq__section {
    width: 700px;
    margin: 0 auto;
  }
  .l-contents-faq__block {
    margin-bottom: 30px;
  }
  .l-contents-faq__block:last-child {
    margin-bottom: 0;
  }
  .l-contents-faq-title__area {
    position: relative;
    background-color: #4057a7;
    border-radius: 20px 20px 0 0;
  }
  .l-contents-faq-title__area::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 20px solid transparent;
    border-top: 20px solid #4057a7;
  }
  .l-contents-faq-title__badge {
    position: absolute;
    top: -20px;
    left: -20px;
  }
  .l-contents-faq-title__text {
    font-family: "M PLUS Rounded 1c", sans-serif;
    text-align: left;
    font-size: 36px;
    color: #ffffff;
    line-height: 1.2;
    font-weight: 900;
    padding: 48px 0;
    padding-left: 70px;
  }
  .l-contents-faq-title__text.typeA {
    letter-spacing: -2px;
    padding: 27px 0;
    padding-left: 70px;
  }
  .l-contents-faq__body {
    background-color: #fff;
    border: 6px solid #4057a7;
    border-top: none;
    border-radius: 0 0 20px 20px;
    padding: 40px 24px 36px;
  }
  .l-contents-faq__subtitle {
    font-family: "M PLUS Rounded 1c", sans-serif;
    text-align: left;
    font-size: 30px;
    margin-bottom: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 900;
  }
  .l-contents-faq__inner {
    text-align: left;
  }
  .l-contents-faq__text {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 16px;
    margin-bottom: 1em;
    font-weight: 500;
    line-height: 1.4;
  }
  .l-contents-faq__text.typeA {
    text-indent: 0;
    padding-left: 0;
  }
  .l-contents-faq__text.typeB {
    margin-bottom: 0;
  }
  .l-contents-faq__text:last-child {
    margin-bottom: 0;
  }
  .l-contents-faq__text a {
    color: #da4218;
    text-decoration: underline;
    font-weight: 500;
  }
  .l-contents-faq__link {
    font-size: 16px;
    font-weight: 500;
  }
  .l-contents-faq__link a {
    color: #da4218;
    text-decoration: underline;
  }
  .l-contents-faq__list {
    margin-bottom: 1em;
  }
  .l-contents-faq__list:last-child {
    margin-bottom: 0;
  }
  .l-contents-faq__item {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 16px;
    font-weight: 500;
  }
  .l-contents-faq__caution {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 16px;
    font-weight: 500;
  }
  .l-contents-howto__title {
    text-align: center;
  }
  .l-contents-howto__block {
    position: relative;
    margin-bottom: 50px;
  }
  .l-contents-howto__block.typeA {
    margin-bottom: 3px;
  }
  .l-contents-howto__block.typeB {
    margin-bottom: 35px;
  }
  .l-contents-howto__block:last-child {
    margin-bottom: 0;
  }
  .l-contents-howto-common__title {
    background: url(../img/common_title_bg.png) left center repeat-x;
    height: 188px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
  }
  .l-contents-howto-caution__title {
    margin-bottom: -15px;
  }
  .l-contents-howto-caution__inner {
    padding: 44px 24px 34px;
  }
  .l-contents-howto-caution__block {
    width: 700px;
    margin: 0 auto;
    position: relative;
    border: 6px solid #4057a7;
    border-radius: 20px;
    background-color: #fff;
  }
  .l-contents-howto-caution__list {
    text-align: left;
  }
  .l-contents-howto-caution__item {
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    text-indent: -1em;
    padding-left: 1em;
  }
  .l-contents-howto-caution__item a {
    color: #da4218;
    text-decoration: underline;
  }
  .l-contents-application__title {
    margin-bottom: 30px;
  }
  .l-contents-application__img {
    text-align: center;
    margin-bottom: 24px;
  }
  .l-contents-application__area {
    position: relative;
  }
  .l-contents-application__point {
    transform: scale(-1, 1);
    position: absolute;
    bottom: 643px;
    right: -156px;
  }
  .l-contents-application__point.typeA {
    bottom: 290px;
    right: -99px;
  }
  .l-contents-application__note {
    font-weight: 500;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 12px;
    width: 700px;
    margin: 0 auto 70px;
  }
  .l-contents-application-caution__block {
    position: relative;
    width: 700px;
    margin: 0 auto;
  }
  .l-contents-application-caution__block:last-child {
    margin-bottom: 0;
  }
  .l-contents-application-caution__title {
    text-align: center;
    position: absolute;
    top: -31px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .l-contents-application-caution__body {
    background-color: #fff;
    border: 6px solid #4057a7;
    border-radius: 20px;
    padding: 60px 30px 26px;
  }
  .l-contents-application-caution__list {
    text-align: left;
    margin-bottom: 1em;
  }
  .l-contents-application-caution__list:last-of-type {
    margin-bottom: 0;
  }
  .l-contents-application-caution__item {
    font-size: 16px;
    text-indent: -1em;
    padding-left: 1em;
    font-weight: 500;
    color: #000000;
  }
  .l-contents-application-caution-link {
    text-align: left;
  }
  .l-contents-application-caution-link__item {
    font-size: 16px;
  }
  .l-contents-application-caution-link__item a {
    font-weight: 500;
    color: #da4218;
    text-decoration: underline;
  }
  .l-contents-application-download__block {
    width: 700px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .l-contents-application-download__body {
    width: 335px;
    padding: 24px;
    background-color: #fff;
    border: 6px solid #4057a7;
    border-radius: 20px;
  }
  .l-contents-application-download__list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }
  .l-contents-application-download__item.typeA {
    margin-right: 12px;
  }
  .l-contents-application-download__item.typeB {
    margin-right: 27px;
  }
  .l-contents-application-download__text {
    font-family: "M PLUS Rounded 1c", sans-serif;
    text-align: center;
    color: #000000;
    font-size: 25px;
    font-weight: 900;
    line-height: 1;
  }
  .l-contents-application-free__title {
    margin-bottom: -6px;
    margin-right: 62px;
    margin-left: -72px;
  }

  .accordion-title {
    position: relative;
    margin: 0;
    cursor: pointer;
  }
  .accordion-content {
    display: none;
  }

  .product__slider .slick-slide {
    margin-right: 0.3vw !important;
    margin-left: 0.3vw !important;
  }
  .product__slider .slick-slide img {
    margin: 0 auto;
  }
  .product__slider .slide-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .product__slider .slide-arrow.prev-arrow {
    left: -4%;
    z-index: 1;
  }
  .product__slider .slide-arrow.next-arrow {
    right: -4%;
  }

  .pagetop {
    z-index: 1;
    right: 58px;
  }

  div .visible-xs {
    display: none !important;
  }
}
/* SP用
-------------------------------------------- */
@media screen and (max-width: 750px) {
  body {
    -webkit-touch-callout: none;
    /* リンク長押しのポップアップを無効化 */
    -webkit-user-select: none;
    /* テキスト長押しの選択ボックスを無効化 */
  }

  #wrapper {
    overflow: hidden;
  }

  div#wrapper-content {
    /* background-image: url(../img/main-image.png);*/
  }
  div#wrapper-content img {
    width: 100%;
    vertical-align: top;
  }

  div .hidden-xs {
    display: none !important;
  }

  #sakanakun_article {
    margin: auto;
    background-color: #5ebde2;
  }
  #sakanakun_article img {
    vertical-align: top;
  }
  #sakanakun_contents {
    background-color: #ffffff;
  }

  .l-contents-caution__area {
    margin: 0 3% 6%;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 2%;
  }
  .l-contents-caution__text {
    font-size: 70%;
    color: #e60012;
  }
  .l-contents-caution__text .mark {
    display: block;
    text-indent: -1em;
    padding-left: 1em;
  }
  .l-contents__section {
    text-align: center;
    margin: 0 auto;
  }
  .l-contents-block {
    margin-bottom: 6%;
  }
  .l-contents-block:last-child {
    margin-bottom: 0;
  }
  .l-contents-block-title {
    text-align: center;
  }
  .l-contents-block__list {
    text-align: left;
  }
  .l-contents-block__list.typeA {
    text-align: center;
  }
  .l-contents-block__item {
    color: #000;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 80%;
    font-weight: 500;
  }
  .l-contents-block__item.space {
    padding-left: 0;
    text-indent: 0;
  }
  .l-contents-block-outer {
    position: relative;
  }
  .l-contents-block-outer__area {
    position: absolute;
    width: 100vw;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
  }
  .l-contents-block-outer__area.muryou {
    position: relative;
    width: auto;
    transform: none;
  }
  .l-contents-block-outer__head.interview {
    background-image: url(../img/interview_link_bg_head_sp.png);
    background-size: 62%;
    background-repeat: repeat-x;
    background-position: left top;
    padding-top: 5%;
  }
  .l-contents-block-outer__head.muryou {
    background-image: url(../img/stamp_bg_top_sp.png);
    background-size: 50%;
    background-repeat: repeat-x;
    background-position: left top;
    padding-top: 4.5%;
  }
  .l-contents-block-outer__body.interview {
    background-color: #88cce9;
  }
  .l-contents-block-outer__body.muryou {
    background-color: #b3dbf0;
  }
  .l-contents-block-outer__foot.interview {
    background-image: url(../img/interview_link_bg_foot_sp.png);
    background-size: 54%;
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: 5%;
  }
  .l-contents-block-outer__foot.muryou {
    background-image: url(../img/stamp_bg_foot_sp.png);
    background-size: 50%;
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: 4.5%;
  }
  .l-contents-stamp-end {
    position: relative;
    padding: 3%;
  }
  .l-contents-stamp-end.typeA {
    margin-bottom: 2%;
  }
  .l-contents-stamp-end__body {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
  }
  .l-contents-stamp-end__text {
    font-size: 170%;
    font-weight: 500;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: auto;
    text-align: center;
    transform: translateY(-50%);
  }
  .l-contents-stamp-container {
    margin-bottom: 8%;
  }
  .l-contents-stamp-container.typeA {
    margin-bottom: 0;
  }
  .l-contents-stamp-container:last-child {
    margin-bottom: 0;
  }
  .l-contents-stamp-tweet__img {
    padding: 2.5%;
    background-color: #fff;
    border-radius: 5px;
  }
  .l-contents-stamp__title {
    padding-top: 3%;
    text-align: center;
    margin: 0 3% 4%;
  }
  .l-contents-stamp__length {
    text-align: center;
    margin: 0 3% 3%;
  }
  .l-contents-stamp__length.typeA {
    margin-bottom: 6%;
  }
  .l-contents-stamp__nav {
    text-align: center;
    margin: 0 3% 2%;
  }
  .l-contents-stamp__body {
    margin: 0 3%;
  }
  .l-contents-stamp-first__title {
    text-align: right;
    margin: 0 1% 3% 5%;
  }
  .l-contents-stamp-first__block {
    margin-bottom: 5%;
  }
  .l-contents-stamp-first__block.typeA {
    margin-bottom: 10%;
  }
  .l-contents-stamp-first__block.typeB {
    margin-bottom: 10%;
  }
  .l-contents-stamp-first__block:last-child {
    margin-bottom: 0;
  }
  .l-contents-stamp-first-course__border {
    position: relative;
    border: 3px solid #4057a7;
    border-radius: 10px;
    background-color: #fff;
  }
  .l-contents-stamp-first-course__title {
    width: 78%;
    position: absolute;
    top: -1%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .l-contents-stamp-first-course__title.typeA {
    width: 40%;
    top: -3.5%;
  }
  .l-contents-stamp-first-course__body {
    padding: 5% 3%;
  }
  .l-contents-stamp-first-course__block {
    background-image: url(../img/stamp_border_sp.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 9%;
    margin-bottom: 4%;
  }
  .l-contents-stamp-first-course__block:last-child {
    background: transparent;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .l-contents-stamp-first-course__list {
    margin-bottom: 5%;
  }
  .l-contents-stamp-first-course__item:first-child {
    text-align: center;
  }
  .l-contents-stamp-first-course__badge.typeA {
    margin-left: 5%;
    margin-right: -1%;
    margin-bottom: 3%;
  }
  .l-contents-stamp-first-course__badge.typeB {
    margin-left: 40%;
    margin-right: -1%;
    margin-bottom: 4%;
  }
  .l-contents-stamp-first-course__badge.typeC {
    margin-left: 12%;
    margin-right: -1%;
  }
  .l-contents-stamp-first-course__badge.typeD {
    margin-right: -1%;
    margin-bottom: 4%;
  }
  .l-contents-stamp-first-course__badge.typeE {
    margin-top: -3%;
    margin-left: 12%;
    margin-right: -1%;
    margin-bottom: 4%;
  }
  .l-contents-stamp-first-course__name {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 165%;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1%;
    color: #4057a7;
    letter-spacing: -2px;
  }
  .l-contents-stamp-first-course__name.typeA {
    letter-spacing: -4px;
  }
  .l-contents-stamp-first-course__name.typeB {
    letter-spacing: 0;
  }
  .l-contents-stamp-first-course__number {
    line-height: 1;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 800;
    color: #000;
    font-size: 170%;
  }
  .l-contents-stamp-first-course__number span {
    margin-left: 0.2em;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Verdana", sans-serif;
    font-size: 110%;
  }
  .l-contents-stamp-first-course__caution {
    margin-top: 5%;
    margin-right: 10%;
  }
  .l-contents-stamp-first-course-caution {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px solid #e60012;
    background-color: #fff;
    margin-top: 6%;
    padding: 1% 3%;
    border-radius: 5px;
  }
  .l-contents-stamp-first-course-caution__img {
    width: 12%;
    margin-left: 4%;
  }
  .l-contents-stamp-first-course-caution__text {
    width: 78%;
    text-align: left;
    font-size: 80%;
    color: #000000;
  }
  .l-contents-stamp-first-course-caution__text span {
    color: #e60012;
  }
  .l-contents-stamp-first-course-caution__text a {
    color: #e60012;
    text-decoration: underline;
  }
  .l-contents-stamp-lottery__title {
    text-align: right;
    margin: 6% 8% 2% 7%;
  }
  .l-contents-stamp-lottery__border {
    position: relative;
    border: 3px solid #4057a7;
    border-radius: 10px;
    background-color: #fff;
  }
  .l-contents-stamp-lottery__body {
    padding: 2% 3% 5%;
  }
  .l-contents-stamp-lottery__block {
    background-image: url(../img/stamp_border_sp.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 9%;
    margin-bottom: 4%;
  }
  .l-contents-stamp-lottery__block:last-child {
    background: transparent;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .l-contents-stamp-lottery__list {
    margin-bottom: 5%;
  }
  .l-contents-stamp-lottery__item:first-child {
    text-align: center;
  }
  .l-contents-stamp-lottery__badge {
    margin-bottom: 2%;
  }
  .l-contents-stamp-lottery__badge.typeA {
    margin-left: 6%;
  }
  .l-contents-stamp-lottery__badge.typeB {
    margin-left: 6%;
  }
  .l-contents-stamp-lottery__badge.typeC {
    margin-left: 18%;
  }
  .l-contents-stamp-lottery__badge.typeD {
    margin-left: 5%;
  }
  .l-contents-stamp-lottery__img.typeC {
    margin-left: 3%;
    margin-bottom: 4%;
  }
  .l-contents-stamp-lottery__name {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 140%;
    font-weight: 800;
    line-height: 1.2;
    color: #4057a7;
    letter-spacing: -2px;
  }
  .l-contents-stamp-lottery__name.typeA {
    letter-spacing: -4px;
  }
  .l-contents-stamp-lottery__name.typeB {
    margin-bottom: 4%;
    letter-spacing: -1px;
  }
  .l-contents-stamp-lottery__name.typeC {
    margin-bottom: 4%;
  }
  .l-contents-stamp-lottery__name span {
    font-size: 95%;
  }
  .l-contents-stamp-lottery__text {
    font-size: 75%;
    font-weight: bold;
    color: #4057a7;
    text-align: left;
    margin-bottom: 2%;
  }
  .l-contents-stamp-lottery__link {
    font-size: 70%;
    font-weight: bold;
    text-align: left;
    margin-bottom: 4%;
    line-height: 20px;
  }
  .l-contents-stamp-lottery__link a {
    color: #4057a7;
    position: relative;
    border-bottom: 1px solid #4057a7;
    letter-spacing: -0.3px;
  }
  .l-contents-stamp-lottery__link a::after {
    content: "";
    background-image: url(../img/stamp_lottery_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 1%;
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: baseline;
  }
  .l-contents-stamp-muryou__inner {
    padding: 3% 0 3%;
  }
  .l-contents-stamp-muryou__title {
    text-align: left;
    margin-left: 2%;
    margin-right: 5%;
    margin-bottom: 3%;
  }
  .l-contents-stamp-muryou__block {
    margin-bottom: 5%;
  }
  .l-contents-stamp-muryou__block:last-child {
    margin-bottom: 0;
  }
  .l-contents-stamp-muryou-course__border {
    position: relative;
    border: 3px solid #4057a7;
    border-radius: 10px;
    background-color: #fff;
  }
  .l-contents-stamp-muryou-course__body {
    padding: 5% 4%;
  }
  .l-contents-stamp-muryou-course__block {
    background-image: url(../img/stamp_border_sp.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 9%;
    margin-bottom: 6%;
  }
  .l-contents-stamp-muryou-course__block:last-child {
    background: transparent;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .l-contents-stamp-muryou-course__title {
    text-align: center;
  }
  .l-contents-stamp-muryou-course__title.typeA {
    margin: 0 4% 4%;
  }
  .l-contents-stamp-muryou-course__title.typeB {
    margin: 0 4% 4%;
  }
  .l-contents-stamp-muryou-course__img.typeA {
    margin: 0 1% 0 2%;
  }
  .l-contents-stamp-muryou-course__img.typeB {
    margin: 0 5% 0 2%;
  }
  .l-contents-stamp-charge__title {
    text-align: left;
    margin: 1% 5% 2% 6%;
  }
  .l-contents-stamp-charge__block {
    margin-bottom: 6%;
  }
  .l-contents-stamp-charge__block:last-child {
    margin-bottom: 0;
  }
  .l-contents-stamp-charge-course__border {
    position: relative;
    border: 3px solid #4057a7;
    border-radius: 10px;
    background-color: #fff;
  }
  .l-contents-stamp-charge-course__body {
    padding: 2% 3% 4%;
  }
  .l-contents-stamp-charge-course__block {
    background-image: url(../img/stamp_border_sp.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 4%;
    margin-bottom: 6%;
  }
  .l-contents-stamp-charge-course__block:last-child {
    background: transparent;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .l-contents-stamp-charge-course__img {
    text-align: center;
  }
  .l-contents-stamp-charge-course__img.typeA {
    margin-left: 13%;
    margin-bottom: 4%;
  }
  .l-contents-stamp-charge-course__img.typeB {
    margin-left: 5%;
    margin-bottom: 5%;
  }
  .l-contents-stamp-charge__btn.typeA {
    margin-top: 5%;
    margin-bottom: 6%;
  }
  .l-contents-stamp-charge__btn.typeB {
    margin-top: 5%;
  }
  .l-contents-stamp-charge__link {
    position: relative;
    padding-bottom: 0;
    border-bottom: 1px solid #4057a7;
    color: #4057a7;
  }
  .l-contents-stamp-charge__link::after {
    content: "";
    margin-left: 2px;
    background-image: url(../img/interview_link_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 9px;
    height: 9px;
    display: inline-block;
    vertical-align: baseline;
  }
  .l-contents-stamp-charge-howto__title {
    background-color: #4057a7;
    padding: 5% 32%;
    text-align: center;
    line-height: 1;
    border-radius: 5px;
  }
  .l-contents-stamp-charge-howto__title.open {
    border-radius: 5px 5px 0 0;
  }
  .l-contents-stamp-charge-howto__title.open::after {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }
  .l-contents-stamp-charge-howto__title::after {
    content: "";
    background-image: url(../img/stamp_cahrge_arrow.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 9%;
    height: 63%;
    position: absolute;
    right: 4%;
    line-height: 1;
    top: 50%;
    transition: all 0.2s ease-in-out;
    display: block;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
  .l-contents-stamp-charge-howto__block {
    padding: 4% 5% 5%;
    background-color: #b3dbf0;
    border-radius: 0 0 5px 5px;
  }
  .l-contents-stamp-charge-howto__img.typeA {
    margin: 0 4% 5%;
  }
  .l-contents-stamp-charge-howto__img.typeB {
    margin-bottom: 4%;
  }
  .l-contents-stamp-charge-howto__list {
    background: #da4218;
    padding: 3% 3%;
    margin-bottom: 6%;
    text-align: left;
  }
  .l-contents-stamp-charge-howto__item {
    font-size: 70%;
    color: #fff;
    text-indent: -1em;
    padding-left: 1em;
  }
  .l-contents-stamp-charge-product__title {
    text-align: center;
    margin: -2% 16% 1%;
  }
  .l-contents-stamp-charge-product__block {
    margin: 0 4% 5%;
    background-color: #fff;
    border: 2px solid #4057a7;
    border-radius: 10px;
    padding: 3% 4%;
  }
  .l-contents-stamp-charge-product__note {
    margin: 0 4%;
  }
  .l-contents-stamp-caution__block {
    margin-bottom: 5%;
    border: 1px solid #da4218;
    padding: 2%;
    padding-right: 3%;
    background: #ffffff;
    border-radius: 5px;
    position: relative;
  }
  .l-contents-stamp-caution__block.typeA {
    margin-top: 5%;
    margin-bottom: 0;
  }
  .l-contents-stamp-caution__block.typeB {
    margin-bottom: 0;
  }
  .l-contents-stamp-caution__block.typeD {
    padding: 5% 2%;
  }
  .l-contents-stamp-caution__block.typeE {
    padding-top: 3%;
    padding-bottom: 3%;
  }
  .l-contents-stamp-caution__text {
    font-size: 80%;
    color: #da4218;
    text-align: left;
    display: flex;
    margin-left: 4.5em;
  }
  .l-contents-stamp-caution__text span {
    position: absolute;
    top: 15%;
    left: 2%;
    width: 37px;
    height: 37px;
    line-height: 1;
    border-radius: 50%;
    background: #da4218;
    color: #fff;
    font-weight: bold;
    font-size: 240%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .l-contents-interview__title {
    padding-top: 3%;
    margin: 0 2% -14% 0;
  }
  .l-contents-interview-link__inner {
    padding: 4% 3% 4%;
  }
  .l-contents-interview-link__name {
    text-align: center;
    margin: 0 auto 4%;
    width: 50%;
  }
  .l-contents-interview-link__read {
    text-align: center;
    margin-bottom: 4%;
  }
  .l-contents-interview-link__area {
    position: relative;
    margin: 0 3%;
  }
  .l-contents-interview-link__point {
    position: absolute;
    width: 10%;
    top: -60%;
    right: 4%;
  }
  .l-contents-interview-link__block {
    position: relative;
    z-index: 1;
    background-color: #cde8f4;
    border-radius: 5px;
    padding: 3% 0 4%;
  }
  .l-contents-interview-link__text {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 93%;
    text-align: center;
    font-weight: 700;
    color: #4057a7;
    line-height: 1;
  }
  .l-contents-interview-link__link {
    position: relative;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 93%;
    font-weight: 700;
    text-align: center;
    padding-bottom: 1%;
    border-bottom: 1px solid #4057a7;
    color: #4057a7;
    line-height: 1;
    vertical-align: middle;
  }
  .l-contents-interview-link__link::after {
    content: "";
    background-image: url(../img/interview_link_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
  }
  .l-contents-interview-faq__title {
    text-align: center;
    margin-right: 24%;
    margin-left: 6%;
    margin-bottom: -0.2%;
  }
  .l-contents-interview-faq__block {
    margin: 0 3% 6%;
  }
  .l-contents-interview-faq__block.typeA {
    margin-bottom: 8%;
  }
  .l-contents-interview-faq__block:last-child {
    margin-bottom: 0;
  }
  .l-contents-interview-faq-question {
    background-color: #4057a7;
    border-radius: 5px 5px 0 0;
    position: relative;
    overflow: hidden;
  }
  .l-contents-interview-faq-question__area {
    margin: 0 auto;
    padding: 4% 6% 5%;
    display: flex;
    justify-content: center;
  }
  .l-contents-interview-faq-question__icon {
    line-height: 1;
    color: #fff;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 800;
    font-size: 190%;
    margin-right: 3%;
  }
  .l-contents-interview-faq-question__title {
    color: #fff;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 800;
    font-size: 110%;
    line-height: 1.2;
    text-align: left;
  }
  .l-contents-interview-faq-question__bg {
    position: absolute;
    width: 30vw;
    bottom: -4vw;
    right: -1%;
  }
  .l-contents-interview-faq__body {
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    padding: 5% 5%;
  }
  .l-contents-interview-faq__list {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .l-contents-interview-faq__item:first-child {
    width: 21%;
  }
  .l-contents-interview-faq__item:last-child {
    width: 74%;
  }
  .l-contents-interview-faq__text {
    text-align: left;
    font-size: 80%;
    color: #000;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 500;
  }
  .l-contents-interview-bnr__item {
    margin-bottom: 8%;
  }
  .l-contents-interview-bnr__item:last-child {
    margin-bottom: 0;
  }
  .l-contents-tweet__title {
    padding-top: 4%;
    margin: 0 3% -2%;
  }
  .l-contents-tweet__read {
    text-align: center;
    margin: 0 2% 6%;
  }
  .l-contents-tweet-length {
    margin: 0 3% 6%;
  }
  .l-contents-tweet__img {
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 0 3% 5%;
  }
  .l-contents-tweet__note {
    position: relative;
    margin: 0 3% 5%;
  }
  .l-contents-tweet__icon {
    position: absolute;
    width: 45%;
    top: -122%;
    left: -1%;
  }
  .l-contents-tweet__area {
    position: relative;
    margin: 0 auto;
  }
  .l-contents-tweet__point {
    position: absolute;
    width: 14%;
    top: -115%;
    right: 6%;
  }
  .l-contents-tweet__btn {
    margin: 0 3%;
    position: relative;
    text-align: center;
  }
  .l-contents-tweet-caution {
    margin: 0 3%;
  }
  .l-contents-tweet-caution__title {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 115%;
    font-weight: 600;
    text-align: center;
    color: #fff;
    line-height: 1;
    background-color: #4057a7;
    border-radius: 5px 5px 0 0;
    padding: 5% 0 5%;
  }
  .l-contents-tweet-caution__inner {
    background-color: #b3dbf0;
    padding: 6% 4%;
    border-radius: 0 0 5px 5px;
  }
  .l-contents-tweet-caution__block {
    margin-bottom: 1em;
  }
  .l-contents-tweet-caution__block:last-child {
    margin-bottom: 0;
  }
  .l-contents-tweet-caution__text {
    text-align: left;
    color: #000;
    font-size: 80%;
    font-weight: 500;
  }
  .l-contents-tweet-caution__item {
    font-weight: 500;
    text-align: left;
    color: #000;
    font-size: 80%;
    text-indent: -1em;
    padding-left: 1em;
  }
  .l-contents-tweet-caution__item.typeA {
    text-indent: -1.5em;
    padding-left: 1.5em;
  }
  .l-contents-tweet-caution__link {
    text-align: left;
    font-size: 80%;
    text-indent: -1em;
    padding-left: 1em;
  }
  .l-contents-tweet-caution__link a {
    font-weight: 500;
    color: #da4218;
    text-decoration: underline;
  }
  .l-contents-faq__section {
    margin: 0 4%;
  }
  .l-contents-faq__block {
    margin-bottom: 30px;
  }
  .l-contents-faq__block:last-child {
    margin-bottom: 0;
  }
  .l-contents-faq-title__area {
    position: relative;
    background-color: #4057a7;
    border-radius: 10px 10px 0 0;
  }
  .l-contents-faq-title__area::before {
    content: "";
    position: absolute;
    margin-top: -1px;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 10px solid transparent;
    border-top: 10px solid #4057a7;
  }
  .l-contents-faq-title__badge {
    width: 11.5%;
    position: absolute;
    top: -24%;
    left: -4%;
  }
  .l-contents-faq-title__text {
    font-family: "M PLUS Rounded 1c", sans-serif;
    text-align: left;
    font-size: 120%;
    color: #ffffff;
    line-height: 1.2;
    font-weight: 900;
    padding: 6% 0;
    padding-left: 11%;
  }
  .l-contents-faq-title__text.typeA {
    padding: 4% 0;
    padding-left: 11%;
  }
  .l-contents-faq__body {
    background-color: #fff;
    border: 3px solid #4057a7;
    border-top: none;
    border-radius: 0 0 10px 10px;
    padding: 6% 3% 5%;
  }
  .l-contents-faq__subtitle {
    font-family: "M PLUS Rounded 1c", sans-serif;
    text-align: left;
    font-size: 110%;
    margin-bottom: 5%;
    line-height: 1.2;
    color: #000000;
    font-weight: 900;
  }
  .l-contents-faq__inner {
    text-align: left;
  }
  .l-contents-faq__text {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 80%;
    margin-bottom: 1em;
    font-weight: 500;
    line-height: 1.4;
  }
  .l-contents-faq__text.typeA {
    text-indent: 0;
    padding-left: 0;
  }
  .l-contents-faq__text.typeB {
    margin-bottom: 0;
  }
  .l-contents-faq__text:last-child {
    margin-bottom: 0;
  }
  .l-contents-faq__text a {
    color: #da4218;
    text-decoration: underline;
    font-weight: 500;
  }
  .l-contents-faq__link {
    font-weight: 500;
  }
  .l-contents-faq__link a {
    color: #da4218;
    text-decoration: underline;
  }
  .l-contents-faq__list {
    margin-bottom: 1em;
  }
  .l-contents-faq__list:last-child {
    margin-bottom: 0;
  }
  .l-contents-faq__item {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 80%;
    font-weight: 500;
  }
  .l-contents-faq__caution {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 80%;
    font-weight: 500;
  }
  .l-contents-howto__title {
    text-align: center;
  }
  .l-contents-howto__block {
    position: relative;
    margin: 0 3% 6%;
  }
  .l-contents-howto__block.typeA {
    margin-bottom: 1%;
  }
  .l-contents-howto__block.typeB {
    margin-bottom: 6%;
  }
  .l-contents-howto__block.typeC {
    margin-bottom: 2%;
  }
  .l-contents-howto__block:last-child {
    margin-bottom: 0;
  }
  .l-contents-howto-common__title {
    margin-bottom: 5%;
  }
  .l-contents-howto-caution__title {
    margin: 0 13% -2% 10%;
  }
  .l-contents-howto-caution__inner {
    padding: 6% 3% 5%;
  }
  .l-contents-howto-caution__block {
    position: relative;
    border: 3px solid #4057a7;
    border-radius: 10px;
    background-color: #fff;
  }
  .l-contents-howto-caution__list {
    text-align: left;
  }
  .l-contents-howto-caution__item {
    font-weight: 500;
    font-size: 75%;
    color: #000000;
    text-indent: -1em;
    padding-left: 1em;
  }
  .l-contents-howto-caution__item a {
    color: #da4218;
    text-decoration: underline;
  }
  .l-contents-application__title {
    margin: 0 5% 3%;
  }
  .l-contents-application__title.typeA {
    margin: 0 3% 5%;
  }
  .l-contents-application__title.typeB {
    margin: 0 3% 4%;
  }
  .l-contents-application__title.typeC {
    margin: 0 3% 5%;
  }
  .l-contents-application__img {
    text-align: center;
    margin-bottom: 2%;
    position: relative;
    z-index: 1;
  }
  .l-contents-application__img.typeA {
    margin-bottom: 4%;
  }
  .l-contents-application__img.typeB {
    margin-bottom: 5%;
  }
  .l-contents-application__area {
    position: relative;
  }
  .l-contents-application__point {
    transform: scale(-1, 1);
    position: absolute;
    width: 46%;
    bottom: 27%;
    right: -14%;
  }
  .l-contents-application__point.typeA {
    width: 46%;
    bottom: 14%;
    right: -14%;
  }
  .l-contents-application__note {
    font-weight: 500;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 70%;
    margin-bottom: 8%;
  }
  .l-contents-application__note.typeA {
    margin-bottom: 10%;
  }
  .l-contents-application-caution__block {
    position: relative;
    margin: 0 auto;
  }
  .l-contents-application-caution__block:last-child {
    margin-bottom: 0;
  }
  .l-contents-application-caution__title {
    text-align: center;
    position: absolute;
    top: -4%;
    left: 0;
    right: 0;
    width: 82%;
    margin: 0 auto;
  }
  .l-contents-application-caution__body {
    background-color: #fff;
    border: 3px solid #4057a7;
    border-radius: 10px;
    padding: 8% 3% 6%;
  }
  .l-contents-application-caution__list {
    text-align: left;
    margin-bottom: 1em;
  }
  .l-contents-application-caution__list:last-of-type {
    margin-bottom: 0;
  }
  .l-contents-application-caution__item {
    font-size: 80%;
    text-indent: -1em;
    padding-left: 1em;
    font-weight: 500;
    color: #000000;
  }
  .l-contents-application-caution-link {
    text-align: left;
  }
  .l-contents-application-caution-link__item {
    font-size: 80%;
  }
  .l-contents-application-caution-link__item a {
    font-weight: 500;
    color: #da4218;
    text-decoration: underline;
  }
  .l-contents-application-download__title {
    margin: 0 1%;
  }
  .l-contents-application-download__block {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .l-contents-application-download__body {
    width: 48%;
    padding: 4% 4% 3%;
    background-color: #fff;
    border: 3px solid #4057a7;
    border-radius: 10px;
  }
  .l-contents-application-download__list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6%;
  }
  .l-contents-application-download__text {
    font-family: "M PLUS Rounded 1c", sans-serif;
    text-align: center;
    color: #000000;
    font-size: 90%;
    font-weight: 900;
    line-height: 1;
  }
  .l-contents-application-free__title {
    margin-left: -3.1%;
    margin-right: 1%;
    margin-bottom: -1%;
  }

  .pagetop {
    right: 6%;
    width: 16%;
    z-index: 1;
  }

  .accordion-title {
    position: relative;
    margin: 0;
    cursor: pointer;
  }
  .accordion-content {
    display: none;
  }

  .slick-slide {
    margin-right: 1vw !important;
    margin-left: 1vw !important;
  }

  div#wrapper-content .slide-arrow {
    width: 9%;
  }

  .slide-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .slide-arrow.prev-arrow {
    left: -10%;
    z-index: 1;
  }
  .slide-arrow.next-arrow {
    right: -10%;
  }
}
/* Common
------------------------------------------------------------- */
.wf-hannari {
  font-family: "Hannari";
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.color-red {
  color: #da4218;
}
.color-green {
  color: #009944;
}
.color-blue {
  color: #033256;
}
.color-pink {
  color: #e60012;
}
.color-white {
  color: #ffffff;
}

.tl-center {
  text-align: center;
}

@media print {
  body {
    display: none !important;
  }
}
/*
**  ===================================================================
**  site-header CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
.coming {
  position: relative;
  text-align: center;
  background: #e60012;
}

@media screen and (min-width: 751px) {
  .coming {
    padding: 10px 0 8px;
  }

  .main__block {
    position: relative;
  }
  .main__visual {
    position: relative;
    text-align: center;
    margin: 0 auto;
  }
  .main__img {
    line-height: 0;
  }
}
@media screen and (max-width: 750px) {
  div#wrapper-content .coming {
    padding: 1% 0 1%;
    line-height: 1;
  }
  div#wrapper-content .coming img {
    width: 8%;
  }

  .main__block {
    position: relative;
  }
  .main__visual {
    position: relative;
    text-align: center;
    margin: 0 auto;
  }
  .main__img {
    line-height: 0;
  }
}
/*
**  ===================================================================
**  site-footer CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
@media screen and (min-width: 751px) {
  .l-contact {
    width: 644px;
    margin: 60px auto;
    position: relative;
  }
  .l-contact.typeA {
    margin: 60px auto 93px;
  }
  .l-contact__area {
    position: relative;
  }
  .l-contact__point {
    position: absolute;
    top: 12px;
    left: -44px;
  }
  .l-contact__inner {
    text-align: center;
  }
  .l-contact__title {
    position: relative;
    margin-bottom: 38px;
  }
  .l-contact__body {
    position: relative;
  }
  .l-contact__item {
    margin-bottom: 28px;
  }
  .l-contact__item.typeA {
    margin-bottom: 40px;
  }
  .l-contact__item:last-child {
    margin-bottom: 0;
  }
  .l-contact__item a {
    transition: 0.3s;
    display: block;
  }
  .l-contact__item a:hover {
    opacity: 0.6;
  }
  .l-contact__link {
    margin-bottom: 40px;
  }

  .foot__btn {
    margin-top: 40px;
  }

  .snslist {
    z-index: 1;
    position: relative;
    text-align: center;
    letter-spacing: -0.4em;
    padding-bottom: 20px;
  }
  .snslist__item {
    vertical-align: top;
    display: inline-block;
    letter-spacing: normal;
    margin: 0 3px;
  }

  .l-bnr {
    z-index: 1;
    position: relative;
    text-align: center;
    margin-bottom: 25px;
  }
  .l-bnr__item {
    margin-bottom: 30px;
    line-height: 0;
  }
  .l-bnr__item:last-child {
    margin-bottom: 0;
  }
  .l-bnr__item a:hover {
    opacity: 0.6;
  }

  .pagemenu {
    margin-top: 60px;
    text-align: center;
  }
  .l-copy__area {
    width: 644px;
    margin: 0 auto 40px;
    position: relative;
  }
  .l-copy__point {
    transform: scale(-1, 1);
    position: absolute;
    top: -56px;
    right: -26px;
  }
  .l-copy__point.typeA {
    top: -90px;
  }
  .l-copy__text {
    text-align: center;
    line-height: 0;
  }
  .l-copy-block {
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 70px 39px 40px;
  }
  .l-copy-block__title {
    position: absolute;
    top: -27px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }
  .l-copy-block__text {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .page__bnr {
    text-align: center;
    margin: 0 2% 6%;
  }

  .gotop {
    width: 50%;
    text-align: center;
    margin: 6% auto 1%;
  }
  .gotop__list {
    letter-spacing: -0.4em;
  }
  .gotop__item {
    display: inline-block;
    width: 48%;
    margin-right: 3%;
  }
  .gotop__item:last-of-type {
    margin-right: 0;
  }

  .l-contact {
    margin: 7% 7% 8%;
    position: relative;
  }
  .l-contact.typeA {
    margin: 7% 7% 13%;
  }
  .l-contact__area {
    position: relative;
  }
  .l-contact__point {
    position: absolute;
    width: 50%;
    top: 15%;
    left: -7%;
  }
  .l-contact__inner {
    text-align: center;
  }
  .l-contact__title {
    position: relative;
    margin-bottom: 6%;
  }
  .l-contact__body {
    position: relative;
  }
  .l-contact__item {
    z-index: 1;
    position: relative;
    margin-bottom: 4%;
  }
  .l-contact__item.typeA {
    margin-bottom: 5%;
  }
  .l-contact__item:last-child {
    margin-bottom: 0;
  }
  .l-contact__item a {
    transition: 0.3s;
    display: block;
  }
  .l-contact__item a:hover {
    opacity: 0.6;
  }
  .l-contact__link {
    margin-bottom: 5%;
  }

  .foot__btn {
    margin: 6% 3% 0 4%;
  }

  .snslist {
    z-index: 1;
    position: relative;
    text-align: center;
    letter-spacing: -0.4em;
    padding-bottom: 4%;
  }
  .snslist__item {
    vertical-align: top;
    display: inline-block;
    letter-spacing: normal;
    margin: 0 3px;
  }

  .l-bnr {
    margin: 0 10% 5%;
  }
  .l-bnr__item {
    margin-bottom: 3%;
  }
  .l-bnr__item:last-child {
    margin-bottom: 0;
  }

  .pagemenu {
    margin: 8% 3% 0;
    text-align: center;
  }
  .l-copy__area {
    margin: 0 10% 8%;
    position: relative;
  }
  .l-copy__point {
    transform: scale(-1, 1);
    position: absolute;
    width: 55%;
    top: -6%;
    right: -8%;
  }
  .l-copy__point.typeA {
    top: -9%;
  }
  .l-copy__text {
    text-align: center;
    line-height: 0;
  }
  .l-copy-block {
    margin: 0 -7% 8%;
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 12% 5% 5%;
  }
  .l-copy-block__title {
    position: absolute;
    top: -3%;
    left: 0;
    right: 0;
    width: 85%;
    margin: 0 auto;
    text-align: center;
  }
  .l-copy-block__text {
    text-align: center;
    margin-bottom: 2%;
  }
}
.icon {
  display: inline;
}

div#wrapper-content img.text {
  width: 99%;
}

/*
**  ===================================================================
**  site-navigation CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
@media screen and (min-width: 751px) {
  .l-nav__body {
    margin-top: 60px;
  }
  .l-nav__inner {
    text-align: center;
    margin: 0 auto;
  }
  .l-nav__list {
    margin-bottom: 60px;
  }
  .l-nav__item {
    margin-bottom: 30px;
  }
  .l-nav__item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .l-nav__body {
    margin: 8% 0 8%;
  }
  .l-nav__body.typeA {
    padding-bottom: 0;
  }
  .l-nav__inner {
    margin: 0 4%;
  }
  .l-nav__item {
    margin-bottom: 4%;
  }
  .l-nav__item:last-child {
    margin-bottom: 0;
  }
}