@charset "utf-8";

/* base */
* {
  font-family: Hiragino Sans, Hiragino Kaku Gothic ProN, BIZ UDPGothic, Helvetica Neue, Arial, Meiryo,sans-serif;
  font-weight: normal;
  color: #000000;
}
html {
  font-size: 10px;
}
body {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  background-color: #ffffff;
  /*
  overflow-x: hidden;
  */
  overflow-x: clip;
}

main {
  position: relative;
  width: 100%;
  z-index: 1;
}
section {
  position: relative;
  width: 100%;
  z-index: 1;
  padding: 6.0rem 0;
}

img.image_by_height {
  width: auto;
  max-width: max-content;
}

.wrapper_center {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.sec_light {
  background-color: #ffffff;
  color: #000000
}
.sec_light * {
  color: #000000
}

.sec_dark {
  background-color: #000000;
  color: #ffffff
}
.sec_dark * {
  color: #ffffff
}

.h2_container {
  position: relative;
  width: 100%;
}
.h2_container .h2 {
  line-height: 1;
  margin: 0 auto;
  text-align: center;
  font-size: 3.2rem;
  padding: 0.6rem 0;
}
.h2_container .h2 img.h2_image {
  height: 7.8rem;
}
.h2_container .h2_subtitle {
  line-height: 1;
  margin: 1.2rem auto;
  text-align: center;
  width: fit-content;
  font-size: 2.0rem;
  font-weight: bold;
  padding: 0.5rem;
}
.sec_light .h2_subtitle {
  background-color: #000000;
  color: #ffffff
}
.sec_dark .h2_subtitle {
  background-color: #ffffff;
  color: #000000
}

.body_container {
  position: relative;
  width: 100%;
}

.common_button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 9.6rem;
  border-radius: 4.8rem;
  color: #ffffff;
  background-color: #000000;
  font-size: 2.0rem;
  z-index: 1;
  overflow: visible;
  transition: all 0.3s;
  opacity: 1;
}
.common_button:hover {
  opacity: 0.7;
}
.common_button:after {
  content: "→";
  display: block;
  position: absolute;
  width: 2.0rem;
  text-align: center;
  font-size: 2.0rem;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.noto_serif_jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
}



/* Loading */
#loader_bg {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000000;
  z-index: 100000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#loader_bg .loader_img {
  width: 15.0rem;
}

#loader_bg .loader_inner {
  position: relative;
  padding: 1.0rem 0 0 0;
}
#loader_bg .loader_inner_ball_pulse > div {
  background-color: #ffffff;
  width: 1.0rem;
  height: 1.0rem;
  border-radius: 100%;
  margin: 0.2rem;
  animation-fill-mode: both;
  display: inline-block;
}
#loader_bg .loader_inner_ball_pulse > div:nth-child(1) {
  animation: loading_ball_pulse_animation 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
#loader_bg .loader_inner_ball_pulse > div:nth-child(2) {
  animation: loading_ball_pulse_animation 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
#loader_bg .loader_inner_ball_pulse > div:nth-child(3) {
  animation: loading_ball_pulse_animation 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}



/* Header */
header {
  position: relative;
  width: 100%;
}
header .menu_area {
  position: fixed;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  left: 0;
  top: 0;
  margin: 0;
  padding: 1.0rem 2.0rem;
  background-color: #ffffff;
  z-index: 94;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0, 1);
  transform: translateY(0);
}
header .menu_area.menu_area_visible {
  transform: translateY(0);
}
header .menu_area.menu_area_hidden {
  transform: translateY(-100%);
}

header .menu_area .h1_container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  left: 0;
  top: 0;
}
header .menu_area .h1_container .h1_logo {
  width: 13.0rem;
}
header .menu_area .h1_container .h1_subtitle {
  font-weight: bold;
  padding: 0 3.0rem;
}

header .fv {
  position: relative;
  width: 100%;
  z-index: 1;
  overflow-x: clip;
}
header .fv .fv_inner {
  position: relative;
  width: 100%;
  min-width: 1900px;
  text-align: center;
  margin: 0;
  padding: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
header .fv .fv_inner .fv_bg_image_container {
  display: block;
  position: relative;
  width: 100%;
}
header .fv .fv_inner .fv_bg_image_container .fv_bg_image {
  position: relative;
  width: 100%;
}
header .fv .fv_badge {
  position: absolute;
  width: 12%;
  text-align: center;
  margin: auto;
  padding: 0;
  left: 66%;
  top: 35%;
}
header .fv .fv_badge .fv_badge_text {
  position: absolute;
  left: 0;
  top: 16%;
  width: 100%;
  height: 60%;
  letter-spacing: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .fv .fv_badge .fv_badge_text .fv_badge_text_inner {
  position: relative;
  width: 100%;
  line-height: 1.02;
}
header .fv .fv_badge .fv_badge_text .fv_badge_text_inner .fv_badge_text_1 {
  position: relative;
  width: 100%;
  font-weight: 800;
  font-size: 2.8rem;
}
header .fv .fv_badge .fv_badge_text .fv_badge_text_inner .fv_badge_text_2 {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .fv .fv_badge .fv_badge_text .fv_badge_text_inner .fv_badge_text_2 .fv_badge_text_2_num {
  position: relative;
  font-weight: 500;
  font-style: italic;
  font-size: 7.2rem;
  left: -0.2rem;
  top: -0.3rem;
  padding-right: 0.2rem;
}
header .fv .fv_badge .fv_badge_text .fv_badge_text_inner .fv_badge_text_2 .fv_badge_text_2_unit {
  position: relative;
  line-height: 1;
}
header .fv .fv_badge .fv_badge_text .fv_badge_text_inner .fv_badge_text_2 .fv_badge_text_2_unit .fv_badge_text_2_unit_1 {
  font-weight: 800;
  font-style: italic;
  font-size: 3.4rem;
}
header .fv .fv_badge .fv_badge_text .fv_badge_text_inner .fv_badge_text_2 .fv_badge_text_2_unit .fv_badge_text_2_unit_2 {
  font-weight: 800;
  font-style: italic;
  font-size: 2.8rem;
}
header .fv .fv_badge .fv_badge_text .fv_badge_text_inner .fv_badge_text_3 {
  position: relative;
  width: 100%;
  font-weight: 800;
  font-size: 3.4rem;
}

header .fv .fv_subtitle {
  display: block;
  position: absolute;
  width: 38%;
  text-align: center;
  margin: auto;
  padding: 0;
  left: 0;
  right: 0;
  top: 56%;
}
header .fv .fv_button_container {
  position: absolute;
  width: 28%;
  margin: auto;
  padding: 0;
  left: 0;
  right: 0;
  top: 65%;
}
header .fv .fv_button_container .fv_button.common_button {
  margin: 0 auto;
}



/* Footer */
footer {
  position: relative;
  width: 100%;
  background-color: #000000;
}
footer .footer_copyright {
  position: relative;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 1.0rem;
  padding: 0.4rem 0;
}



/* Slogan */
.sec_slogan {
  margin: -8.0rem auto 0 auto;
  padding: 0;
  z-index: 2;
  overflow-y: visible;
}
.sec_slogan .slogan_title_container {
  display: block;
  position: relative;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.sec_slogan .slogan_title_container .slogan_title {
  width: 100%;
}
.sec_slogan .slogan_image_container {
  position: relative;
  width: 52%;
  margin: 4.0rem auto 0 auto;
  text-align: center;
}
.sec_slogan .slogan_image_container img.slogan_image {
  width: 100%;
}
.sec_slogan .slogan_text {
  position: relative;
  width: 78%;
  margin: 6.6rem auto 10.0rem auto;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 2.0;
}

.sec_slogan .slogan_warning {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 2.0rem 0;
  background-color: #ffff08;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.15em;
}
.sec_slogan .slogan_warning:before {
  content: "";
  position: absolute;
  display: block;
  width: 4.0rem;
  /*
  height: 2.0rem;
  */
  height: 2.1rem;
  background-color: #ffff08;
  left: 0;
  right: 0;
  bottom: -2.0rem;
  margin: 0 auto;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}



/* Support */
.sec_support {
  padding: 10.0rem 0 6.0rem 0;
}
.sec_support .support_question {
  margin: 6.5rem auto 0 auto;
  text-align: center;
}
.sec_support .support_question img.support_question_image {
  height: 6.2rem;
}
.sec_support ul.support_point {
  position: relative;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  margin: 6.5rem auto 0 auto;
}
.sec_support ul.support_point > li {
  position: relative;
  width: 17%;
  margin: 0 1.5%;
}
.sec_support ul.support_point > li .support_point_image_container {
  text-align: center;
}
.sec_support ul.support_point > li .support_point_image_container .support_point_image {
  width: 100%;
}
.sec_support ul.support_point > li h3 {
  text-align: center;
  margin: 1.8rem auto 0 auto;
  font-size: 1.6rem;
}

.sec_support .support_text {
  position: relative;
  width: 88%;
  margin: 4.5rem auto 0 auto;
}
.sec_support .support_text .support_text_description {
  margin: 1.5rem auto 0 auto;
}
.sec_support .support_text .support_text_note {
  margin: 1.5rem auto 0 auto;
  color: #d6d6d6;
}

.sec_support .support_community {
  position: relative;
  width: 100%;
  margin: 6.6rem auto 0 auto;
  padding: 6.6rem 0 0 0;
  border-top: 1px solid #ffffff;
}
.sec_support .support_community .support_community_title {
  position: relative;
  text-align: center;
  padding: 0 0 2.8rem 0;
}
.sec_support .support_community .support_community_title:after {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
}
.sec_support .support_community .support_community_title img.support_community_title_image {
  height: 3.0rem;
}

.sec_support .support_community .support_community_subtitle {
  position: relative;
  width: 90%;
  margin: 2.8rem auto 0 auto;
}

.sec_support .support_community ul.support_community_gallery {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 2.8rem auto 0 auto;
}
.sec_support .support_community ul.support_community_gallery > li {
  position: relative;
  width: 31.3%;
  margin: 0 1%;
  text-align: center;
}
.sec_support .support_community ul.support_point > li .support_community_gallery_image {
  text-align: center;
}



/* Voice */
.sec_voice .voice_detail {
  position: relative;
  width: 100%;
  margin: 0 auto 0 auto;
}
.sec_voice .voice_detail > li {
  position: relative;
  width: 100%;
  padding: 5.0rem 3% 5.0rem 3%;
}
.sec_voice .voice_detail > li:not(:first-child) {
  border-top: 1px #c4c4c4 solid;
}
.sec_voice .voice_detail > li .voice_detail_image_container {
  position: relative;
  width: 30%;
  float: left;
  margin: 0 3.5rem 2.0rem 0;
}
.sec_voice .voice_detail > li .voice_detail_title_container {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
}
.sec_voice .voice_detail > li .voice_detail_title_container .voice_detail_logo_container .voice_detail_logo {
  height: 4.8rem;
}
.sec_voice .voice_detail > li .voice_detail_title_container .voice_detail_company {
  margin: 0 0 0 2.0rem;
}
.sec_voice .voice_detail > li .voice_detail_title_container .voice_detail_name {
  margin: 0 0 0 2.0rem;
  padding: 0 0 0 2.0rem;
  border-left: 1px solid #000000;
}
.sec_voice .voice_detail > li .voice_detail_subtitle {
  display: inline-block;
  line-height: 1.2;
  font-size: 2.0rem;
  font-weight: bold;
  margin: 2.0rem auto 0 0;
  padding: 0.4rem 0.5rem;
  background-color: #000000;
  color: #ffffff
}
.sec_voice .voice_detail > li .voice_detail_text {
  margin: 2.2rem auto 0 0;
}



/* Profile */
.sec_profile {
  background: url("../img/bg_profile.jpg") no-repeat center center;
  background-size: cover;
}

.sec_profile .profile_detail {
  position: relative;
  width: 100%;
  margin: 6.0rem auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-wrap: wrap;
  flex-direction: column;
  aspect-ratio: 2.63;
}
.sec_profile .profile_detail .profile_detail_image {
  width: 30%;
}
.sec_profile .profile_detail .profile_detail_title {
  width: 70%;
  padding: 0 0 0 5%;
}
.sec_profile .profile_detail .profile_detail_title h3 {
  width: 30%;
}
.sec_profile .profile_detail .profile_detail_title h3.profile_detail_h3_image {
  max-width: max-content;
}
.sec_profile .profile_detail .profile_detail_title .profile_detail_sns_container {
  margin: 2.0rem auto 0 0;
}
.sec_profile .profile_detail .profile_detail_title .profile_detail_sns_container .profile_detail_sns {
  margin: 0 0.4rem;
  transition: all 0.3s;
  opacity: 1;
}
.sec_profile .profile_detail .profile_detail_title .profile_detail_sns_container .profile_detail_sns:hover {
  opacity: 0.7;
}
.sec_profile .profile_detail .profile_detail_title .profile_detail_sns_container .profile_detail_sns .profile_detail_sns_button {
  width: 3.6rem;
}
.sec_profile .profile_detail .profile_detail_description {
  width: 70%;
  padding: 0 0 0 5%;
  margin: 2.0rem auto 0 0;
  line-height: 1.6;
}

.sec_profile .profile_button_container {
  width: 100%;
  margin: 6.0rem auto 0 auto;
}
.sec_profile .profile_button_container .profile_button.common_button {
  width: 50%;
  margin: 0 auto;
}



/* Movie */
.sec_movie {
  background: url("../img/bg_movie.jpg") no-repeat center center;
  background-size: cover;
}

.sec_movie .movie_container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 5.0rem 0 4.0rem 0;
  text-align: center;
}
.sec_movie .movie_container .movie_youtube {
  position: relative;
  margin: 0 auto;
  width: 56.0rem;
  height: 31.5rem;
}



/* Q&A */
.sec_q_and_a .q_and_a_detail {
  position: relative;
  width: 100%;
  margin: 0 auto 0 auto;
}
.sec_q_and_a .q_and_a_detail > li {
  position: relative;
  width: 100%;
  padding: 2.0rem 5% 2.0rem 5%;
}
.sec_q_and_a .q_and_a_detail > li:not(:first-child) {
  border-top: 1px #999999 dashed;
}

.sec_q_and_a .q_and_a_detail > li .q_and_a_detail_q:after,
.sec_q_and_a .q_and_a_detail > li .q_and_a_detail_a:after {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 4.4rem;
  left: -2.2rem;
  font-size: 1.6rem;
  font-weight: bold;
  color: #ffffff;
}
.sec_q_and_a .q_and_a_detail > li .q_and_a_detail_q:after {
  content: "";
  background-color: #000000;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/q_and_a_detail_q.png) no-repeat center center;
  background-size: contain;
}
.sec_q_and_a .q_and_a_detail > li .q_and_a_detail_a:after {
  content: "";
  background-color: #fb2dbb;
  top: 1.6rem;
  background: url(../img/q_and_a_detail_a.png) no-repeat center center;
  background-size: contain;
}

.sec_q_and_a .q_and_a_detail > li .q_and_a_detail_text {
  padding: 2.8rem 4.4rem;
}
.sec_q_and_a .q_and_a_detail > li .q_and_a_detail_q_text {
  font-size: 2.0rem;
  font-weight: bold;
}
.sec_q_and_a .q_and_a_detail > li .q_and_a_detail_a_text {
  background-color: #f6f6f6;
  border-radius: 1.6rem;
}



/* Contact */
.sec_contact {
  background-color: #ededed;
}
.sec_contact:before {
  content: "";
  position: absolute;
  display: block;
  width: 4.0rem;
  height: 2.0rem;
  background-color: #ffffff;
  left: 0;
  right: 0;
  /*
  top: 0;
  */
  top: -0.1rem;
  margin: 0 auto;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.sec_contact .h2_container .h2 {
  font-weight: bold;
  padding: 0;
}
.sec_contact .h2_container .h2_subtitle {
  color: #bcbcbc;
}
.sec_contact .h2_container .h2_description {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 3.0rem auto 0 auto;
} 
.sec_contact .contact_form {
  position: relative;
  margin: 6.0rem auto 0 auto;
  width: 100%;
  height: 320rem;
}

/* responsive */
/*
@media (min-width: 769px) {
*/
@media (min-width: 871px) {
  /* base */
  .visible_in_sp {
    display: none;
  }
}

/*
@media (max-width: 768px) {
*/
@media (max-width: 870px) {
  /* base */
  .visible_in_pc {
    display: none;
  }
  
  body {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
  
  .wrapper_center {
    width: 96%;
  }
  
  .h2_container .h2 {
    font-size: 3.4rem;
    font-weight: bold;
  }
  .h2_container .h2 img.h2_image {
    height: 8.0rem;
  }
  .h2_container .h2_subtitle {
    padding: 0.6rem;
  }
  
  .common_button {
    height: 15.2vw;
    border-radius: 7.6vw;
    font-size: 4.2vw;
    font-weight: bold;
  }
  .common_button:after {
    width: 4.2vw;
    font-size: 4.2vw;
    font-weight: bold;
  }
  
  
  
  /* Header */
  header .menu_area {
    position: relative;
    transform: none;
  }
  header .menu_area.menu_area_visible {
    transform: none;
  }
  header .menu_area.menu_area_hidden {
    transform: none;
  }
  header .menu_area .h1_container .h1_logo {
    width: 10.0rem;
  }
  header .menu_area .h1_container .h1_subtitle {
    font-weight: bold;
    padding: 0 5.2rem 0 1.5rem;
    font-size: 1.4rem;
  }
  
  header .fv {
    margin-top: -14.0vw;
  }
  header .fv .fv_inner {
    min-width: auto;
    left: 0;
    transform: none;
  }
  header .fv .fv_badge {
    width: 30%;
    left: 68%;
    top: 20%;
  }
  header .fv .fv_badge .fv_badge_text .fv_badge_text_inner .fv_badge_text_1 {
    font-size: 3.6vw;
  }
  header .fv .fv_badge .fv_badge_text .fv_badge_text_inner .fv_badge_text_2 .fv_badge_text_2_num {
    font-size: 9.0vw;
    left: -0.24vw;
    top: -0.36vw;
    padding-right: 0.48vw;
  }
  header .fv .fv_badge .fv_badge_text .fv_badge_text_inner .fv_badge_text_2 .fv_badge_text_2_unit .fv_badge_text_2_unit_1 {
    font-size: 4.4vw;
  }
  header .fv .fv_badge .fv_badge_text .fv_badge_text_inner .fv_badge_text_2 .fv_badge_text_2_unit .fv_badge_text_2_unit_2 {
    font-size: 3.6vw;
  }
  header .fv .fv_badge .fv_badge_text .fv_badge_text_inner .fv_badge_text_3 {
    font-size: 4.4vw;
  }
  
  header .fv .fv_subtitle {
    width: 84%;
    top: 68%;
  }
  header .fv .fv_button_container {
    width: 100%;
    top: 82%;
  }
  header .fv .fv_button_container .fv_button.common_button {
    width: 84%;
  }
  
  
  
  /* Footer */
  footer .footer_copyright {
    font-size: 1.4rem;
    padding: 0.8rem 0;
  }
  
  
  
  /* Slogan */
  .sec_slogan {
    margin: 0 auto 0 auto;
  }
  .sec_slogan .slogan_title_container {
    width: 100%;
  }
  .sec_slogan .slogan_image_container {
    width: 84%;
    margin: 1.6rem auto 0 auto;
  }
  .sec_slogan .slogan_text {
    width: 90%;
    margin: 2.2rem auto 9.0rem auto;
    font-size: 1.8rem;
    line-height: 1.6;
  }
  
  .sec_slogan .slogan_warning {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
  .sec_slogan .slogan_warning:before {
    width: 3.6rem;
  }
  
  
  
  /* Support */
  .sec_support .support_question {
    margin: 2.5rem auto 0 auto;
  }
  .sec_support .support_question img.support_question_image {
    width: 100%;
    height: auto;
  }
  .sec_support ul.support_point {
    width: 96%;
    margin: 4.5rem auto 0 auto;
  }
  .sec_support ul.support_point > li {
    width: 29.3%;
    margin: 0 2% 4.2rem 2%;
  }
  .sec_support ul.support_point > li .support_point_image_container .support_point_image {
    width: 82%;
  }
  .sec_support ul.support_point > li h3 {
    margin: 1.2rem auto 0 auto;
  }
  
  .sec_support .support_text {
    width: 90%;
    margin: 2.0rem auto 0 auto;
  }
  .sec_support .support_text .support_text_description {
    margin: 0 auto;
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .sec_support .support_text .support_text_note {
    margin: 4.0rem auto 0 auto;
    color: #d6d6d6;
    font-size: 1.1rem;
    line-height: 1.8;
  }
  
  .sec_support .support_community .support_community_title img.support_community_title_image {
    height: 3.2rem;
  }
  
  .sec_support .support_community ul.support_community_gallery {
    width: 84%;
  }
  .sec_support .support_community ul.support_community_gallery > li {
    width: 100%;
    margin: 0 auto;
  }
  
  
  
  /* Voice */
  .sec_voice .voice_detail > li .voice_detail_image_container {
    width: 70%;
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  .sec_voice .voice_detail > li .voice_detail_title_container {
    flex-wrap: wrap;
    margin: 3.0rem auto 0 auto;
  }
  .sec_voice .voice_detail > li .voice_detail_title_container .voice_detail_logo_container {
    width: 100%;
    margin: 0 auto 1.0rem 0;
  }
  .sec_voice .voice_detail > li .voice_detail_title_container .voice_detail_company {
    margin: 0;
  }
  .sec_voice .voice_detail > li .voice_detail_title_container .voice_detail_name {
    margin: 0 0 0 1.5rem;
    padding: 0 0 0 1.5rem;
  }
  
  
  /* Profile */
  .sec_profile {
    background: url("../img/bg_profile_sp.jpg") no-repeat center center;
    background-size: cover;
  }
  .sec_profile .profile_detail {
    flex-direction: row;
    align-items: center;
    padding: 0 3%;
  }
  .sec_profile .profile_detail .profile_detail_image {
    width: 55%;
    padding: 0 5% 0 0;
  }
  .sec_profile .profile_detail .profile_detail_image img.h2_image {
    width: 100%;
  }
  .sec_profile .profile_detail .profile_detail_title {
    width: 45%;
    padding: 0;
  }
  .sec_profile .profile_detail .profile_detail_title h3 {
    width: 80%;
  }
  .sec_profile .profile_detail .profile_detail_description {
    width: 100%;
    padding: 0;
    margin: 2.0rem auto 0 auto;
  }
  
  .sec_profile .profile_button_container .profile_button.common_button {
    width: 84%;
  }
  
  
  
  /* Movie */
  .sec_movie .movie_container .movie_youtube {
    width: 91.0vw;
    height: 51.1875vw;
  }
  
  
  
  /* Q&A */
  .sec_q_and_a .q_and_a_detail > li {
    padding: 2.0rem 2% 5.0rem calc(2% + 2.2rem);
  }
  .sec_q_and_a .q_and_a_detail > li .q_and_a_detail_text {
    padding: 2.4rem 3.2rem;
  }
  
  
  
  /* Contact */
  .sec_contact:before {
    width: 3.6rem;
  }
  .sec_contact .contact_form {
    height: 340rem;
  }
}
