/*
Theme Name: gokugoku_emology
*/

@charset "UTF-8";

/* ==========================
Base
========================== */
html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
}

img {
  width: 100%;
}

a {
  color: #FC216F;
}

a:hover {
  opacity: 0.8;
}

ul, ol {
  list-style: none;
}

em {
  font-style: normal;
}

/* ==========================
Component (Reusable Block)
========================== */
/* === Button === */
.btn {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  width: 335px;
  padding: 8px 10px;
  background-color: #000000;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
}

.btn:hover, .btn:focus {
  color: #FFF000;
  opacity: 1;
}

.btn:hover .btn_triangle-before::before,
.btn:focus .btn_triangle-before::before {
  border-left-color: #FFF000;
}

.btn_small-txt {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.448;
  letter-spacing: .1em;
}

.btn_big-txt {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.44778;
  letter-spacing: .1em;
}

.btn_triangle-before {
  position: relative;
  padding-left: 15px;
}

.btn_triangle-before::before {
  content: '';
  top: 50%;
  left: 0;
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 9px;
  border-color: transparent transparent transparent #FFFFFF;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* === Floating Button === */
.floating-btn {
  display: none;
  position: fixed;
  z-index: 10;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  background-color: #FFFFFF;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}

/* === Text Underline === */
.underline {
  background: linear-gradient(to top, #FFF000 13px, transparent 13px);
}

.underline--accent {
  background: linear-gradient(to top, #FC216F 10px, transparent 10px);
}

.underline--level1 {
  background: linear-gradient(to top, #000000 10px, transparent 10px);
}

/* === Label sticking to left edge === */
.sticking-to-left-label {
  position: absolute;
  left: 0;
  padding-left: 20px;
  margin-right: 17px;
  background-color: #FFF000;
}

@media (min-width: 769px) {
  .sticking-to-left-label {
    padding-left: max(20px, calc((100vw - 1080px) / 2));
  }
}

.sticking-to-left-label--title {
  padding-top: 24px;
  padding-right: 18px;
  padding-bottom: 19px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  font-size: 2rem;
  line-height: 1.55;
  letter-spacing: .05em;
}

@media (min-width: 769px) {
  .sticking-to-left-label--title {
    padding-top: 33.49px;
    padding-right: 62px;
    padding-bottom: 34.48px;
    font-size: 3.2rem;
  }
}

/* === Numbering Card === */
.numbering-card {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 323px;
  padding: 5.5px 6px;
  margin-left: 12px;
  background-repeat: no-repeat;
  background-position: right 25px bottom 25px;
  background-color: #FFFFFF;
  -webkit-filter: drop-shadow(0px 4px 8px rgba(161, 112, 76, 0.2));
          filter: drop-shadow(0px 4px 8px rgba(161, 112, 76, 0.2));
}

@media (min-width: 769px) {
  .numbering-card {
    max-width: none;
    width: 516px;
    margin-left: 16px;
    background-position: right 25px center;
  }
}

.numbering-card_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 200px;
  border: 1px solid #FC216F;
  padding: 0 28px 0 34px;
}

@media (min-width: 769px) {
  .numbering-card_inner {
    padding-right: 34px;
  }
}

.numbering-card_number {
  position: absolute;
  top: -20.25px;
  left: -12px;
  z-index: 1;
  width: 88px;
  height: 64.17px;
  text-align: center;
}

@media (min-width: 769px) {
  .numbering-card_number {
    left: -16px;
  }
}

.numbering-card_txt {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.41667;
}

.numbering-card_underline::after {
  background-color: #FFF000;
}

/* === Numbering Panel === */
.numbering-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 14px 13px 11px 29px;
  background-color: #FFFFFF;
  border-radius: 8px;
}

@media (min-width: 769px) {
  .numbering-panel {
    padding-left: 47px;
    padding-right: 21px;
  }
}

.numbering-panel_number {
  width: 30px;
  height: 38.46px;
  text-align: center;
}

.numbering-panel_number img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}

.numbering-panel_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.11538;
}

@media (min-width: 769px) {
  .numbering-panel_txt {
    font-size: 2rem;
  }
}

.numbering-panel_txt--small {
  font-size: 1rem;
}

@media (min-width: 769px) {
  .numbering-panel_txt--small {
    font-size: 1.6rem;
  }
}

/* === Section Title === */
.sect-title {
  position: relative;
  margin: 0 -20px;
  text-align: center;
}

@media (min-width: 769px) {
  .sect-title {
    margin: 0;
  }
}

.sect-title_inner {
  display: inline-block;
  font-size: 3.2rem;
  line-height: 1.4375;
  letter-spacing: .05em;
}

@media (min-width: 769px) {
  .sect-title_inner {
    font-size: 4.6rem;
    line-height: 1.06522;
  }
}

.sect-title::before {
  content: '';
  display: block;
  position: absolute;
  width: calc((100vw - 157px) / 2 + 157px);
  height: 6px;
  top: -12px;
  left: 0;
  background-color: #FFF000;
}

@media (min-width: 769px) {
  .sect-title::before {
    width: min(720px, calc((100vw - 300px) / 2 + 300px));
  }
}

.sect-title::after {
  content: '';
  display: block;
  position: absolute;
  width: calc((100vw - 157px) / 2 + 157px);
  height: 6px;
  bottom: -12px;
  right: 0;
  background-color: #FFF000;
}

@media (min-width: 769px) {
  .sect-title::after {
    width: min(720px, calc((100vw - 300px) / 2 + 300px));
  }
}

/* === Table === */
.table {
  overflow-x: auto;
}

.table_inner {
  width: auto;
  min-width: 100%;
  text-align: center;
  table-layout: fixed;
}

@media (min-width: 769px) {
  .table_inner {
    width: 100%;
  }
}

.table_thead .table_th {
  font-size: 1.2rem;
}

@media (min-width: 769px) {
  .table_thead .table_th {
    font-size: 1.6rem;
  }
}

.table_th {
  padding: 18px 12px;
  background-color: #A7D7E6;
  border: 1px solid #666666;
  vertical-align: middle;
  color: #666666;
  font-size: 1.2rem;
  font-weight: bold;
  white-space: nowrap;
}

@media (min-width: 769px) {
  .table_th {
    font-size: 1.6rem;
    white-space: normal;
  }
}

.table_th--primery {
  background-color: #FFF000;
  border-color: #FFF000;
  border-right-width: 4px;
  border-left-width: 4px;
  color: #000000;
}

.table_th--sp-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}

.table_th--sp-sticky::after {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border: 1px solid #666666;
}

@media (min-width: 769px) {
  .table_th--sp-sticky::after {
    border-width: 0;
  }
}

.table_td {
  padding: 18px 23px;
  background-color: #FFFFFF;
  border: 1px solid #666666;
  vertical-align: middle;
  color: #666666;
  font-size: 1.2rem;
  line-height: 1.7;
  letter-spacing: .05em;
  white-space: nowrap;
}

@media (min-width: 769px) {
  .table_td {
    font-size: 1.4rem;
    white-space: normal;
  }
}

.table_td--primery {
  border-color: #FFF000;
  border-right-width: 4px;
  border-left-width: 4px;
  color: #000000;
  font-weight: bold;
}

/* === Form === */
.form-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 53px;
  padding: 14px;
  background-color: #f1f1f1;
  border: none;
  border-radius: 2px;
  font-size: 1.6rem;
  line-height: 1.5625;
}

@media (min-width: 769px) {
  .form-text {
    border-radius: 4px;
  }
}

.form-text::-webkit-input-placeholder {
  color: #9E9E9E;
}

.form-text:-ms-input-placeholder {
  color: #9E9E9E;
}

.form-text::-ms-input-placeholder {
  color: #9E9E9E;
}

.form-text::placeholder {
  color: #9E9E9E;
}

.form-text:not(:placeholder-shown) {
  background-color: #FFFFFF;
  border: 1px solid #D6D6D6;
}

@media (min-width: 769px) {
  .form-text--short {
    max-width: 240px;
  }
}

.form-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 53px;
  padding: 14px;
  background-color: #f1f1f1;
  border: none;
  border-radius: 2px;
  color: #9E9E9E;
  font-size: 1.6rem;
  line-height: 1.5625;
}

@media (min-width: 769px) {
  .form-select {
    border-radius: 4px;
  }
}

.form-select:valid {
  background-color: #FFFFFF;
  border: 1px solid #D6D6D6;
  color: #000000;
}

.form-select_wrap {
  position: relative;
}

@media (min-width: 769px) {
  .form-select_wrap {
    max-width: 240px;
  }
}

.form-select_wrap::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #FC216F transparent transparent transparent;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form-zip-btn {
  padding: 14px;
  margin-top: 12px;
  background: none;
  border: 1px solid #275DC5;
  border-radius: 8px;
  color: #275DC5;
  font-size: 1.6rem;
  line-height: 1.5625;
  cursor: pointer;
}

@media (min-width: 769px) {
  .form-zip-btn {
    margin-top: 0;
    margin-left: 12px;
  }
}

.form-zip-btn:hover, .form-zip-btn:focus {
  opacity: .8;
}

.form-radio {
  margin-top: 12px;
}

@media (min-width: 769px) {
  .form-radio {
    display: inline-block;
    margin-left: 36px;
  }
}

.form-radio:first-child {
  margin-top: 8px;
}

.form-radio_btn {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

.form-radio_btn:checked ~ .form-radio_label::before {
  background-color: #FC216F;
  cursor: auto;
}

.form-radio_btn:checked ~ .form-radio_label::after {
  opacity: 1;
  cursor: auto;
}

.form-radio_label {
  position: relative;
  margin-left: 30px;
  font-size: 1.6rem;
  line-height: 1.25;
}

.form-radio_label::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: -30px;
  width: 19px;
  height: 20px;
  border: 1px solid #FC216F;
  border-radius: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.form-radio_label::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: -25px;
  width: 11px;
  height: 11px;
  background: url(assets/img/form_radio_check.svg) center/cover;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  cursor: pointer;
}

/* form (contact form7 用) */
.form p:empty {
  height: 0;
}

.form br:not(.only-pc) {
  display: none;
}

.form .form_item--has-btn p:nth-of-type(2) {
  order: -1;
}

@media (min-width: 769px) {
  .form .form_item--has-btn p:nth-of-type(2) {
    order: 0;
  }

  .wpcf7-form-control-wrap {
    flex: 1;
    margin-left: 21px;  
  }
}

.form_form--double .wpcf7-form-control-wrap {
  margin-left: 0;
}

.form_form--double .wpcf7-form-control-wrap:not(:first-child) {
  margin-left: 8px;
}

@media (min-width: 769px) {
  .form-select_wrap {
    margin-left: 21px;
  }

  .form-select_wrap .wpcf7-form-control-wrap {
    margin-left: 0;
  }
}

@media (min-width: 769px) {
  #information-session .wpcf7-form-control-wrap {
    margin-top: -12px;
    margin-left: -15px;
  }
}

@media (min-width: 769px) {
  #information-session .form_form--radio {
    margin-left: 0;
  }
}

#information-session .wpcf7-list-item {
  display: block;
  margin-top: 12px;
  margin-left: 0;
}

@media (min-width: 769px) {
  #information-session .wpcf7-list-item {
    display: inline-block;
    margin-left: 36px;
  }
}

#information-session .wpcf7-list-item:first-child {
  margin-top: 8px;
}

[name="information-session"] {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

[name="information-session"]:checked ~ .wpcf7-list-item-label::before {
  background-color: #FC216F;
  cursor: auto;
}

[name="information-session"]:checked ~ .wpcf7-list-item-label::after {
  opacity: 1;
  cursor: auto;
}

.wpcf7-list-item-label {
  position: relative;
  margin-left: 30px;
  font-size: 1.6rem;
  line-height: 1.25;
}

.wpcf7-list-item-label::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: -30px;
  width: 19px;
  height: 20px;
  border: 1px solid #FC216F;
  border-radius: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.wpcf7-list-item-label::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: -25px;
  width: 11px;
  height: 11px;
  background: url(assets/img/form_radio_check.svg) center/cover;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  cursor: pointer;
}

.wpcf7-not-valid {
  background-color: #FFD6D6 !important;
}

.wpcf7-not-valid-tip {
  display: none!important;
}

.wpcf7-response-output {
  font-size: 1.6rem;
  text-align: center;
}



@media (min-width: 769px) {
  .form_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.form_item + .form_item {
  margin-top: 16px;
}

.form_item--has-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 769px) {
  .form_item--has-btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.form_item--has-btn .form-zip-btn {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  max-width: 150px;
  margin-bottom: 16px;
}

@media (min-width: 769px) {
  .form_item--has-btn .form-zip-btn {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    max-width: none;
    margin-bottom: 0;
  }
}

.form_title {
  display: block;
  font-size: 1.6rem;
  line-height: 1.4375;
}

@media (min-width: 769px) {
  .form_title {
    width: 160px;
    text-align: right;
  }
}

.form_required {
  color: #FC216F;
}

@media (min-width: 769px) {
  .form_required {
    display: block;
    font-size: 1.2rem;
  }
}

.form_form {
  display: block;
  width: 100%;
  margin-top: 4px;
}

@media (min-width: 769px) {
  .form_form {
    margin-top: 0;
  }
}

.form_form--double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (min-width: 769px) {
  .form_form--double {
    margin-left: 21px;
  }
}

.form_form--double .form-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}

.form_form--double .form-text:not(:first-child) {
  margin-left: 8px;
}

@media (min-width: 769px) {
  .form_form--radio {
    margin-top: -12px;
    margin-left: -15px;
  }
}

.form_note {
  margin-top: 8px;
  margin-bottom: 24px;
  font-size: 1.4rem;
}

@media (min-width: 769px) {
  .form_note {
    margin-left: 181px;
    margin-bottom: 16px;
  }
}

.form_detail {
  margin-top: 16px;
  font-size: 1.2rem;
  line-height: 1.33333;
}

@media (min-width: 769px) {
  .form_detail {
    margin-left: 181px;
  }
}

.form_submit {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 18px;
  margin-top: 5px;
  background-color: #FFF000;
  border: none;
  border-radius: 8px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: .1em;
  cursor: default;
}

@media (min-width: 769px) {
  .form_submit {
    padding: 22px;
    margin-top: 52px;
    border-radius: 8.25px;
    font-size: 2.4rem;
  }
}

.form_submit:not(:disabled):hover, .form_submit:not(:disabled):focus {
  background-color: #FFD600;
  cursor: pointer;
}

/* === Header === */
.header {
  padding: 12px 20px 15px;
  background-color: #FFF000;
}

@media (min-width: 769px) {
  .header {
    padding-top: 13px;
    padding-bottom: 11px;
  }
}

.header_inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 769px) {
  .header_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.header_utils {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.header_logo {
  width: 47px;
  height: auto;
}

@media (min-width: 769px) {
  .header_logo {
    width: auto;
  }
}

.header_site-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 12px;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.75;
  letter-spacing: 0;
}

@media (min-width: 769px) {
  .header_site-title {
    margin-left: 30px;
    font-size: 1.6rem;
  }
}

.header_btn {
  display: block;
  margin: 11px auto 0;
}

@media (min-width: 769px) {
  .header_btn {
    margin: 0;
    margin-left: 5px;
  }
}

/* === Content === */
.cont {
  padding: 20px;
}

.cont_inner {
  margin: 0 auto;
}

@media (min-width: 769px) {
  .cont_inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 1080px;
  }
}

/* === Footer === */
.footer {
  padding: 24px 0 33px;
  background-color: #FFF000;
}

@media (min-width: 769px) {
  .footer {
    padding: 53px 0 70px;
  }
}

.footer_inner {
  max-width: 1080px;
  padding: 0 20px;
  margin: 0 auto;
}

.footer_company {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.71429;
  letter-spacing: .05em;
}

@media (min-width: 769px) {
  .footer_company {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.footer_address {
  margin-top: 20px;
  font-size: 1.4rem;
  font-style: normal;
  line-height: 1.39286;
  letter-spacing: .05em;
}

.footer_copyright {
  display: block;
  margin-top: 19px;
  font-size: .9rem;
  line-height: 1.77778;
}

@media (min-width: 769px) {
  .footer_copyright {
    margin-top: 32px;
    font-size: 1rem;
    line-height: 1.6;
  }
}

/* ==========================
Unreusable Block
========================== */
/* === Hero Area === */
.hero-appeal_txt {
  color: #FFFFFF;
  font-weight: bold;
}

@media (min-width: 769px) {
  .hero-appeal_txt + .hero-appeal_txt {
    margin-top: 10px;
  }
}

.hero-appeal_fz-xl {
  font-size: 4.4rem;
  letter-spacing: .05em;
  line-height: 1.27273;
}

@media (min-width: 769px) {
  .hero-appeal_fz-xl {
    font-size: 6rem;
    line-height: 0.96667;
  }
}

.hero-appeal_fz-lg {
  font-size: 4rem;
  letter-spacing: .05em;
  line-height: 1.25;
}

@media (min-width: 769px) {
  .hero-appeal_fz-lg {
    font-size: 6rem;
    line-height: 0.98333;
  }
}

.hero-appeal_fz-md {
  font-size: 3rem;
  letter-spacing: .05em;
}

@media (min-width: 769px) {
  .hero-appeal_fz-md {
    font-size: 4rem;
  }
}

.hero-appeal_fz-sm {
  font-size: 2.8rem;
  letter-spacing: .05em;
}

@media (min-width: 769px) {
  .hero-appeal_fz-sm {
    font-size: 4rem;
  }
}

.hero-appeal_fz-xs {
  font-size: 2rem;
  letter-spacing: .05em;
}

@media (min-width: 769px) {
  .hero-appeal_fz-xs {
    font-size: 3rem;
  }
}

.hero {
  position: relative;
  padding-top: 10px;
  padding-bottom: 31px;
  background: url(assets/img/hero_bg_sp.jpg) center/cover;
}

@media (min-width: 769px) {
  .hero {
    padding-top: 20px;
    padding-bottom: 164px;
    background: url(assets/img/hero_bg_pc.jpg) right 40% top 40%/cover;
  }
}

.hero_eligible {
  display: inline-block;
  padding: 7px 6px;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: .05em;
  font-weight: bold;
  line-height: 1.08333;
}

@media (min-width: 769px) {
  .hero_eligible {
    padding: 11px 7px 12px 10px;
    font-size: 3rem;
    line-height: 1.16667;
  }
}

.hero_cont {
  margin-top: 14px;
}

@media (min-width: 769px) {
  .hero_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 57px;
  }
}

.hero_logo {
  display: inline-block;
  width: 88px;
  height: auto;
}

@media (min-width: 769px) {
  .hero_logo {
    width: auto;
  }
}

@media (min-width: 769px) {
  .hero_appeal {
    margin-left: 40px;
  }
}

.hero_catchphrase {
  bottom: -25px;
  padding-top: 13px;
  padding-right: 5px;
  padding-bottom: 13px;
  background-color: #FFF000;
  color: #000000;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.1875;
  letter-spacing: .05em;
}

@media (min-width: 769px) {
  .hero_catchphrase {
    padding-top: 14px;
    padding-right: 8px;
    padding-bottom: 18px;
    font-size: 3.2rem;
    line-height: 1.5;
  }
}

/* === About === */
.about {
  padding-top: 57px;
  padding-bottom: 0;
  background: url(assets/img/about_bg_sp.jpg) right 30% top 30%/50% no-repeat;
}

@media (min-width: 769px) {
  .about {
    padding-top: 82px;
    padding-bottom: 60px;
    background: url(assets/img/about_bg_pc.jpg) right 45% top 60%/auto 80% no-repeat;
  }
}

@media (min-width: 769px) {
  .about_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 769px) {
  .about_cont {
    -ms-flex-preferred-size: 54%;
        flex-basis: 54%;
  }
}

.about_title {
  display: inline-block;
  width: 218px;
  font-size: 2.4rem;
}

@media (min-width: 769px) {
  .about_title {
    font-size: 4.6rem;
    width: 414px;
  }
}

.about_desc {
  margin-top: 26px;
}

@media (min-width: 769px) {
  .about_desc {
    margin-top: 30px;
  }
}

.about_txt {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: .05em;
}

.about_txt + .about_txt {
  margin-top: 20px;
}

@media (min-width: 769px) {
  .about_txt + .about_txt {
    margin-top: 0;
  }
}

.about_img {
  width: calc(100% + 20px * 2);
  margin: 50px -20px 0;
}

@media (min-width: 769px) {
  .about_img {
    -ms-flex-preferred-size: 36%;
        flex-basis: 36%;
    width: 390px;
    margin: 0 20px 20px 0;
    -webkit-box-shadow: 20px 20px 0 #FFF000;
            box-shadow: 20px 20px 0 #FFF000;
  }
}

/* === Evidence === */
.evidence {
  padding-top: 0;
  padding-bottom: 84px;
  background-color: #EEEEEE;
}

@media (min-width: 769px) {
  .evidence {
    padding-top: 80px;
    padding-bottom: 149px;
  }
}

.evidence_inner {
  position: relative;
  z-index: 1;
  padding: 25px 13px 32px 12px;
  margin: -30px -5px 0;
  background-color: #FFFFFF;
  border-radius: 8px;
}

@media (min-width: 769px) {
  .evidence_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 16px 30px 17px 50px;
    margin: 0;
  }
}

.evidence_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 769px) {
  .evidence_head {
    -webkit-box-flex: 5;
        -ms-flex: 5;
            flex: 5;
  }
}

.evidence_icon {
  display: inline-block;
  position: relative;
  margin: 14px 11px 0 15px;
  width: 40px;
  height: auto;
}

@media (min-width: 769px) {
  .evidence_icon {
    width: 95px;
    margin-top: 36px;
    margin-left: 20px;
    margin-right: 3px;
  }
}

.evidence_icon::before {
  content: '＼ CHECK! ／' / '';
  position: absolute;
  top: -14px;
  left: -15px;
  width: 165%;
  font-size: .8rem;
  font-weight: bold;
  line-height: 1.77778;
  letter-spacing: .05em;
}

@media (min-width: 769px) {
  .evidence_icon::before {
    font-size: 1.8rem;
    top: -36px;
    left: -20px;
  }
}

.evidence_title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 19px;
  font-size: 2rem;
  line-height: 1.36667;
}

@media (min-width: 769px) {
  .evidence_title {
    margin-left: 45px;
    font-size: 2.8rem;
  }
}

.evidence_body {
  position: relative;
  padding: 40px 0 14px;
  margin-top: 35px;
  background-color: #EEEEEE;
}

@media (min-width: 769px) {
  .evidence_body {
    -webkit-box-flex: 4;
        -ms-flex: 4;
            flex: 4;
    padding-top: 16px;
    padding-bottom: 17px;
    margin-top: 0;
    margin-left: 48px;
  }
}

.evidence_caption {
  margin: 8px 11px 0 12px;
  font-size: .8rem;
  line-height: 1.3625;
  letter-spacing: .05em;
}

@media (min-width: 769px) {
  .evidence_caption {
    padding: 9.82px 8px 0 9px;
  }
}

.evidence_desc {
  position: absolute;
  top: -9px;
  right: -6px;
  width: 131px;
  height: auto;
}

@media (min-width: 769px) {
  .evidence_desc {
    width: auto;
    top: -56px;
    right: -48.07px;
  }
}

.evidence_txt {
  position: absolute;
  top: calc(50% - 17.5px / 2);
  left: 50%;
  width: 77%;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.66667;
  letter-spacing: .05em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 769px) {
  .evidence_txt {
    width: 80%;
    font-size: 2rem;
    line-height: 1.375;
    top: calc(50% - 25.09px / 2);
  }
}

/* === Reasons === */
.reasons {
  position: relative;
  padding-top: 131.25px;
  padding-bottom: 141px;
}

@media (min-width: 769px) {
  .reasons {
    padding-bottom: 162px;
  }
}

.reasons_title {
  top: -24px;
}

@media (min-width: 769px) {
  .reasons_title {
    top: -72.65px;
  }
}

.reasons_body {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -40px 0 0 -16px;
}

@media (min-width: 769px) {
  .reasons_body {
    margin-top: -38px;
  }
}

.reasons_card {
  margin-top: 40px;
  margin-left: 28px;
}

@media (min-width: 769px) {
  .reasons_card {
    margin-top: 38px;
    margin-left: 32px;
  }
}

.reasons_card--1 {
  background-image: url(assets/img/reasons_bg01_sp.svg);
}

@media (min-width: 769px) {
  .reasons_card--1 {
    background-image: url(assets/img/reasons_bg01_pc.svg);
  }
}

.reasons_card--2 {
  background-image: url(assets/img/reasons_bg02_sp.svg);
}

@media (min-width: 769px) {
  .reasons_card--2 {
    background-image: url(assets/img/reasons_bg02_pc.svg);
  }
}

.reasons_card--3 {
  background-image: url(assets/img/reasons_bg03_sp.svg);
}

@media (min-width: 769px) {
  .reasons_card--3 {
    background-image: url(assets/img/reasons_bg03_pc.svg);
  }
}

.reasons_card--4 {
  background-image: url(assets/img/reasons_bg04_sp.svg);
}

@media (min-width: 769px) {
  .reasons_card--4 {
    background-image: url(assets/img/reasons_bg04_pc.svg);
  }
}

/* === SNS === */
.sns {
  position: relative;
  padding-top: 165px;
  padding-bottom: 180px;
  background: url(assets/img/sns_bg_sp.png) center/cover;
}

@media (min-width: 769px) {
  .sns {
    padding-top: 120px;
    padding-bottom: 120px;
    background: url(assets/img/sns_bg_pc.jpg) center/cover no-repeat;
  }
}

.sns_title {
  top: -77.47px;
}

.sns_txt {
  padding: 24px 13px;
  margin: 0 -8px;
  border: 1px solid #000000;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: .05em;
}

@media (min-width: 769px) {
  .sns_txt {
    max-width: 710px;
    padding: 50px 55px;
    margin: 0 auto;
    font-size: 2.4rem;
    line-height: 1.86458;
  }
}

/* === Comment === */
.comment {
  margin-top: 80px;
  margin-bottom: 100px;
}

@media (min-width: 769px) {
  .comment {
    margin-top: 65px;
    margin-bottom: 80px;
  }
}

.comment_title-inner {
  max-width: 169px;
}

@media (min-width: 769px) {
  .comment_title-inner {
    max-width: 244px;
  }
}

.comment_examples {
  margin-top: 45px;
}

@media (min-width: 769px) {
  .comment_examples {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 769px) {
  .comment_example {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.comment_example + .comment_example {
  margin-top: 12px;
}

@media (min-width: 769px) {
  .comment_example + .comment_example {
    margin-top: 0;
    margin-left: 79px;
  }
}

.comment_owner {
  text-align: center;
}

@media (min-width: 769px) {
  .comment_owner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.comment_portrait {
  display: inline-block;
  width: 116px;
}

.comment_name {
  margin-top: 25px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: .05em;
}

@media (min-width: 769px) {
  .comment_name {
    margin-top: 0;
    margin-left: 35px;
    font-size: 3.2rem;
  }
}

.comment_comment {
  margin-top: 18px;
}

.comment_txt {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: .05em;
}

.comment_txt + .comment_txt {
  margin-top: 28px;
}

/* === Profit === */
.profit {
  padding-top: 44px;
  padding-bottom: 80px;
  background-color: #A7D7E6;
}

@media (min-width: 769px) {
  .profit {
    padding-top: 102px;
  }
}

.profit_title::before {
  background-color: #FFFFFF;
}

.profit_title::after {
  background-color: #FFFFFF;
}

.profit_examples {
  margin-top: 45px;
}

@media (min-width: 769px) {
  .profit_examples {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 61px;
  }
}

@media (min-width: 769px) {
  .profit_example {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.profit_example + .profit_example {
  margin-top: 20px;
}

@media (min-width: 769px) {
  .profit_example + .profit_example {
    margin-top: 0;
    margin-left: 12px;
  }
}

/* === Comparison === */
.comparison {
  padding-top: 41px;
  padding-bottom: 60px;
}

@media (min-width: 769px) {
  .comparison {
    padding-top: 103px;
    padding-bottom: 81px;
  }
}

.comparison_title-inner {
  max-width: 246px;
}

@media (min-width: 769px) {
  .comparison_title-inner {
    max-width: 354px;
  }
}

.comparison_table {
  margin-top: 54px;
  margin-right: -20px;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(114, 87, 72, 0.3);
          box-shadow: 0px 2px 6px 0px rgba(114, 87, 72, 0.3);
}

@media (min-width: 769px) {
  .comparison_table {
    margin-top: 104.57px;
    margin-right: 0;
  }
}

/* === Call To Action === */
.cta {
  padding-top: 40px;
  padding-bottom: 44px;
  background-color: #F8C4C7;
}

@media (min-width: 769px) {
  .cta {
    padding-top: 63px;
    padding-bottom: 60px;
  }
}

.cta_title {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: .05em;
}

@media (min-width: 769px) {
  .cta_title {
    font-size: 3.6rem;
    line-height: 1.44444;
    text-align: center;
  }
}

.cta_card {
  padding: 16px 16px 0;
  margin-top: 44px;
  background-color: #FFFFFF;
  border-radius: 8px;
}

@media (min-width: 769px) {
  .cta_card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding: 24px 180px 24px 24px;
    margin-top: 60px;
  }
}

.cta_img {
  max-width: 412px;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .cta_img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0;
  }
}

.cta_list {
  margin-top: 32px;
  margin-left: max(0px, calc((100vw - 412px) / 2 - 16px - 20px));
}

@media (min-width: 769px) {
  .cta_list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
    margin-left: 25px;
  }
}

.cta_list-item {
  position: relative;
  margin-left: 30px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .05em;
}

.cta_list-item + .cta_list-item {
  margin-top: 20px;
}

@media (min-width: 769px) {
  .cta_list-item + .cta_list-item {
    margin-top: 34px;
  }
}

.cta_list-item::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: -30px;
  width: 20px;
  height: 21px;
  background: url(assets/img/cta_list_icon.png) center/cover;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cta_recommend {
  padding: 15px 18px;
  margin: 24px -16px 0;
  background-color: #000000;
  border-radius: 0 0 8px 8px;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.33333;
  letter-spacing: .05em;
}

@media (min-width: 769px) {
  .cta_recommend {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border-radius: 0 8px 0 8px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

/* === Flow === */
.flow {
  position: relative;
  padding-top: 42px;
  padding-bottom: 30px;
  background: url(assets/img/flow_bgwrap_sp.png) center/cover, url(assets/img/flow_bg_sp.jpg) center/cover;
}

@media (min-width: 769px) {
  .flow {
    padding-top: 80px;
    padding-bottom: 90px;
    background-image: url(assets/img/flow_bg_pc.jpg);
  }
}

.flow_title-inner {
  max-width: 305px;
}

@media (min-width: 769px) {
  .flow_title-inner {
    max-width: 431px;
  }
}

.flow_body {
  margin-top: 43px;
}

@media (min-width: 769px) {
  .flow_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.flow_icon {
  max-width: 283px;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .flow_icon {
    max-width: 80px;
    margin: 0;
  }
}

.flow_list {
  margin-top: 32px;
}

@media (min-width: 769px) {
  .flow_list {
    margin-top: 0;
    margin-left: 53px;
  }
}

.flow_list-item {
  width: calc(100% + 10px);
  margin-left: -5px;
  margin-right: -5px;
}

@media (min-width: 769px) {
  .flow_list-item {
    width: 556px;
    margin-left: 0;
    margin-right: 0;
  }
}

.flow_list-item + .flow_list-item {
  margin-top: 10px;
}

/* === Request === */
.request {
  padding-top: 50px;
  padding-bottom: 65px;
}

@media (min-width: 769px) {
  .request {
    padding-top: 80px;
    padding-bottom: 100px;
    background-color: #EEEEEE;
  }
}

@media (min-width: 769px) {
  .request_inner {
    padding: 50px min(max(calc((100vw - 741px - 180px *2) / 2), 50px), 170px) 70px;
    background-color: #FFFFFF;
  }
}

.request_head {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 740px;
  padding: 26px 10px;
  background-color: #FFF000;
  border: 2px solid #000000;
}

@media (min-width: 769px) {
  .request_head {
    margin: 0 auto;
  }
}

.request_title {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.33333;
  letter-spacing: .05em;
}

@media (min-width: 769px) {
  .request_title {
    font-size: 3.2rem;
    line-height: 1;
  }
}

.request_note {
  margin-top: 12px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.57143;
  letter-spacing: .05em;
}

.request_form {
  max-width: 740px;
  margin-top: 29px;
}

@media (min-width: 769px) {
  .request_form {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }
}

.request_privacy-policy {
  margin-top: 51px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.375;
  letter-spacing: .05em;
}

@media (min-width: 769px) {
  .request_privacy-policy {
    margin-top: 32px;
  }
}

.request_annotation {
  margin-top: 28px;
  text-align: center;
  font-size: 1.2rem;
  line-height: 2.66667;
  letter-spacing: .05em;
}

@media (min-width: 769px) {
  .request_annotation {
    margin-top: 34px;
    font-size: 1.6rem;
    line-height: 2;
  }
}

/* ==========================
Helper
========================== */
.only-sp {
  display: block;
}

@media (min-width: 769px) {
  .only-sp {
    display: none;
  }
}

.only-pc {
  display: none;
}

@media (min-width: 769px) {
  .only-pc {
    display: block;
  }
}

.only-sr {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

.bold {
  font-weight: bold;
}

.ltsp10 {
  letter-spacing: .1em;
}
/*# sourceMappingURL=style.css.map */