@charset "utf-8";
/*
// Initialize
// ====================================================================*/
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,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.75;
  vertical-align: baseline;
  list-style: none;
}
:root {
  font-size: 62.5%;
  --main-width: 1100px;
}
/*
// Common
// ====================================================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  margin: 0;
}
img {
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
}
.sp,
br[sp] {
  display: none;
}
.pc,
br[pc] {
  display: block;
}
html > body {
  font-family: -apple-system, blinkMacSystemFont, "Helvetica Neue", Roboto, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #000;
  font-size: 1.3rem;
  line-height: 1.75;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
a {
  text-decoration: none;
}
p {
  margin-bottom: 30px;
}
.note {
  text-indent: -1em;
  padding-left: 1em;
  font: monospace;
}
p.note {
  margin-bottom: 0;
}
.marker {
  background: linear-gradient(transparent 50%, #EDE7D3 0%);
}
.image {
  text-align: center;
}
.image .note {
  text-align: left;
}
.wrap {
  width: var(--main-width);
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
section {
  padding-top: 58px;
  padding-bottom: 58px;
}
section .title-section {
  flex: 0 1 auto;
  width: 100%;
  text-align: center;
  margin-bottom: 42px;
}
section .lead-section {
  margin-top: 40px;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
}
.cta {
  padding-top: 42px;
  padding-bottom: 42px;
  border-top: 6px solid #A3762B;
  border-bottom: 6px solid #A3762B;
  text-align: center;
}
.cta .title-cta {
  margin-bottom: 30px;
}
.cta .guidance-cta {
  margin-top: 30px;
  width: 650px;
}
.btns-cta {
  display: flex;
  justify-content: center;
}
a.btn-cta {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 300px;
  line-height: 52px;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  position: relative;
  transition: box-shadow ease-out 0.5s;
}
a.btn-cta:hover {
  transition: box-shadow ease-in 0.5s;
}
a.btn-cta::before {
  display: none;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 0;
}
a.btn-cta:hover::before {
  display: block;
  z-index: 100;
  -webkit-animation-name: hover-bright;
          animation-name: hover-bright;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
a.btn-cta::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateX(75%) rotate(45deg);
}
.male-cta {
  background: linear-gradient(to bottom, #54AAEA, #2478D8);
  box-shadow: 0 5px 15px 0 rgba(0, 140, 255, 0.5);
  margin-right: 50px;
}
.male-cta:hover {
  box-shadow: 0 5px 30px 0 rgba(0, 140, 255, 0.5);
}
.female-cta {
  background: linear-gradient(to bottom, #F25796, #E62560);
  box-shadow: 0 5px 15px 0 rgba(255, 0, 97, 0.4);
}
.female-cta:hover {
  box-shadow: 0 5px 30px 0 rgba(255, 0, 97, 0.4);
}
@-webkit-keyframes hover-bright {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0.2;
  }
  20% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hover-bright {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0.2;
  }
  20% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
  }
}
#header {
  height: 574px;
  background: scroll url("../imgs/header.bg.jpg") no-repeat 0 0;
  box-sizing: border-box;
  padding: 188px 0 0 460px;
}
#header-tagline {
  padding-top: 20px;
  padding-bottom: 20px;
}
#header-lead {
  padding-bottom: 35px;
}
#header-cta {
  justify-content: flex-start;
}
#header-cta a.btn-cta {
  width: 267px;
  line-height: 46px;
}
#header-cta .male-cta {
  margin-right: 12px;
}
#intro {
  text-align: center;
  padding-top: 42px;
}
#intro-body {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
#intro-female {
  order: 1;
}
#intro-male {
  order: 3;
}
#intro-text {
  order: 2;
}
#points {
  background-color: #F7F7F7;
}
#points .block-points {
  margin-bottom: 74px;
  overflow: hidden;
}
#points .block-points:last-child {
  margin-bottom: 0;
}
#points .block-points .image-points {
  float: left;
  margin-right: 50px;
}
#points .block-points .body-points {
  float: left;
}
#points .block-points .lead-points {
  line-height: 1.75;
  margin-top: 30px;
  margin-bottom: 30px;
}
#situations {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
#situations .block-situations {
  width: 548px;
  box-sizing: border-box;
  border: 1px solid #EDE7D3;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4px;
}
#situations .block-situations .image-situations {
  width: 180px;
  margin-right: 25px;
}
#situations .block-situations .title-situations {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
#situations .block-situations .text-situations {
  font-size: 12px;
}
#situations .block-situations .text-situations p {
  margin-bottom: 0;
}
#detail {
  background-color: #EDE7D3;
  text-align: center;
}
#detail-tagline {
  margin-top: 20px;
  margin-bottom: 20px;
}
#detail-lead {
  margin-bottom: 35px;
}
#howto {
  padding-top: 0;
  background-color: #EDE7D3;
  text-align: center;
}
.container-howto {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.step-howto {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.step-howto::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 7px 11px 7px 11px;
  border-left-color: #A3762B;
  margin-left: 11px;
}
.step-howto:last-child::after {
  display: none;
}
#howto-notes {
  margin-top: 20px;
  text-align: left;
  margin-right: 22px;
  margin-left: 22px;
}
#footer {
  padding-right: 30px;
  padding-left: 30px;
}
#footer-profile {
  margin-top: 20px;
  margin-bottom: 20px;
}
#footer-links a {
  color: #000;
}
#copy {
  margin-top: 50px;
  text-align: center;
}
