@charset "UTF-8";
body {
  font-family: "";
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.072386059vw;
  }
}
@media (min-width: 1492px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.test {
  height: 50px;
  height: 3.125rem;
}

.inner {
  max-width: 1000px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    padding-right: 25px;
    padding-left: 25px;
  }
}

body {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
}

.FV_inner {
  position: relative;
}

.FV_timer {
  position: absolute;
  top: 0;
}

.timer {
  background: linear-gradient(45deg, #B89246, #BD9948);
  width: 100%;
  font-size: 72px;
  font-size: 4rem;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 20px rgba(14, 11, 4, .5);
}

@media screen and (max-width: 768px) {
  .timer {
    font-size: 2rem;
    padding: 1% 0;
  }
}
@media screen and (max-width: 600px) {
  .timer {
    font-size: 2rem;
    padding: 1% 0;
  }
}
#watch {
  background-color: #F7F7F7;
  padding-top: 50px;
  padding-top: 3.125rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}

@media screen and (max-width: 768px) {
  #watch {
    padding-top: 1.25rem;
    padding-bottom: 2.5rem;
  }
}
#watch2 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

#watch3 {
  padding-top: 2rem;
}

@media screen and (max-width: 768px) {
  #watch3 {
    /*margin-top: 2.5rem;
    margin-bottom: 2.5rem;*/
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
.watch_inner {
  text-align: center;
  font-family: "Yu Gothic", sans-serif;
  background-color: transparent;
}

@media screen and (max-width: 768px) {
  .watch_inner {
    font-size: 1.5rem;
    background-color: #fff;
    padding: 1rem 0rem;
	width:90%;
  }
}
.mail {
  font-size: 35px;
  font-size: 2.1875rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

@media screen and (max-width: 768px) {
  .mail {
    font-size: 1.5rem;
  }
}
.watch_title1 {
  width: 92%;
  color: #fff;
  font-size: 80px;
  font-size: 5rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .watch_title1 {
    width: 100%;
  }
}
.watch_question {
  color: #F82600;
  font-size: 2.3rem;
  font-family: "Noto Serif JP", serif;
  text-decoration: underline;
  padding-top: 2.5rem;
  padding-bottom: 3.75rem;
  margin: 0.625rem;
  position: relative;
  z-index: 2;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .watch_question {
    font-size: 1.5rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.watch_content {
  margin: -40px auto;
  margin: -2.5rem auto;
  width: 100%;
  padding-bottom: 71px;
  padding-bottom: 4.4375rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .watch_content {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0;
  }
}
.watch_content::after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 90%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 1;
}

.watch_area {
  margin: 0 auto;
  padding-bottom: 74px;
  padding-bottom: 4.625rem;
}

@media screen and (max-width: 768px) {
  .watch_area {
    width: 100%;
    padding: 0;
  }
}
.watch_word {
  font-size: 2.5rem;
  font-weight: 700;
  position: relative;
  font-family: "Hiragino Kaku Gothic w7", sans-serif;
}

@media screen and (max-width: 768px) {
  .watch_word {
    font-size: 1.125rem;
  }
}
.watch_box::before {
  width: 300px;
  width: 18.75rem;
  height: 3px;
  height: 0.1875rem;
  position: absolute;
  top: 60%;
  content: "";
  background-color: #000;
  -webkit-transform: rotate(115deg);
          transform: rotate(115deg);
  right: -65%;
}

@media screen and (max-width: 768px) {
  .watch_box::before {
    width: 5.625rem;
    top: 58%;
    right: -60%;
    height: 0.125rem;
  }
}
.watch_box::after {
  width: 300px;
  width: 18.75rem;
  height: 3px;
  height: 0.1875rem;
  position: absolute;
  top: 60%;
  content: "";
  background-color: #000;
  -webkit-transform: rotate(65deg);
          transform: rotate(65deg);
  left: -45%;
}

@media screen and (max-width: 768px) {
  .watch_box::after {
    width: 5.625rem;
    top: 58%;
    left: -40%;
    height: 0.125rem;
  }
}
.watch_release {
  font-size: 5rem;
  font-weight: 700;
  color: #B58E3E;
  font-family: "Source Han Serif", serif;
}

@media screen and (max-width: 768px) {
  .watch_release {
    font-size: 2.5rem;
  }
}
.watch_box {
  display: inline;
  position: relative;
}

._large-number {
  font-size: 5rem;
  font-family: "DIN 2014", sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  ._large-number {
    font-size: 1.75rem;
  }
}
.receive-button {
  background: -webkit-gradient(linear, left top, left bottom, from(#FA333C), to(#EA1C25));
  background: linear-gradient(to bottom, #FA333C, #EA1C25);
  border-radius: 1rem;
  box-shadow: 0px 8px 0px #BD1301;
  padding: 3% 3%;
  width: 75%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .receive-button {
    width: 90%;
    padding: 5% 0;
  }
}

.receive-button:active,.receive-button:hover{
	top:8px;
}

.form_area {
  width: 90%;
  margin: 0 auto;
  padding: 56.3px 0 77.7px;
  padding: 5rem 0 8rem;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .form_area {
    width: 100%;
    padding: 0;
    margin: 0 auto 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .form-land {
    padding-top: 1.875rem;
  }
}
.form {
  margin: 0 auto;
  font-family: "Yu Gothic", sans-serif;
  font-weight: 500;
  width: 80%;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .form {
    width: 90%;
  }
}
.image {
  display: inline;
  width: 100px;
}

@media screen and (max-width: 768px) {
  .image {
    width: 120px;
  }
}
.image-box {
  text-align: center;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .image-box {
    margin-bottom: 0rem;
  }
}
.receive-button_input {
  width: 90%;
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "Yu Gothic", sans-serif;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .receive-button_input {
    font-size: 1.2rem;
    width: 90%;
	font-weight: 700;
  font-family: "Yu Gothic","Hiragino Kaku Gothic Pro";
  }
}
.receive-button_input::-webkit-input-placeholder {
  text-align: center;
}
.receive-button_input::-moz-placeholder {
  text-align: center;
}
.receive-button_input::-ms-input-placeholder {
  text-align: center;
}
.receive-button_input::placeholder {
  text-align: center;
}

.form-area {
  font-weight: 700;
  font-family: "Yu Gothic", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  padding: 47px 20px;
  padding: 1.5rem 1.25rem;
  border: solid 3px #707070;
  border: solid 0.1875rem #707070;
  border-radius: 1rem;
  text-align: center;
  margin-bottom: 28px;
  margin-bottom: 3rem;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .form-area {
    padding: 5% 0;
    font-size: 1.125rem;
	border: solid 0.1rem #707070;
  }
}
.form-box {
  font-size: 28px;
  font-size: 1.75rem;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .form-box {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 600px) {
  .form-box {
    font-size: 0.75rem;
  }
}
.example_inner {
  padding-top: 6.04375rem;
  padding-bottom: 6rem;
  max-width: 1000px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .example_inner {
    padding-top: 3rem;
    padding-bottom: 3rem;
	width: 90%;
  }
}
.example_inner::after {
  content: "";
  position: absolute;
  background-color: #fff;
  bottom: -150px;
  bottom: -9.375rem;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
  width: 150px;
  width: 9.375rem;
  height: 150px;
  height: 9.375rem;
}

@media screen and (max-width: 768px) {
  .example_inner::after {
    bottom: -4rem;
    width: 4rem;
    height: 4rem;
  }
}
.title2 {
  text-align: center;
  border-top: 1px solid #2A2D36;
  border-bottom: 1px solid #2A2D36;
  padding-top: 3.09375rem;
  padding-bottom: 3.28125rem;
  margin-bottom: 3.71875rem;
  font-size: 2.5rem;
  font-family: "Source Han Serif", serif;
  line-height: 5.25rem;
}

@media screen and (max-width: 768px) {
  .title2 {
    font-size: 1.3rem;
    line-height: 2rem;
    padding-top: 1.875rem;
    padding-bottom: 2rem;
	font-family: "Source Han Serif", serif;
  }
}
.caution {
  letter-spacing: 0.03125rem;
  margin-top: 2.5rem;
  font-size: 1.6rem;
  font-family: "Hiragino Kaku Gothic w5", sans-serif;
}

@media screen and (max-width: 768px) {
  .caution {
    font-size: 1.125rem;
    margin-top: 1.25rem;
  }
}
.example_sentence {
  text-align: center;
  font-size: 62px;
  font-size: 2.8rem;
  font-family: "Hiragino Kaku Gothic w7", sans-serif;
  font-weight: 900;
  line-height: 98px;
  line-height: 5rem;
  margin-top: 128px;
  margin-top: 8rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .example_sentence {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-top: 3rem;
  }
}
#achievement {
  background-image: url(../images/common/achievement.png);
  background-position: bottom;
  background-size: cover;
}

.achievement_inner {
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}

@media screen and (max-width: 768px) {
	.achievement_inner{
	 width: 100%;
	}
}

.achievement_grid {
  display: grid;
  gap: 20px;
  gap: 1.25rem;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 768px) {
  .achievement_grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 700px) {
  .achievement_grid {
    grid-template-columns: 1fr;
  }
}

.achievement_card {
  background-color: #fff;
  font-family: "Hiragino Kaku Gothic w5", sans-serif;
  padding-top: 3rem;
  padding-bottom: 3rem;
  /*margin-bottom: 6rem;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
   .achievement_card {
	padding-top: 5%;
	padding-bottom: 5%;
	}
}

.achievement_person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.achievement_image {
  width: 100px;
  width: 6.25rem;
  height: 100px;
  height: 6.25rem;
}

@media screen and (max-width: 768px) {
  .achievement_image {
    width: 4.375rem;
    height: 4.375rem;
  }
}
.achievement_name {
  font-size: 1.8rem;
  margin-left: 20px;
  margin-left: 1.25rem;
}

@media screen and (max-width: 768px) {
  .achievement_name {
    font-size: 1.7rem;
    margin-left: 0.75rem;
  }
}
.achievement_gender {
  font-size: 25px;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .achievement_gender {
    font-size: 1.125rem;
  }
}
.achievement_sentence {
  font-size: 2.5rem;
  text-align: center;
  margin-top: 1.875rem;
}

@media screen and (max-width: 768px) {
  .achievement_sentence {
    font-size: 1.8rem;
    margin-top: 1.25rem;
  }
}
.achievement_title {
  font-size: 65px;
  font-size: 4.0625rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  padding-top: 150px;
  padding-top: 9.375rem;
  padding-bottom: 74px;
  padding-bottom: 4.625rem;
  font-family: "Source Han Serif", serif;
}

@media screen and (max-width: 768px) {
  .achievement_title {
    font-size: 1.7rem;
    padding-top: 5rem;
    padding-bottom: 2rem;
  }
}
.title {
  text-align: center;
  font-size: 80px;
  font-size: 5rem;
  font-weight: 700;
}

.true_content-sentence {
  margin-bottom: 3.75rem;
  font-size: 1.7rem;
  font-family: "Hiragino Kaku Gothic w4", sans-serif;
  line-height: 3.4375rem;
}

@media screen and (max-width: 768px) {
  .true_content-sentence {
    font-size: 1.125rem;
    line-height: 2rem;
    margin-bottom: 2.5rem;
  }
}
._mb-true {
  margin-bottom: 80px;
  margin-bottom: 5rem;
}

.true_inner {
  margin-top: 4.5rem;
  margin-bottom: 9.25rem;
  padding: 0 5%;
  text-align: left;
  max-width: 1000px;
}

@media screen and (max-width: 768px) {
  .true_inner {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    text-align: center;
	width: 90%;
	padding: 5px 5px;
  }
}
._bold-true {
  font-family: "Hiragino Kaku Gothic w7", sans-serif;
  font-weight: 700;
}

.strategy_inner {
  position: relative;
  padding-top: 122px;
  padding-top: 7.625rem;
  padding-bottom: 93px;
  padding-bottom: 5.8125rem;
}

@media screen and (max-width: 768px) {
  .strategy_inner {
    padding-top: 2.5rem;
    padding-bottom: 1.25rem;
	width: 100%;
  }
}
.strategy_inner::after {
  content: "";
  position: absolute;
  background-color: #fff;
  bottom: -10px;
  bottom: -0.625rem;
  left: 50%;
  transform: rotate(180deg) translateY(-50%) translateX(50%);
  -webkit-transform: rotate(180deg) translateY(-50%) translateX(50%);
  width: 200px;
  width: 12.5rem;
  height: 100px;
  height: 6.25rem;
  -webkit-clip-path: polygon(50% 0, 100% 60%, 0 60%);
          clip-path: polygon(50% 0, 100% 60%, 0 60%);
}

.strategy-icon_image {
  width: 8%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  max-width: 6rem;
}

@media screen and (max-width: 768px) {
  .strategy-icon_image {
    height: 100%;
    width: auto;
  }
}
@media screen and (max-width: 600px) {
  .strategy-icon_image {
    height: 2.5rem;
    width: 2.5rem;
  }
}
.strategy_content-sentence {
  font-size: 2rem;
  margin-left: 8%;
  padding: 1rem 2rem;
  font-family: "Hiragino Kaku Gothic w5", sans-serif;
  font-weight: 700;
  background-color: #F7F7F7;
}

@media screen and (max-width: 768px) {
  .strategy_content-sentence {
    font-size: 1.125rem;
    margin-left: 8%;
	padding: 0.5rem 0 0 0.5rem ;
  }
}
@media screen and (max-width: 600px) {
  .strategy_content-sentence {
    margin-left: 13%;
  }
}
.strategy-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  margin: 0 auto 40px;
  margin: 0 auto 2.5rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .strategy-item {
    font-size: 1.5rem;
    width: 100%;
    margin: 0 auto 1.25rem;
  }
}
.strategy-icon {
  height: 100%;
  position: absolute;
}

#seminar {
  background-color: #E2E2E2;
}

.seminar_inner {
  padding-top: 138px;
  padding-top: 8.625rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .seminar_inner {
    padding-top: 6.75rem;
	width: 90%;
  }
}
.seminar_sentence {
  font-size: 2rem;
  padding-bottom: 4rem;
  font-family: "Hiragino Kaku Gothic w4", sans-serif;
  line-height: 3.8rem;
}

@media screen and (max-width: 768px) {
  .seminar_sentence {
    font-size: 1.2rem;
    line-height: 1.8rem;
    padding-bottom: 3.75rem;
  }
}
#profile {
  background-color: #02346E;
}

.profile_inner {
  padding-top: 12rem;
  padding-bottom: 268px;
  padding-bottom: 16.75rem;
  color: #fff;
  max-width: 1000px;
}

@media screen and (max-width: 768px) {
  .profile_inner {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
	width: 90%;
  }
}
.profile_area {
  padding-top: 0px;
  padding-top: 0rem;
}

@media screen and (max-width: 768px) {
  .profile_area {
    padding-top: 2.5rem;
  }
}
.profile_media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
}

@media screen and (max-width: 768px) {
  .profile_media {
    display: block;
  }
}
.profile_image-box {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}

@media screen and (max-width: 768px) {
  .profile_image-box {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .profile_image-box img{
    margin: 0 auto;
	width: 60%;
  }
}

.profile_word {
  font-size: 80px;
  font-size: 4rem;
  font-family: "Hiragino Mincho ProN w6", serif;
  margin-bottom: 76px;
  margin-bottom: 4.75rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .profile_word {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 1.875rem;
  }
}
.profile_word::after {
  content: "";
  position: absolute;
  width: 20rem;
  height: 10rem;
  background-image: url(../images/common/handwritten.png);
  background-size: cover;
  right: -8rem;
  top: -6rem;
}

@media screen and (max-width: 768px) {
  .profile_word::after {
    right: 1.25rem;
    top: -3rem;
    width: 12.5rem;
    height: 6.25rem;
  }
}
.profile_name {
  font-size: 70px;
  font-size: 4rem;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .profile_name {
    font-size: 2.5rem;
    text-align: center;
  }
}
.profile_reading {
  font-size: 33px;
  font-size: 2.0625rem;
  font-family: "DIN 2014", sans-serif;
  letter-spacing: 3.8px;
  letter-spacing: 0.2375rem;
}

@media screen and (max-width: 768px) {
  .profile_reading {
    font-size: 1rem;
    text-align: center;
  }
}
.profile_sentence {
  margin-bottom: 3.5rem;
  font-size: 1.7rem;
  line-height: 3.125rem;
}

@media screen and (max-width: 768px) {
  .profile_sentence {
    font-size: 1.125rem;
    line-height: 2rem;
    margin-bottom: 2.5rem;
  }
}
.profile_content {
  margin-top: 76px;
  margin-top: 4.75rem;
  font-size: 35px;
  font-size: 2.1875rem;
  font-family: "Hiragino Kaku Gothic w4", sans-serif;
}

@media screen and (max-width: 768px) {
  .profile_content {
    margin-top: 2.5rem;
  }
}
.profile-TV {
  margin-top: 10rem;
}

@media screen and (max-width: 768px) {
  .profile-TV {
    margin-top: 4.375rem;
  }
}

.profile-TV img{
  margin: 0 auto;
  width: 100%;
}

.profile-TV_title {
  text-align: center;
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  font-family: "Hiragino Mincho ProN w6", serif;
  letter-spacing: 0.3125rem;
}

@media screen and (max-width: 768px) {
  .profile-TV_title {
    font-size: 1.6rem;
  }
}
.profile-TV_subtitle {
  text-align: center;
  font-size: 31px;
  font-size: 1.9375rem;
  font-family: "Noto Serif JP, serif";
  margin-bottom: 37px;
  margin-bottom: 2.3125rem;
}

@media screen and (max-width: 768px) {
  .profile-TV_subtitle {
    font-size: 1.125rem;
  }
}
.profile-book {
  margin-top: 117px;
  margin-top: 7.3125rem;
}

.profile-book img{
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .profile-book {
    margin-top: 4.375rem;
  }
}
#trade {
  background-image: url(../images/common/bg.png);
  background-position: bottom;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  #trade {
    padding-top: 3.75rem;
    padding-bottom: 1.875rem;
  }
}
.trade_inner {
  text-align: center;
  padding: 9rem 3rem;
  max-width: 1000px;
}

@media screen and (max-width: 768px) {
  .trade_inner {
    content: none;
    padding: 0;
	width: 90%;
  }
}
.trade_title {
  font-size: 3.5rem;
  color: #02346E;
  font-family: "Hiragino Mincho ProN w6", serif;
  font-weight: 700;
  margin-bottom: 61px;
  margin-bottom: 3.8125rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .trade_title {
    font-size: 2rem;
    margin-bottom: 1.9375rem;
  }
}
.trade_title::before {
  content: "秋田洋徳Presents";
  color: #B58E3E;
  position: absolute;
  font-size: 50px;
  font-size: 3.125rem;
  top: -70px;
  top: -4.375rem;
  left: 80px;
  left: 5rem;
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
}

@media screen and (max-width: 768px) {
  .trade_title::before {
    font-size: 1.2rem;
    top: -2rem;
    left: 1rem;
  }
}
.trade_subtitle {
  font-size: 37px;
  font-size: 1.5rem;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  color: #02346E;
  margin-bottom: 73px;
  margin-bottom: 4.5625rem;
}

@media screen and (max-width: 768px) {
  .trade_subtitle {
    font-size: 1.125rem;
    width: 90%;
    margin: 0 auto 4.5625rem;
  }
}
.trade-media_circle {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background-color: #0A4294;
  position: absolute;
  top: 50%;
  left: -2rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .trade-media_circle {
    width: 6.25rem;
    height: 6.25rem;
    top: -3.125rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}
.trade-media {
  position: relative;
}

.trade-media_sentence-box {
    list-style: square;
    background-color: rgb(255, 255, 255);
    padding: 3.25rem 2rem 3.625rem 8rem;
    margin-bottom: 3.4375rem;
    max-width: 100%;
    margin: 0 0 4rem 3rem;
}

@media screen and (max-width: 768px) {
  .trade-media_sentence-box {
    /* padding-left: 2rem; */
    /* padding-top: 4.75rem; */
    /* margin-bottom: 6.25rem; */
    padding-right: 0;
    /* padding-bottom: 0.625rem; */
    max-width: 100%;
    margin: 0 auto;
	margin-bottom: 25%;
    padding: 25% 8%;
  }
}
._gap {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}

.trade-media_sentence {
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  font-size: 1.8rem;
  font-family: "DIN 2014", sans-serif;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .trade-media_sentence {
    font-size: 1.125rem;
  }
}
.trade-method {
  padding: 2.5rem 2rem;
  margin: 0 auto;
  background-color: #F7F7F7;
  margin: 0 auto;
  max-width: 1000px;
}

@media screen and (max-width: 768px) {
  .trade-method {
    padding: 1rem 0.5rem;
	width: 120%;
	margin: 0 0 0 -10%;
  }
}
.trade-method_circle-box {
  width: 30%;
}

@media screen and (max-width: 768px) {
  .trade-method_circle-box {
    width: 100%;
    max-width: 15rem;
    margin: 0 auto 1rem;
  }
}
.trade-method_circle {
  width: 100%;
  height: auto;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  padding-top: 100%;
}

@media screen and (max-width: 768px) {
  .trade-method_circle {
    width: 100%;
  }
}
.trade-method_easy {
  border: 5px solid #02346E;
  border: 0.2rem solid #02346E;
}

.trade-method_title {
  margin-bottom: 3.75rem;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  color: #02346E;
  font-family: "Noto Sans CJK JP", sans-serif;
}

@media screen and (max-width: 768px) {
  .trade-method_title {
    font-size: 1.3rem;
	margin-bottom: 2rem;
  }
}
.trade-method_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .trade-method_content {
	display: flex;
    font-size: 1rem;
  }
}
.trade-method_word {
  color: #02346E;
  font-size: 70px;
  font-size: 3rem;
  line-height: 76px;
  line-height: 4.75rem;
  position: absolute;
  width: 100%;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  font-family: "Noto Sans CJK JP", sans-serif;
}

@media screen and (max-width: 768px) {
  .trade-method_word {
    font-size: 1.2rem;
    padding-bottom: 0;
    line-height: 1.5rem;
  }
}
.trade-method_sentence {
  position: absolute;
  font-size: 30px;
  font-size: 1.6rem;
  font-weight: 700;
  width: 108%;
  top: 50%;
  left: 50%;
  color: #02346E;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

@media screen and (max-width: 768px) {
  .trade-method_sentence {
    position: absolute;
    font-size: 0.8rem;
  }
}
.trade_content {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .trade_content {
    width: 90%;
    margin: 0 auto;
  }
}
.trade-method_step {
  width: 25%;
  position: absolute;
  top: 0;
}

@media screen and (max-width: 768px) {
   .trade-method_step {
	 width: 35%;
	 top: -15%;
	 left: 30%;
	}
}

._large-method {
  font-size: 98px;
  font-size: 5rem;
  font-family: "DIN 2014", sans-serif;
}

@media screen and (max-width: 768px) {
  ._large-method {
    font-size: 2.3rem;
  }
}
._small-method {
  font-size: 40px;
  font-size: 2.5rem;
}

@media screen and (max-width: 768px) {
  ._small-method {
    font-size: 1.2rem;
  }
}
._align {
  vertical-align: bottom;
}

#QA {
  margin-bottom: 40px;
  margin-bottom: 5rem;
}

.QA_inner {
  padding-top: 112.6px;
  padding-top: 7.0375rem;
}

@media screen and (max-width: 768px) {
  .QA_inner {
    padding-top: 2.5rem;
	width: 95%;
  }
}
.QA_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media screen and (max-width: 768px) {
  .QA_text {
    display: block;
    width: 100%;
  }
}
.QA_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.QA_question, .QA_answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.QA_answer {
  padding-top: 50px;
  padding-top: 3.125rem;
}

@media screen and (max-width: 768px) {
  .QA_answer {
    padding-top: 1.25rem;
  }
}
.QA_sentence {
  font-size: 1.8rem;
  margin-left: 2.4375rem;
  margin-top: 0;
  font-family: "Hiragino Kaku Gothic w5", sans-serif;
  font-weight: 300;
  margin-right: 2.4375rem;
}

@media screen and (max-width: 768px) {
  .QA_sentence {
    font-size: 1.125rem;
    margin-left: 0rem;
    margin-top: 0.375rem;
    margin-right: 0;
  }
}
.QA_mark {
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 3.125rem;
}

@media screen and (max-width: 768px) {
  .QA_mark {
    font-size: 2rem;
    margin-left: 0rem;
  }
}
.QA_mark {
  color: #BD9948;
}

.QA-area {
  background-color: #F7F7F7;
  padding: 0.5rem 2rem;
  margin-bottom: 1.1875rem;
}

@media screen and (max-width: 768px) {
  .QA-area {
    padding: 0.625rem 1.375rem 1.875rem 1.375rem;
  }
}
.QA_question {
  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 screen and (max-width: 768px) {
  .QA_question {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.drawer-menu {
  display: none;
}

.drawer-menu.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .drawer-menu.open {
    display: block;
  }
}
.QA_icon {
  margin-right: 10px;
  margin-right: 0.625rem;
}

._blue {
  color: #02346E;
}

.menu-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  width: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 90;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  margin-top: 10px;
  margin-top: 0.625rem;
}

@media screen and (max-width: 768px) {
  .menu-btn {
    height: 32px;
    margin-right: -1.25rem;
  }
}
.menu-btn span {
  background-color: transparent;
  position: relative;
}

.menu-btn span.open {
  background-color: transparent;
  position: relative;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: "";
  display: block;
  height: 5px;
  width: 30px;
  border-radius: 3px;
  background-color: #505050;
  position: absolute;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

@media screen and (max-width: 768px) {
  .menu-btn span, .menu-btn span:before,
.menu-btn span:after {
    width: 32px;
    height: 4px;
  }
}
.menu-btn span:before {
  top: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.menu-btn span:after {
  top: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  position: absolute;
}

.menu-btn.open {
  -webkit-transform: rotate(45deg) translate(-5px, 5px);
          transform: rotate(45deg) translate(-5px, 5px);
  height: 8px;
  width: 50px;
  border-radius: 3px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  position: relative;
  top: -10px;
  top: -0.625rem;
  left: 0px;
  left: 0rem;
}

@media screen and (max-width: 768px) {
  .menu-btn.open {
    margin-top: 30px;
    width: 32px;
    height: 4px;
    top: -0.625rem;
    left: -0.3125rem;
  }
}
.menu-btn.open > span::before {
  -webkit-transform: rotate(-90deg) translate(0, 0);
          transform: rotate(-90deg) translate(0, 0);
  background-color: #000;
}

.watch_sentence1 {
  font-size: 80px;
  font-size: 3.5rem;
  font-family: "Source Han Serif", serif;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .watch_sentence1 {
    font-size: 1.5rem;
  }
}
.watch_sentence2 {
  font-size: 2.5rem;
  font-family: "Source Han Serif", serif;
}

@media screen and (max-width: 768px) {
  .watch_sentence2 {
    font-size: 1.125rem;
  }
}
.watch_sentence-box {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  padding-top: 50px;
  padding-top: 3.125rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}

@media screen and (max-width: 768px) {
  .watch_sentence-box {
    margin-bottom: 0rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
._font {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 90px;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 20px;
  letter-spacing: 1.25rem;
}

@media screen and (max-width: 768px) {
  ._font {
    font-size: 2.5rem;
    letter-spacing: 0.625rem;
  }
}
#watch4 {
  background-color: #F7F7F7;
  padding-bottom: 124px;
  padding-bottom: 7.75rem;
}

@media screen and (max-width: 768px) {
  #watch4 {
    padding-bottom: 2.5rem;
  }
}
#watch5 {
  background-color: #F7F7F7;
  padding-bottom: 124px;
  padding-bottom: 7.75rem;
}

@media screen and (max-width: 768px) {
  #watch5 {
    padding-bottom: 2.5rem;
  }
}
.textareaDiv {
  position: relative;
}

#placeholderDiv {
  opacity: 0.7;
}

.textareaDiv #placeholderDiv {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 14px;
}

.textareaDiv #placeholderDiv.none {
  display: none;
}

.watch_text {
  display: inline;
}

.mt {
  margin-top: 50px;
  margin-top: 3.125rem;
}

@media screen and (max-width: 768px) {
  .mt {
    margin-top: 0rem;
  }
}
._small-form {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
}

._bg-white {
  background-color: #fff;
}

._bg {
  background-color: #f7f7f7;
}

._gold {
  color: #B58E3E;
}

._gold02 {
  background-color: #B58E3E;
}

._bold {
  font-weight: 700;
}

._red {
  color: #EB1D26;
}

._large-watch4 {
  font-size: 4.5rem;
  color: #B58E3E;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  ._large-watch4 {
    font-size: 1.625rem;
    line-height: 3.875rem;
  }
}
._large-seminar {
  font-size: 58px;
  font-size: 3.5rem;
  font-family: "Hiragino Mincho ProN w6", serif;
  font-weight: 700;
  line-height: 92px;
  line-height: 5.75rem;
}

@media screen and (max-width: 768px) {
  ._large-seminar {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
._short {
  letter-spacing: -2px;
  letter-spacing: -0.125rem;
}

.br-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .br-sp {
    display: block;
  }
}
._sp {
  display: none;
}

@media screen and (max-width: 768px) {
  ._sp {
    display: block;
  }
}
._pc {
  display: block;
}

@media screen and (max-width: 768px) {
  ._pc {
    display: none;
  }
}
._delete {
  display: none;
}

._bg {
  background-color: #F7F7F7;
}

#footer {
  background-color: #1B1922;
}

.footer_items {
  padding-top: 62px;
  padding-top: 3.875rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .footer_items {
    padding-top: 2rem;
    padding-bottom: 1.25rem;
    display: block;
    text-align: center;
  }
}
.footer_item {
  padding: 0 25px;
  padding: 0 1.5625rem;
  border-right: 1px solid #fff;
  border-right: 0.0625rem solid #fff;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 1.875rem;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .footer_item {
    padding: 0 0 1rem;
    font-size: 1rem;
  }
}
.footer_item:last-child {
  border-right: none;
}

.copyright {
  padding-bottom: 56px;
  padding-bottom: 3.5rem;
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .copyright {
    font-size: 0.8125rem;
  }
}
/*# sourceMappingURL=styles.css.map */


/*====================================

     追加CSS 

====================================*/

.highlighter {
	background: linear-gradient(transparent 10%, #E5EDFD 10% 90%, transparent 90%);
}

.pcnone{
	display:none;}

.spnone{ display:inherit;}

@media screen and (max-width: 435px) {

	
	.pcnone{
	display:inherit;}
	
	.spnone{ display:none;}
}

header {
  width: 100%;
  text-align: center;
  background: url("../images/fv_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.header_in {
  position: relative;
  max-width: 1230px;
  margin: 0 auto;
}

@media screen and (max-width: 435px) {
  header {
    width: 100%;
    text-align: center;
    background: url("../images/fv_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 435px) {
.fv_sp{
  margin-bottom: 5rem;
}
}

@media screen and (max-width: 435px) {
	.fv_img{
	margin: 0 auto;
	}
	
#FV_img {
  padding-top: 3.125rem;
  padding-bottom: 3.75rem;
}

@media screen and (max-width: 768px) {
  #FV_img {
    /*padding-top: 1.25rem;*/
    padding-bottom: 0rem;
  }

