@charset "UTF-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  background: transparent;
}

a:focus {
  outline: 0;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong,
.strong {
  font-weight: bold;
}

dfn,
em,
.em {
  font-style: italic;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

pre {
  margin: 0;
  white-space: pre-wrap;
}

dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0;
}

ol,
ul {
  padding: 0;
  list-style-type: none;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type="submit"] {
  border: none;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  position: relative;
  height: 100%;
  overflow: auto;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 100%;
  line-height: 1.0;
  color: #000000;
  position: static;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a img {
  transition: opacity 0.3s ease;
}

a:hover img {
  opacity: 0.7;
}

p {
  font-size: 100%;
  line-height: 170%;
}

div, p, h1, h2, h3, h4, h5, h6, ul, ol, li, a, form, input, object, dt, dd, dl, iframe, label {
  margin: 0;
  padding: 0;
}

ol, ul, li, dl, dt, dd {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

figure {
  margin: 0;
}

@media screen and (max-width: 767px) {
  a:hover img {
    opacity: 1;
  }
}
@font-face {
  font-family: bodoni;
  src: url("../font/Bodoni SvtyTwo ITC TT Book.ttf") format("truetype");
}
.wrapper {
  min-width: 1200px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .wrapper {
    min-width: 1100px;
  }
}

.contents {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.pc-view {
  display: block;
}
@media only screen and (max-width: 767px) {
  .pc-view {
    display: none;
  }
}

.sp-view {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp-view {
    display: block;
  }
}

header {
  padding: 50px 0;
}
header h1 a {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  header {
    padding: 90px 0;
  }
  header h1 a {
    width: 50%;
  }
  header h1 a img {
    width: 100%;
  }
}

footer {
  padding: 110px 0;
}
footer ul li {
  margin-bottom: 38px;
}
footer ul li:last-of-type {
  margin-bottom: 0;
}
footer a {
  padding: 0 34px;
  color: #000000;
  font-size: 33px;
  text-decoration: none;
  transition: opacity 0.3s ease;
  position: relative;
}
footer a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 767px) {
  footer a:hover {
    opacity: 1.0;
  }
}
footer a:before {
  content: '';
  background: url("../img/line.png") no-repeat 50% 50%;
  background-size: contain;
  width: 24px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
footer a:after {
  content: '';
  background: url("../img/line.png") no-repeat 50% 50%;
  background-size: contain;
  width: 24px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  footer a {
    padding: 0 46px;
    font-size: 50px;
  }
  footer a:before {
    width: 36px;
    height: 45px;
  }
  footer a:after {
    width: 36px;
    height: 45px;
  }
}

.top__visual {
  margin-bottom: 50px;
}
.top__title {
  margin-bottom: 40px;
  color: #dadfdf;
}
.top__btn {
  margin-bottom: 100px;
}
.top__about h2 {
  margin-bottom: 40px;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  .top__about h2 {
    font-size: 100px;
  }
}
.top__about__text {
  width: 840px;
  margin: 0 auto 90px;
  font-size: 22px;
  line-height: 32px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .top__about__text {
    font-size: 44px;
    line-height: 64px;
  }
}
.top__about__column {
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
}
.top__about__column li {
  width: 32%;
  text-align: center;
}
.top__about__column li p {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 35px;
}
@media only screen and (max-width: 767px) {
  .top__about__column li p {
    font-size: 40px;
    line-height: 70px;
  }
}
.top__about__column li a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #8f8e8e;
  width: 220px;
  height: 54px;
  margin: 0 auto 40px;
  border-radius: 15px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.top__about__column li a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 767px) {
  .top__about__column li a:hover {
    opacity: 1.0;
  }
}
@media only screen and (max-width: 767px) {
  .top__about__column li p {
    font-size: 40px;
    line-height: 70px;
  }
  .top__about__column li a {
    width: 330px;
    height: 80px;
    font-size: 36px;
    line-height: 45px;
  }
}
.top__select h2 {
  margin-bottom: 30px;
}
.top__select__text {
  width: 840px;
  margin: 0 auto 70px;
  font-size: 30px;
  line-height: 50px;
  font-weight: bold;
}
.top__select__column {
  display: flex;
  justify-content: space-between;
  width: 760px;
  margin: 0 auto 90px;
}
.top__select__column__right {
  width: 419px;
  margin-left: 20px;
  text-align: left;
}
.top__select__column h3 {
  margin: 25px 0 20px;
  font-size: 25px;
  font-weight: bold;
  line-height: 35px;
}
.top__select__column p {
  font-size: 17px;
  line-height: 27px;
}
.top__select__box:nth-of-type(2) {
  margin-bottom: 60px;
}
.top__select__box:nth-of-type(3) {
  margin-bottom: 100px;
}
.top__select__box img {
  margin-bottom: 25px;
}
.top__select__box p {
  font-size: 18px;
  line-height: 28px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .top__select h2 img {
    width: 500px;
  }
  .top__select__text {
    width: 100%;
    font-size: 45px;
    line-height: 75px;
  }
  .top__select__column {
    display: block;
    width: 100%;
  }
  .top__select__column__right {
    width: 100%;
    margin-left: 0;
  }
  .top__select__column__right img {
    width: 184px;
  }
  .top__select__column h3 {
    font-size: 50px;
    line-height: 70px;
  }
  .top__select__column p {
    font-size: 34px;
    line-height: 52px;
  }
  .top__select__box p {
    font-size: 34px;
    line-height: 52px;
  }
}

.type__visual {
  padding: 125px 0 80px;
}
.type__visual h1 {
  margin-bottom: 60px;
  color: #ffffff;
}
.type__visual__result {
  margin-bottom: 40px;
}
.type__visual__illust {
  margin-bottom: 70px;
}
.type__visual__detail {
  margin-bottom: 70px;
}
.type__visual h2 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: bold;
}
.type__visual p {
  width: 840px;
  margin: 0 auto;
  font-size: 22px;
  line-height: 32px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .type__visual h2 {
    font-size: 60px;
    line-height: 84px;
  }
  .type__visual p {
    font-size: 44px;
    line-height: 64px;
  }
}
.type__keyword {
  background: #ffffff;
  margin-bottom: 80px;
  padding: 40px 80px 60px;
  border-radius: 10px;
}
.type__keyword h2 {
  margin-bottom: 20px;
}
.type__keyword p {
  font-family: YuGothic,'游ゴシック体','Yu Gothic Medium','游ゴシック Medium','Yu Gothic','游ゴシック',sans-serif;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .type__keyword h2 img {
    width: 100%;
  }
  .type__keyword p {
    font-size: 36px;
    line-height: 56px;
  }
}
.type__select {
  padding-bottom: 80px;
}
.type__select h2 {
  margin-bottom: 20px;
}
.type__select__img {
  margin: 0 -100px 20px;
  position: relative;
}
.type__select__img:after {
  height: 32px;
  position: absolute;
  right: 100px;
  bottom: 25px;
}
.type__select h3 {
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 36px;
  font-weight: bold;
}
.type__select p {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
}
.type__select ul {
  margin-bottom: 70px;
}
.type__select ul li {
  font-size: 20px;
  line-height: 33px;
  font-feature-settings: 'palt';
}
.type__select ul li a {
  color: #000000;
  transition: opacity 0.3s ease;
}
.type__select ul li a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 767px) {
  .type__select ul li a:hover {
    opacity: 1.0;
  }
}
@media only screen and (max-width: 767px) {
  .type__select h2 img {
    width: 75%;
  }
  .type__select h3 {
    font-size: 52px;
    line-height: 72px;
  }
  .type__select p {
    font-size: 36px;
    line-height: 56px;
  }
  .type__select ul li {
    font-size: 40px;
    line-height: 66px;
  }
}
.type__banner {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .type__banner img {
    width: 100%;
  }
}

.straight {
  background: #ceeff9;
}
.straight .type__select__img:after {
  content: url("../img/straight/select_type.png");
  width: 206px;
}

.wave {
  background: #f9e1f1;
}
.wave .type__select__img:after {
  content: url("../img/wave/select_type.png");
  width: 127px;
}

.natural {
  background: #d1f1e5;
}
.natural .type__select__img:after {
  content: url("../img/natural/select_type.png");
  width: 196px;
}

.question {
  background: url("../img/question/bg.jpg") repeat 50% 0;
  background-size: cover;
}
.question__box {
  padding: 70px 0;
}
.question__item {
  display: none;
  transform: translateX(100px);
}
.question__item.active {
  display: block;
  animation: slideIn 0.3s ease-in-out 0s forwards;
}
@keyframes slideIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.question h2 {
  margin-bottom: 30px;
}
.question p {
  font-size: 54px;
  line-height: 76px;
  font-weight: bold;
  letter-spacing: 1px;
}
.question ul {
  display: flex;
  justify-content: center;
}
.question ul li {
  margin: 0 67px;
}
.question ul li a {
  display: block;
}
@media only screen and (max-width: 767px) {
  .question .wrapper {
    min-width: 100%;
  }
  .question .contents {
    max-width: 100%;
  }
  .question__box {
    width: 100%;
    padding: 35px 25px;
  }
  .question__item img {
    width: 100%;
    max-width: 350px;
  }
  .question h2 {
    margin-bottom: 15px;
  }
  .question p {
    font-size: 7.2vw;
    line-height: 1.4;
  }
  .question ul li {
    width: 29.86667%;
    margin: 0 5.33333%;
  }
}

.title {
  display: flex;
  justify-content: center;
  overflow: hidden;
  font-family: 'bodoni';
  font-size: 168px;
  font-weight: normal;
  letter-spacing: 6px;
}
.title span {
  display: block;
  transform: translate(0, 105%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}
.title span:nth-child(2) {
  transition-delay: 0.06s;
}
.title span:nth-child(3) {
  transition-delay: 0.12s;
}
.title span:nth-child(4) {
  transition-delay: 0.18s;
}
.title span:nth-child(5) {
  transition-delay: 0.24s;
}
.title span:nth-child(6) {
  transition-delay: 0.30s;
}
.title span:nth-child(7) {
  transition-delay: 0.36s;
}
.title span:nth-child(8) {
  transition-delay: 0.42s;
}
.title span:nth-child(9) {
  transition-delay: 0.48s;
}
.title span:nth-child(10) {
  transition-delay: 0.54s;
}

.title-anim span {
  transform: translate(0, 0);
}
