@charset "UTF-8";
/**
 * Setting
 * -----------------------------------------------------------------------------
 */
/**
 * Mixin
 * -----------------------------------------------------------------------------
 */
/**
 * Reset
 * -----------------------------------------------------------------------------
 */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
menu,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background-color: transparent; }

body {
  line-height: 1; }

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

/*-------------------------------------------------
	Form
-------------------------------------------------*/
input,
button,
textarea {
  -webkit-appearance: none;
  appearance: none;
  outline: 0;
  border-radius: 0; }

select {
  outline: 0;
  border-radius: 0; }

input,
textarea {
  padding: 0;
  background-color: inherit;
  border: none; }

/*-------------------------------------------------
	Others
-------------------------------------------------*/
iframe[name='google_conversion_frame'] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px; }

/**
 * Basic : Styles for Tags
 * -----------------------------------------------------------------------------
 */
noscript p {
  font-size: 20px;
  line-height: 1.5;
  color: red; }

/*-------------------------------------------------
	Base
-------------------------------------------------*/
html,
body {
  min-height: 100%; }

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-feature-setting: 'palt';
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  opacity: 0;
  transition: opacity 1000ms cubic-bezier(0.39, 0.575, 0.565, 1); }
  body.is--load {
    opacity: 1; }

.clearfix:after {
  height: 0;
  visibility: hidden;
  content: '.';
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
  overflow: hidden; }

.clearfix {
  _height: 1px;
  min-height: 1px;
  /*・･*/
  /*/
height: auto;
overflow: hidden;
/**/ }

.show_pc {
  display: block; }
  @media only screen and (max-width: 1100px) {
    .show_pc {
      display: none; } }
  @media only screen and (max-width: 700px) {
    .show_pc {
      display: none; } }

.show_pctb {
  display: block; }
  @media only screen and (max-width: 1100px) {
    .show_pctb {
      display: block; } }
  @media only screen and (max-width: 700px) {
    .show_pctb {
      display: none; } }

.show_pctb_inline {
  display: inline; }
  @media only screen and (max-width: 1100px) {
    .show_pctb_inline {
      display: inline; } }
  @media only screen and (max-width: 700px) {
    .show_pctb_inline {
      display: none; } }

.show_tbsp {
  display: none; }
  @media only screen and (max-width: 1100px) {
    .show_tbsp {
      display: block; } }
  @media only screen and (max-width: 700px) {
    .show_tbsp {
      display: block; } }

.show_tb {
  display: none; }
  @media only screen and (max-width: 1100px) {
    .show_tb {
      display: block; } }
  @media only screen and (max-width: 700px) {
    .show_tb {
      display: none; } }

.show_tb_inline {
  display: none; }
  @media only screen and (max-width: 1100px) {
    .show_tb_inline {
      display: inline; } }
  @media only screen and (max-width: 700px) {
    .show_tb_inline {
      display: none; } }

.show_sp {
  display: none; }
  @media only screen and (max-width: 1100px) {
    .show_sp {
      display: none; } }
  @media only screen and (max-width: 700px) {
    .show_sp {
      display: block; } }

.show_sp_inline {
  display: none; }
  @media only screen and (max-width: 1100px) {
    .show_sp_inline {
      display: none; } }
  @media only screen and (max-width: 700px) {
    .show_sp_inline {
      display: inline; } }

/*----- フェードインしながら上へスライド -----*/
.fadeinup {
  opacity: 0;
  transform: translate(0, 60px);
  transition: 1000ms ease; }
  @media only screen and (max-width: 700px) {
    .fadeinup {
      transform: translate(0, 40px); } }

.fadeInUp {
  opacity: 1.0;
  transform: translate(0, 0); }

table {
  border-collapse: collapse;
  border-spacing: 0; }

::selection {
  background: #eee; }

::-moz-selection {
  background: #eee; }

input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fff inset; }

input,
textarea {
  background-color: #eee; }
  input:focus,
  textarea:focus {
    background-color: #eee; }

a {
  color: #000;
  text-decoration: none;
  transition: opacity 500ms; }
  a:visited {
    color: #000; }
  @media only screen and (min-width: 769px) {
    a:hover {
      opacity: 0.5; } }

img {
  -webkit-backface-visibility: hidden; }

button,
input[type='submit'] {
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent; }

/* original select */
label.original_select,
label.original_select * {
  font-family: YakuHanJP, sans-serif; }

/* labelタグのスタイル */
label.original_select {
  position: relative;
  display: inline-block;
  background: #fff;
  font-size: 1em;
  overflow: hidden;
  z-index: 0;
  border: solid 1px #e8e8e8;
  border-radius: 26px; }

/* 下三角の表示 */
label.original_select:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 50%;
  right: 17px;
  margin-top: -0.2em;
  border-width: 0.45em 0.3em;
  border-style: solid;
  border-color: #cdcdcd transparent transparent;
  z-index: -1; }

/* selectタグのスタイル */
label.original_select select {
  width: 94%;
  height: auto;
  box-sizing: border-box;
  -webkit-appearance: none;
          appearance: none;
  padding: 0.4em 3em 0.4em 1.5em;
  margin: 0;
  color: #727272;
  background: transparent;
  border: none;
  border-radius: 0;
  font-size: 1em;
  outline: none; }

/* selectタグ選択中のスタイル */
/* IEの下三角非表示 */
label.original_select select::-ms-expand {
  display: none; }

/* Firefoxの点線非表示 */
label.original_select select::-moz-focus-inner {
  border: 0; }

/* 表示されるオプションスタイル */
label.original_select select * {
  background: #fff;
  color: #727272;
  text-shadow: none; }

/**
 * module
 * -----------------------------------------------------------------------------
 */
/**
 * header
 * -----------------------------------------------------------------------------
 */
.Header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 13px 13px 19px; }
  @media only screen and (max-width: 700px) {
    .Header {
      padding: 6px 6px 6px 9px; } }

.HeaderLogo {
  width: 37.33333%; }
  .HeaderLogo > a > img {
    width: 100%;
    height: auto; }

.HeaderContact {
  width: 52vw;
  max-width: 390px;
  display: flex;
  justify-content: space-between; }
  .HeaderContact > a.-line, .HeaderContact > a.-tel {
    display: block;
    width: 12vw; }
    .HeaderContact > a.-line > img, .HeaderContact > a.-tel > img {
      width: 100%;
      height: auto;
      display: block;
      max-width: 90px; }
  .HeaderContact > a.-mail {
    font-size: 22px;
    line-height: 1.25;
    letter-spacing: 0.15em;
    color: #fff;
    width: 25.33333vw;
    max-width: 190px;
    height: 12.8vw;
    max-height: 96px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f7a900;
    border-radius: 4px;
    font-weight: bold;
    text-align: center; }
    @media only screen and (max-width: 700px) {
      .HeaderContact > a.-mail {
        font-size: 11px; } }

/**
 * footer
 * -----------------------------------------------------------------------------
 */
.Footer {
  background-color: #f1f1f1;
  text-align: center; }
  .Footer__col {
    padding: 80px 0; }
    @media only screen and (max-width: 700px) {
      .Footer__col {
        padding: 40px 0; } }
  .Footer__copy {
    background-color: #091e58;
    padding: 30px 0;
    text-align: center;
    font-size: 20px;
    line-height: 1.75;
    letter-spacing: 0.15em;
    color: #fff;
    font-weight: bold; }
    @media only screen and (max-width: 700px) {
      .Footer__copy {
        padding: 15px 0;
        font-size: 10px; } }

.FooterLogo {
  width: 37.06667vw;
  max-width: 278px;
  margin: 0 auto; }
  .FooterLogo > img {
    width: 100%;
    height: auto; }

.FooterContact {
  margin-top: 50px; }
  @media only screen and (max-width: 700px) {
    .FooterContact {
      margin-top: 25px; } }
  .FooterContact__telNumber > a {
    font-size: 50px;
    line-height: 1;
    letter-spacing: 0.1em;
    font-family: "Oswald", serif;
    padding-left: 86px;
    position: relative; }
    @media only screen and (max-width: 700px) {
      .FooterContact__telNumber > a {
        font-size: 25px;
        padding-left: 43px; } }
    .FooterContact__telNumber > a::before {
      content: "";
      position: absolute;
      top: 4px;
      left: 0;
      bottom: 0;
      margin: auto 0;
      width: 62px;
      height: 41px;
      background-image: url(../images/common/icon_tel_footer.png);
      background-size: cover;
      background-repeat: no-repeat; }
      @media only screen and (max-width: 700px) {
        .FooterContact__telNumber > a::before {
          width: 31px;
          height: 21px; } }
  .FooterContact__telTime {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-top: 18px;
    font-weight: bold; }
    @media only screen and (max-width: 700px) {
      .FooterContact__telTime {
        font-size: 10px;
        margin-top: 9px; } }
  .FooterContact__information {
    font-size: 26px;
    line-height: 1.53846;
    letter-spacing: 0.15em;
    margin-top: 38px;
    font-weight: bold; }
    @media only screen and (max-width: 700px) {
      .FooterContact__information {
        font-size: 13px;
        margin-top: 19px; } }

/**
 * lp
 * -----------------------------------------------------------------------------
 */
.Container {
  max-width: 750px;
  width: 100%;
  margin: 0 auto; }

.Section__title {
  text-align: center; }
  .Section__title > .inner {
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0.15em;
    font-weight: bold;
    position: relative;
    padding: 0 38px 18px 0;
    display: inline-block; }
    @media only screen and (max-width: 700px) {
      .Section__title > .inner {
        font-size: 20px;
        padding-right: 19px;
        padding-bottom: 9px; } }
    .Section__title > .inner::after {
      content: "";
      position: absolute;
      bottom: 0;
      right: 0;
      width: 164px;
      height: 40px;
      background-image: url(../images/pages/Section/icon_ttl.png);
      background-repeat: no-repeat;
      background-size: contain; }
      @media only screen and (max-width: 700px) {
        .Section__title > .inner::after {
          width: 82px;
          height: 20px; } }

.MainVisual > img {
  width: 100%;
  height: auto;
  display: block; }

.ContactInformation {
  width: 84%;
  margin: 0 auto;
  padding: 60px 0 70px; }
  @media only screen and (max-width: 700px) {
    .ContactInformation {
      padding-top: 30px;
      padding-bottom: 35px; } }
  .ContactInformation__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .ContactInformation__list > li:nth-child(n+2) {
      margin-top: 26px; }
      @media only screen and (max-width: 700px) {
        .ContactInformation__list > li:nth-child(n+2) {
          margin-top: 13px; } }
    .ContactInformation__list > li > a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      font-weight: bold;
      color: #fff;
      border-radius: 16px;
      text-align: center; }
      @media only screen and (max-width: 700px) {
        .ContactInformation__list > li > a {
          border-radius: 8px; } }
    .ContactInformation__list > li.-line {
      width: 100%; }
      .ContactInformation__list > li.-line > a {
        font-size: 50px;
        line-height: 1.2;
        letter-spacing: 0.1em;
        background-color: #06c755;
        height: 170px;
        box-shadow: 0px 7px #007100;
        position: relative; }
        .ContactInformation__list > li.-line > a::before {
          content: "";
          position: absolute;
          top: 50%;
          left: 42px;
          width: 106px;
          height: 106px;
          transform: translateY(-50%);
          background-image: url(../images/pages/ContactInformation/icon_line.png);
          background-repeat: no-repeat;
          background-size: contain; }
          @media only screen and (max-width: 700px) {
            .ContactInformation__list > li.-line > a::before {
              left: 21px;
              width: 53px;
              height: 53px; } }
        .ContactInformation__list > li.-line > a::after {
          content: "";
          position: absolute;
          top: 50%;
          right: 36px;
          width: 17px;
          height: 31px;
          transform: translateY(-50%);
          background-image: url(../images/pages/ContactInformation/icon_arrow.png);
          background-repeat: no-repeat;
          background-size: contain; }
          @media only screen and (max-width: 700px) {
            .ContactInformation__list > li.-line > a::after {
              right: 18px;
              width: 8px;
              height: 15px; } }
        @media only screen and (max-width: 700px) {
          .ContactInformation__list > li.-line > a {
            font-size: 25px;
            height: 85px;
            box-shadow: 0px 3px #007100; } }
        .ContactInformation__list > li.-line > a > .inner {
          position: relative;
          left: 20px; }
          @media only screen and (max-width: 700px) {
            .ContactInformation__list > li.-line > a > .inner {
              left: 10px; } }
          .ContactInformation__list > li.-line > a > .inner > .-small {
            font-size: 34px; }
            @media only screen and (max-width: 700px) {
              .ContactInformation__list > li.-line > a > .inner > .-small {
                font-size: 17px;
                margin-top: 10px; } }
    .ContactInformation__list > li.-mail, .ContactInformation__list > li.-tel {
      width: calc(50% - 11px); }
      @media only screen and (max-width: 700px) {
        .ContactInformation__list > li.-mail, .ContactInformation__list > li.-tel {
          width: calc(50% - 5px); } }
      .ContactInformation__list > li.-mail a, .ContactInformation__list > li.-tel a {
        height: 160px; }
        @media only screen and (max-width: 700px) {
          .ContactInformation__list > li.-mail a, .ContactInformation__list > li.-tel a {
            height: 80px; } }
    .ContactInformation__list > li.-mail a {
      font-size: 28px;
      line-height: 1.42857;
      letter-spacing: 0.1em;
      background-color: #f7a900;
      box-shadow: 0px 7px #c55906; }
      @media only screen and (max-width: 700px) {
        .ContactInformation__list > li.-mail a {
          font-size: 14px;
          box-shadow: 0px 3px #c55906; } }
    .ContactInformation__list > li.-tel > a {
      background-color: #0c3197;
      box-shadow: 0px 7px #02164d; }
      @media only screen and (max-width: 700px) {
        .ContactInformation__list > li.-tel > a {
          box-shadow: 0px 3px #02164d; } }
  .ContactInformation__tel, .ContactInformation__date {
    display: block; }
  .ContactInformation__tel {
    font-size: 35px;
    line-height: 1;
    letter-spacing: 0.07em;
    font-family: "Oswald", serif;
    font-weight: normal;
    padding-left: 42px;
    position: relative; }
    .ContactInformation__tel::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      width: 32px;
      height: 22px;
      margin-top: 2px;
      transform: translateY(-50%);
      background-image: url(../images/pages/ContactInformation/icon_tel.png);
      background-repeat: no-repeat;
      background-size: contain; }
      @media only screen and (max-width: 700px) {
        .ContactInformation__tel::before {
          width: 16px;
          height: 11px;
          margin-top: 1px; } }
    @media only screen and (max-width: 700px) {
      .ContactInformation__tel {
        font-size: 17px;
        padding-left: 21px; } }
  .ContactInformation__date {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0.1em;
    margin-top: 10px; }
    @media only screen and (max-width: 700px) {
      .ContactInformation__date {
        font-size: 10px;
        margin-top: 5px; } }

.Feature {
  padding: 90px 0 116px;
  background-image: url(../images/pages/Feature/bg.png);
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: 0 0;
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 700px) {
    .Feature {
      padding-top: 45px;
      padding-bottom: 58px; } }
  .Feature::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -74px;
    width: 294px;
    height: 310px;
    background-image: url(../images/pages/Feature/bg_man.png);
    background-repeat: no-repeat;
    background-size: contain; }
    @media only screen and (max-width: 700px) {
      .Feature::after {
        bottom: -37px;
        width: 147px;
        height: 155px; } }
  .Feature__content {
    margin-top: 60px;
    text-align: center; }
    @media only screen and (max-width: 700px) {
      .Feature__content {
        margin-top: 30px; } }
    .Feature__content > img {
      width: 90.53333vw;
      height: auto;
      max-width: 679px; }

.LecturerProfiles {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 92px 0 122px;
  background-image: url(../images/pages/LecturerProfiles/bg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0 0; }
  @media only screen and (max-width: 700px) {
    .LecturerProfiles {
      padding-top: 46px;
      padding-bottom: 61px; } }
  .LecturerProfiles__content {
    margin-top: 60px; }
    @media only screen and (max-width: 700px) {
      .LecturerProfiles__content {
        margin-top: 30px; } }
  .LecturerProfiles__itemContainer {
    width: 90.4%;
    margin: 0 auto; }

.LecturerProfilesItem {
  background-color: #e7f1f7;
  border-radius: 8px;
  padding: 50px 40px 60px; }
  @media only screen and (max-width: 700px) {
    .LecturerProfilesItem {
      border-radius: 4px;
      padding: 25px 20px 30px; } }
  .LecturerProfilesItem:not(:first-child) {
    margin-top: 30px; }
    @media only screen and (max-width: 700px) {
      .LecturerProfilesItem:not(:first-child) {
        margin-top: 15px; } }
  .LecturerProfilesItem__col {
    display: flex;
    justify-content: space-between; }
  .LecturerProfilesItem__image {
    width: 28.33333%; }
    .LecturerProfilesItem__image > img {
      display: block;
      width: 100%;
      height: auto; }
  .LecturerProfilesItem__content {
    width: 66.66667%; }
  .LecturerProfilesItem__name {
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    margin-top: -18px; }
    @media only screen and (max-width: 700px) {
      .LecturerProfilesItem__name {
        font-size: 11px;
        margin-top: -9px; } }
    .LecturerProfilesItem__name > b {
      font-size: 30px;
      color: #092980; }
      @media only screen and (max-width: 700px) {
        .LecturerProfilesItem__name > b {
          font-size: 15px; } }
  .LecturerProfilesItem__dataList {
    margin-top: 2px; }
    @media only screen and (max-width: 700px) {
      .LecturerProfilesItem__dataList {
        margin-top: 1px; } }
    .LecturerProfilesItem__dataList > li {
      font-size: 22px;
      line-height: 1.27273;
      letter-spacing: 0.15em; }
      @media only screen and (max-width: 700px) {
        .LecturerProfilesItem__dataList > li {
          font-size: 11px; } }
      .LecturerProfilesItem__dataList > li:not(:first-child) {
        margin-top: 6px; }
        @media only screen and (max-width: 700px) {
          .LecturerProfilesItem__dataList > li:not(:first-child) {
            margin-top: 3px; } }
  .LecturerProfilesItem__description {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0.15em;
    font-weight: bold;
    margin-top: 6px; }
    @media only screen and (max-width: 700px) {
      .LecturerProfilesItem__description {
        font-size: 10px;
        margin-top: 3px; } }
  .LecturerProfilesItem__achievement {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #000; }
    @media only screen and (max-width: 700px) {
      .LecturerProfilesItem__achievement {
        margin-top: 10px;
        padding-top: 10px; } }
  .LecturerProfilesItem__achievementLead {
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.15em;
    font-weight: bold;
    color: #092980; }
    @media only screen and (max-width: 700px) {
      .LecturerProfilesItem__achievementLead {
        font-size: 11px; } }
  .LecturerProfilesItem__achievementDescription {
    margin-top: 8px;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0.15em; }
    @media only screen and (max-width: 700px) {
      .LecturerProfilesItem__achievementDescription {
        margin-top: 4px;
        font-size: 10px; } }

.AdditionalFriendsBenefits {
  padding: 60px 36px 120px;
  background-color: #0ea3cd; }
  @media only screen and (max-width: 700px) {
    .AdditionalFriendsBenefits {
      padding: 30px 18px 60px; } }
  .AdditionalFriendsBenefits__title {
    text-align: center; }
    .AdditionalFriendsBenefits__title > img {
      width: 651px;
      height: auto; }
      @media only screen and (max-width: 700px) {
        .AdditionalFriendsBenefits__title > img {
          width: 325px; } }
  .AdditionalFriendsBenefits__content {
    margin-top: 54px; }
    @media only screen and (max-width: 700px) {
      .AdditionalFriendsBenefits__content {
        margin-top: 27px; } }
  .AdditionalFriendsBenefits__itemContainer {
    counter-reset: count; }

.AdditionalFriendsBenefitsItem {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  counter-increment: count; }
  @media only screen and (max-width: 700px) {
    .AdditionalFriendsBenefitsItem {
      border-radius: 5px; } }
  .AdditionalFriendsBenefitsItem::before {
    content: "";
    position: absolute;
    width: 162px;
    height: 120px;
    top: 42px;
    left: -22px;
    background-image: url(../images/pages/AdditionalFriendsBenefitsItem/bg.png);
    background-repeat: no-repeat;
    background-size: contain; }
    @media only screen and (max-width: 700px) {
      .AdditionalFriendsBenefitsItem::before {
        width: 81px;
        height: 60px;
        top: 21px;
        left: -11px; } }
  .AdditionalFriendsBenefitsItem:not(:first-child) {
    margin-top: 30px; }
    @media only screen and (max-width: 700px) {
      .AdditionalFriendsBenefitsItem:not(:first-child) {
        margin-top: 15px; } }
  .AdditionalFriendsBenefitsItem > .inner {
    display: block;
    padding: 42px 50px 58px;
    position: relative; }
    @media only screen and (max-width: 700px) {
      .AdditionalFriendsBenefitsItem > .inner {
        padding: 21px 25px 29px; } }
    .AdditionalFriendsBenefitsItem > .inner::before {
      content: "特典";
      position: absolute;
      top: 56px;
      left: 36px;
      display: inline-block;
      font-size: 22px;
      line-height: 1;
      letter-spacing: 0.1em;
      font-weight: bold;
      color: #fff; }
      @media only screen and (max-width: 700px) {
        .AdditionalFriendsBenefitsItem > .inner::before {
          top: 28px;
          left: 18px;
          font-size: 11px; } }
    .AdditionalFriendsBenefitsItem > .inner::after {
      content: counter(count, decimal-leading-zero);
      position: absolute;
      top: 78px;
      left: 36px;
      display: inline-block;
      font-size: 49px;
      line-height: 1;
      letter-spacing: 0.1em;
      font-family: "Oswald", serif;
      color: #fff; }
      @media only screen and (max-width: 700px) {
        .AdditionalFriendsBenefitsItem > .inner::after {
          top: 39px;
          left: 18px;
          font-size: 24px; } }
  .AdditionalFriendsBenefitsItem__lead {
    display: flex;
    align-items: center;
    font-size: 36px;
    line-height: 1.27778;
    letter-spacing: 0.15em;
    padding-left: 100px;
    font-weight: bold;
    min-height: 94px; }
    @media only screen and (max-width: 700px) {
      .AdditionalFriendsBenefitsItem__lead {
        font-size: 18px;
        padding-left: 50px;
        min-height: 47px; } }
    .AdditionalFriendsBenefitsItem__lead > .inner > b {
      font-size: 42px;
      line-height: 1.09524;
      color: #f16c00; }
      @media only screen and (max-width: 700px) {
        .AdditionalFriendsBenefitsItem__lead > .inner > b {
          font-size: 21px; } }
  .AdditionalFriendsBenefitsItem__image {
    margin-top: 46px; }
    @media only screen and (max-width: 700px) {
      .AdditionalFriendsBenefitsItem__image {
        margin-top: 23px; } }
    .AdditionalFriendsBenefitsItem__image > img {
      width: 100%;
      height: auto; }

.AdditionalFriendsMethod {
  background-color: #cde5f2;
  padding: 90px 34px 120px;
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 700px) {
    .AdditionalFriendsMethod {
      padding: 45px 17px 60px; } }
  .AdditionalFriendsMethod::after {
    content: "";
    position: absolute;
    right: 36px;
    bottom: -22px;
    width: 213px;
    height: 229px;
    background-image: url(../images/pages/AdditionalFriendsMethod/bg_man.png);
    background-repeat: no-repeat;
    background-size: contain; }
    @media only screen and (max-width: 700px) {
      .AdditionalFriendsMethod::after {
        right: 18px;
        bottom: -11px;
        width: 106px;
        height: 114px; } }
  .AdditionalFriendsMethod__content {
    margin-top: 124px; }
    @media only screen and (max-width: 700px) {
      .AdditionalFriendsMethod__content {
        margin-top: 62px; } }
  .AdditionalFriendsMethod__itemContainer {
    display: flex;
    justify-content: space-between;
    counter-reset: count; }

.AdditionalFriendsMethodItem {
  width: calc(50% - 20px);
  background-color: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  counter-increment: count;
  position: relative; }
  @media only screen and (max-width: 700px) {
    .AdditionalFriendsMethodItem {
      width: calc(50% - 10px);
      border-radius: 4px; } }
  .AdditionalFriendsMethodItem::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    top: -50px;
    left: 50%;
    margin-left: -50px;
    background-image: url(../images/pages/AdditionalFriendsMethodItem/bg.png);
    background-repeat: no-repeat;
    background-size: contain; }
    @media only screen and (max-width: 700px) {
      .AdditionalFriendsMethodItem::before {
        width: 50px;
        height: 50px;
        top: -25px;
        margin-left: -25px; } }
  .AdditionalFriendsMethodItem > .inner {
    display: block;
    position: relative;
    padding: 56px 0 48px; }
    @media only screen and (max-width: 700px) {
      .AdditionalFriendsMethodItem > .inner {
        padding: 28px 0 24px; } }
    .AdditionalFriendsMethodItem > .inner::before {
      content: "方法";
      position: absolute;
      top: -26px;
      left: 50%;
      transform: translateX(-50%);
      display: inline-block;
      font-size: 20px;
      line-height: 1;
      letter-spacing: 0.1em;
      font-weight: bold;
      color: #fff; }
      @media only screen and (max-width: 700px) {
        .AdditionalFriendsMethodItem > .inner::before {
          top: -13px;
          font-size: 10px; } }
    .AdditionalFriendsMethodItem > .inner::after {
      content: counter(count, decimal-leading-zero);
      position: absolute;
      top: 0px;
      left: 50%;
      transform: translate(-50%);
      display: inline-block;
      font-size: 34px;
      line-height: 1;
      letter-spacing: 0.1em;
      font-family: "Oswald", serif;
      color: #fff; }
      @media only screen and (max-width: 700px) {
        .AdditionalFriendsMethodItem > .inner::after {
          font-size: 17px; } }
  .AdditionalFriendsMethodItem__image {
    text-align: center;
    height: 106px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 700px) {
      .AdditionalFriendsMethodItem__image {
        height: 53px; } }
    .-line .AdditionalFriendsMethodItem__image > img {
      width: 194px;
      height: auto; }
      @media only screen and (max-width: 700px) {
        .-line .AdditionalFriendsMethodItem__image > img {
          width: 97px; } }
    .-qr .AdditionalFriendsMethodItem__image > img {
      width: 107px;
      height: auto; }
      @media only screen and (max-width: 700px) {
        .-qr .AdditionalFriendsMethodItem__image > img {
          width: 58px; } }
  .AdditionalFriendsMethodItem__lead {
    margin-top: 28px;
    font-size: 28px;
    line-height: 1.35714;
    letter-spacing: 0.15em;
    text-align: center; }
    @media only screen and (max-width: 700px) {
      .AdditionalFriendsMethodItem__lead {
        margin-top: 14px;
        font-size: 14px; } }
  .AdditionalFriendsMethodItem__supplement {
    margin-top: 24px;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.15em;
    padding: 0 30px; }
    @media only screen and (max-width: 700px) {
      .AdditionalFriendsMethodItem__supplement {
        margin-top: 12px;
        padding: 0 15px;
        font-size: 10px; } }

.Reason {
  padding: 90px 34px 120px;
  background-image: url(../images/pages/Reason/bg.png);
  background-size: 748px 969px;
  background-repeat: repeat-y; }
  @media only screen and (max-width: 700px) {
    .Reason {
      padding: 45px 17px 60px;
      background-size: 100% auto; } }
  .Reason__content {
    margin-top: 56px; }
    @media only screen and (max-width: 700px) {
      .Reason__content {
        margin-top: 28px; } }
  .Reason__itemList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .Reason__itemList > li {
      width: 24vw;
      max-width: 180px; }
      .Reason__itemList > li:nth-child(n+4) {
        margin-top: 50px; }
        @media only screen and (max-width: 700px) {
          .Reason__itemList > li:nth-child(n+4) {
            margin-top: 25px; } }
      .Reason__itemList > li > img {
        width: 100%;
        height: auto; }
  .Reason__lead {
    text-align: center;
    margin: 24px -20px 0;
    font-size: 26px;
    line-height: 1.23077;
    letter-spacing: 0.15em;
    font-weight: bold; }
    @media only screen and (max-width: 700px) {
      .Reason__lead {
        margin: 12px -10px 0;
        font-size: 13px; } }

.Voice {
  padding: 90px 34px 120px;
  background-color: #d0e6f3; }
  @media only screen and (max-width: 700px) {
    .Voice {
      padding: 45px 17px 60px; } }
  .Voice__content {
    margin-top: 60px; }
    @media only screen and (max-width: 700px) {
      .Voice__content {
        margin-top: 30px; } }

.VoiceItem {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden; }
  @media only screen and (max-width: 700px) {
    .VoiceItem {
      border-radius: 4px; } }
  .VoiceItem:not(:first-child) {
    margin-top: 32px; }
    @media only screen and (max-width: 700px) {
      .VoiceItem:not(:first-child) {
        margin-top: 16px; } }
  .VoiceItem__title {
    background-color: #092980;
    text-align: center;
    padding: 22px 0 12px; }
    @media only screen and (max-width: 700px) {
      .VoiceItem__title {
        padding: 11px 0 6px; } }
    .VoiceItem__title > img {
      width: 60px;
      height: auto; }
      @media only screen and (max-width: 700px) {
        .VoiceItem__title > img {
          width: 30px; } }
  .VoiceItem__content {
    padding: 34px 50px 60px; }
    @media only screen and (max-width: 700px) {
      .VoiceItem__content {
        padding: 17px 25px 30px; } }
  .VoiceItem__itemList {
    counter-reset: count; }
    .VoiceItem__itemList > li {
      counter-increment: count; }
      .VoiceItem__itemList > li:not(:first-child) {
        margin-top: 34px;
        padding-top: 22px;
        border-top: 2px solid #bcbcbc; }
        @media only screen and (max-width: 700px) {
          .VoiceItem__itemList > li:not(:first-child) {
            margin-top: 17px;
            padding-top: 11px;
            border-top-width: 1px; } }
      .VoiceItem__itemList > li > p {
        font-size: 24px;
        line-height: 1.2;
        letter-spacing: 0.15em;
        font-weight: bold;
        color: #092980;
        padding-left: 64px;
        position: relative; }
        @media only screen and (max-width: 700px) {
          .VoiceItem__itemList > li > p {
            font-size: 12px;
            padding-left: 32px; } }
        .VoiceItem__itemList > li > p::before {
          content: "Q" counter(count);
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          display: inline-block;
          font-size: 34px;
          line-height: 1;
          letter-spacing: 0.15em;
          color: #092980;
          font-family: "Oswald", serif;
          font-weight: normal; }
          @media only screen and (max-width: 700px) {
            .VoiceItem__itemList > li > p::before {
              font-size: 17px; } }
      .VoiceItem__itemList > li > img {
        width: 100%;
        height: auto;
        margin-top: 16px; }
        @media only screen and (max-width: 700px) {
          .VoiceItem__itemList > li > img {
            margin-top: 8px; } }

.Flow {
  padding: 90px 34px 0; }
  @media only screen and (max-width: 700px) {
    .Flow {
      padding: 45px 17px 0; } }
  .Flow__content {
    margin-top: 60px; }
    @media only screen and (max-width: 700px) {
      .Flow__content {
        margin-top: 30px; } }
  .Flow__lead {
    padding: 38px 42px;
    font-size: 22px;
    line-height: 1.54545;
    letter-spacing: 0.15em;
    border-radius: 10px;
    background-color: #092980;
    color: #fff; }
    @media only screen and (max-width: 700px) {
      .Flow__lead {
        padding: 19px 21px;
        font-size: 11px;
        border-radius: 5px; } }
  .Flow__itemContainer {
    margin-top: 48px;
    padding-left: 24px;
    counter-reset: count; }
    @media only screen and (max-width: 700px) {
      .Flow__itemContainer {
        margin-top: 24px;
        padding-left: 12px; } }

.FlowItem {
  counter-increment: count;
  background-color: #e7f1f7;
  position: relative; }
  .FlowItem:not(:first-child) {
    margin-top: 20px; }
    @media only screen and (max-width: 700px) {
      .FlowItem:not(:first-child) {
        margin-top: 10px; } }
  .FlowItem::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    transform: translateY(-50%);
    width: 110px;
    height: 110px;
    background-image: url(../images/pages/FlowItem/bg.png);
    background-repeat: no-repeat;
    background-size: contain; }
    @media only screen and (max-width: 700px) {
      .FlowItem::before {
        width: 55px;
        height: 55px;
        left: -12px; } }
  .FlowItem > .inner {
    padding: 40px 40px 40px 120px;
    position: relative;
    display: block; }
    @media only screen and (max-width: 700px) {
      .FlowItem > .inner {
        padding: 20px 20px 20px 60px; } }
    .FlowItem > .inner::before {
      content: "STEP";
      position: absolute;
      top: 50%;
      left: 14px;
      transform: translateY(-50%);
      margin-top: -20px;
      font-size: 20px;
      line-height: 1;
      letter-spacing: 0.15em;
      color: #fff;
      font-family: "Oswald", serif; }
      @media only screen and (max-width: 700px) {
        .FlowItem > .inner::before {
          left: 7px;
          font-size: 10px;
          margin-top: -10px; } }
    .FlowItem > .inner::after {
      content: counter(count, decimal-leading-zero);
      position: absolute;
      top: 50%;
      left: 16px;
      transform: translateY(-50%);
      margin-top: 10px;
      font-size: 30px;
      line-height: 1;
      letter-spacing: 0.15em;
      color: #fff;
      font-family: "Oswald", serif; }
      @media only screen and (max-width: 700px) {
        .FlowItem > .inner::after {
          left: 8px;
          font-size: 15px;
          margin-top: 5px; } }
  .FlowItem__lead {
    font-size: 28px;
    line-height: 1.60714;
    letter-spacing: 0.15em;
    font-weight: bold; }
    @media only screen and (max-width: 700px) {
      .FlowItem__lead {
        font-size: 14px; } }
  .FlowItem__description {
    margin-top: 6px;
    font-size: 22px;
    line-height: 1.54545;
    letter-spacing: 0.15em;
    font-weight: bold; }
    @media only screen and (max-width: 700px) {
      .FlowItem__description {
        margin-top: 3px;
        font-size: 11px; } }
  .FlowItem__supplement {
    font-size: 20px;
    line-height: 1.65;
    letter-spacing: 0.15em; }
    @media only screen and (max-width: 700px) {
      .FlowItem__supplement {
        font-size: 10px; } }


/*# sourceMappingURL=style.css.map*/