@charset "UTF-8";
/*-------------------------------------------------------------------

	DEFAULT CSS RESET

-------------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, a {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

img {
  vertical-align: bottom;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*-------------------------------------------------------------------
body
-------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.6;
  background: #000;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  a {
    transition: unset;
  }
}
a:hover {
  color: #4d4d4d;
  text-decoration: none !important;
  opacity: 0.3;
}
@media only screen and (max-width: 767px) {
  a:hover {
    opacity: 1.0;
  }
}
a.not {
  opacity: 1.0;
}
a[href^="tel:"] {
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

img {
  width: 100%;
  max-width: 100%;
}

.wrapper {
  width: 100%;
}

.inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .inner {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.section {
  margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .section {
    margin-bottom: 40px;
  }
}

/*-------------------------------------------------------------------
header
-------------------------------------------------------------------*/
.header {
  width: 100%;
  padding: 15px 0;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .header {
    text-align: center;
  }
}
.header_logo {
  float: left;
}
@media only screen and (max-width: 767px) {
  .header_logo {
    float: none;
    margin-right: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .header_logo img {
    max-width: 220px;
  }
}
.header_list {
  float: right;
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .header_list {
    display: block;
    padding: 10px;
  }
}
.header_list a {
  display: block;
  padding: 5px 10px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .header_list a {
    padding: 10px 0;
  }
}
.header_list a i {
  font-size: 28px;
  font-size: 2.8rem;
}
@media only screen and (max-width: 767px) {
  .header_list a i {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .header_list_item {
    margin-bottom: 10px;
  }
}
.header_list_item.tel a {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .header_list_item.tel img {
    max-width: 155px;
  }
}
.header_list_item.line, .header_list_item.mail, .header_list_item.clinic {
  width: 100px;
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .header_list_item.line, .header_list_item.mail, .header_list_item.clinic {
    width: 100%;
    margin-left: 0;
  }
}
.header_list_item.line a, .header_list_item.mail a {
  background: #d8b562;
  background: linear-gradient(0deg, #d8b562 0%, #f3d194 50%, #d8b562 100%);
  border: #d8b562 1px solid;
  color: #000;
}
.header_list_item.clinic a {
  border: #fff 1px solid;
}
@media only screen and (max-width: 767px) {
  .header_list {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    padding-top: 40px;
    background: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    font-size: 1.6rem;
    box-sizing: border-box;
    z-index: 2;
  }
}
.header_list_icon {
  display: none;
}
@media only screen and (max-width: 767px) {
  .header_list_icon {
    display: block;
    position: absolute;
    top: -5px;
    right: 30px;
    color: #fff;
    font-size: 24px;
    font-size: 2.4rem;
    z-index: 3;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
  }
}
@media only screen and (max-width: 767px) {
  .header_list_icon.open .fa-bars:before {
    content: "\f057";
    color: #fff;
  }
}
.header_list .global_list {
  display: flex;
  justify-content: space-between;
  width: 1000px;
}
@media only screen and (max-width: 767px) {
  .header_list .global_list {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.header_list .global_list_item {
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .header_list .global_list_item {
    border-top: #fff 1px solid;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .header_list .global_list_item:last-child {
    border-bottom: #fff 1px solid;
  }
}
.header.m_fixed {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  padding-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .header.m_fixed {
    padding-bottom: 15px;
  }
}
.header.m_fixed .global {
  display: block;
}
.header .inner {
  margin: 0 auto;
}

/*-------------------------------------------------------------------
global
-------------------------------------------------------------------*/
.global {
  position: absolute;
  top: 65px;
  left: 0;
  display: none;
}
@media only screen and (max-width: 767px) {
  .global {
    position: static;
    display: block;
  }
}

/*-------------------------------------------------------------------
mv
-------------------------------------------------------------------*/
.mv {
  margin-bottom: 5%;
}
.mv .inner video {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .mv .inner video {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .mv .inner {
    padding: 0;
  }
}

/*-------------------------------------------------------------------
about
-------------------------------------------------------------------*/
.about .inner {
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .about .inner {
    padding-bottom: 20px;
  }
}
.about_main_title {
  border: #4c4c4c 1px solid;
  border-left: none;
  border-right: none;
  padding: 30px 20px;
}
@media only screen and (max-width: 767px) {
  .about_main_title {
    padding: 15px 20px;
  }
}
.about_main02 {
  background: url("../images/about_photo_02.png") no-repeat top center;
  background-size: contain;
  padding-top: 170px;
}
@media only screen and (max-width: 767px) {
  .about_main02 {
    background-size: 110%;
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .about_main02 .txt {
    margin-bottom: 0 !important;
  }
}
.about_main02 .txt .logo_kakeru {
  margin-top: 3%;
}
.about_main02 .txt .logo_kakeru img {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .about_main02 .txt .logo_kakeru img {
    width: 50%;
  }
}
.about_arrow {
  background: url("../images/about_arrow.png") no-repeat bottom center;
  background-size: contain;
  padding-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .about_arrow {
    margin-bottom: 20px !important;
    padding-bottom: 40px;
  }
}
.about_txt {
  font-size: 60px;
  font-size: 6rem;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .about_txt {
    margin-bottom: 50px;
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.about_txt .txt {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .about_txt .txt {
    margin-bottom: 40px;
  }
}
.about_txt .txt .mens_logo img {
  width: 180px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .about_txt .txt .mens_logo img {
    width: 80px;
  }
}
.about_txt .txt .bg {
  background: #fff;
  color: #000;
}
.about_txt .txt .bg span {
  font-size: 85px;
  font-size: 8.5rem;
}
@media only screen and (max-width: 767px) {
  .about_txt .txt .bg span {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .about_txt .txt.last {
    margin-bottom: 0;
  }
}

/*-------------------------------------------------------------------
doctor
-------------------------------------------------------------------*/
.doctor {
  background: #fff;
}
.doctor .inner {
  position: relative;
  /*display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 60px 0;*/
}
@media only screen and (max-width: 767px) {
  .doctor .inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.doctor_txt {
  position: absolute;
  top: 30px;
  left: 0;
  width: 600px;
}
@media only screen and (max-width: 767px) {
  .doctor_txt {
    position: static;
    width: 100%;
  }
}
.doctor_txt .title {
  font-size: 60px;
  font-size: 6rem;
  margin-bottom: 1.8%;
}
@media only screen and (max-width: 767px) {
  .doctor_txt .title {
    font-size: 30px;
    font-size: 3rem;
    text-align: center;
  }
}
.doctor_txt .txt {
  width: 540px;
  margin-bottom: 1.8%;
}
@media only screen and (max-width: 767px) {
  .doctor_txt .txt {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .doctor_txt .name {
    text-align: center;
  }
}
.doctor_txt .name .dr {
  font-size: 34px;
  font-size: 3.4rem;
}
@media only screen and (max-width: 767px) {
  .doctor_txt .name .dr {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.doctor_img {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .doctor_img {
    text-align: center;
  }
}
.doctor_img img {
  width: 520px;
  margin-right: -40px;
}
@media only screen and (max-width: 767px) {
  .doctor_img img {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 1.8%;
  }
}

/*-------------------------------------------------------------------
target
-------------------------------------------------------------------*/
.target {
  background: url("../images/target_bg_01.png") no-repeat top center;
  background-size: 100%;
  padding-top: 160px;
}
@media only screen and (max-width: 767px) {
  .target {
    padding-top: 40px;
  }
}
.target_title {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .target_title {
    margin-bottom: 30px;
  }
}
.target_list {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .target_list {
    padding-bottom: 60px;
  }
}
.target_list_item {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .target_list_item img {
    max-width: 95%;
  }
}
.target_list_txt {
  position: absolute;
  bottom: 80px;
  right: 0;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .target_list_txt {
    bottom: 30px;
    font-size: 10px;
    font-size: 1rem;
  }
}
.target_cast {
  background: linear-gradient(0deg, #000000 2%, rgba(0, 0, 0, 0) 100%), url("../images/target_bg_02.png") no-repeat right -130px;
  background-size: 100%;
  padding-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .target_cast {
    background-position: right -30px;
    padding-bottom: 40px;
  }
}
.target_cast_title {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .target_cast_title {
    margin-bottom: 20px;
  }
}
.target_cast_txt {
  display: flex;
  margin-bottom: 3%;
}
.target_cast.hayato {
  transform: scale(-1, 1);
}
.target_cast.hayato .target_cast_title,
.target_cast.hayato .target_cast_txt,
.target_cast.hayato .target_cast_link {
  transform: scale(-1, 1);
}
.target_cast_link {
  margin: 0 auto;
  border: #fff 4px solid;
  text-align: center;
  line-height: 1.0;
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .target_cast_link {
    width: 100%;
    border-width: 2px;
  }
}
.target_cast_link .link {
  position: relative;
  display: block;
  padding: 20px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .target_cast_link .link {
    padding: 15px 5px;
  }
}
.target_cast_link .link i {
  position: absolute;
  top: 35%;
  right: 10px;
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .target_cast_link .link i {
    top: 30%;
  }
}

/*-------------------------------------------------------------------
main
-------------------------------------------------------------------*/
.movie_title,
.campaign_title,
.info_title,
.case_title,
.contact_title {
  margin-bottom: 2%;
}

/*-------------------------------------------------------------------
movie
-------------------------------------------------------------------*/
.movie_txt {
  background: #fff;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .movie_txt {
    padding: 10px;
  }
}
.movie_txt .txt {
  margin-bottom: 2%;
}

/*-------------------------------------------------------------------
campaign
-------------------------------------------------------------------*/
.campaign_txt {
  background: #fff;
  padding: 40px 20px 20px;
}
@media only screen and (max-width: 767px) {
  .campaign_txt {
    padding: 20px 10px 10px;
  }
}
.campaign_txt .title_serif {
  font-size: 60px;
  font-size: 6rem;
}
@media only screen and (max-width: 767px) {
  .campaign_txt .title_serif {
    font-size: 30px;
    font-size: 3rem;
  }
}
.campaign_txt .txt {
  margin-bottom: 5%;
}

/*-------------------------------------------------------------------
info
-------------------------------------------------------------------*/
.info_txt {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .info_txt {
    display: block;
    padding: 10px;
  }
}
.info_txt:nth-child(n+3) {
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .info_txt:nth-child(n+3) {
    padding-top: 20px;
  }
}
.info_table, .info_img {
  flex-basis: 470px;
}
@media only screen and (max-width: 767px) {
  .info_table, .info_img {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .info_table {
    margin-bottom: 15px;
  }
}
.info_table table {
  width: 100%;
}
.info_table th, .info_table td {
  border-bottom: #fff 12px solid;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .info_table th, .info_table td {
    padding: 3px 0;
    border-bottom-width: 8px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.info_table th {
  width: 20%;
  background: #000;
  color: #fff;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .info_table th {
    width: 25%;
  }
}
.info_table td {
  width: 80%;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .info_table td {
    width: 75%;
    padding-left: 10px;
  }
}
.info_table tr:last-child th, .info_table tr:last-child td {
  border-bottom: none;
}
.info_table_title {
  border: #000 1px solid;
  margin-bottom: 30px;
  padding: 3px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .info_table_title {
    margin-bottom: 15px;
  }
}
.info_table_title img {
  max-width: 328px;
}
@media only screen and (max-width: 767px) {
  .info_table_title img {
    max-width: 228px;
  }
}
.info_img {
  position: relative;
}
.info_img .link {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .info_img .link {
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
  }
}
.info_img .link a {
  display: block;
  padding: 5px 0 5px 20px;
}
@media only screen and (max-width: 767px) {
  .info_img .link a {
    padding: 5px;
    color: #fff;
  }
}

/*-------------------------------------------------------------------
case
-------------------------------------------------------------------*/
.case_txt {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .case_txt {
    position: relative;
    display: block;
    padding: 10px;
  }
}
.case_txt.top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1000px;
  height: 679px;
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 70px;
  font-size: 7rem;
  text-align: center;
  background: url("../images/case_top_pc.png") no-repeat top center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .case_txt.top {
    width: 100%;
    height: 559px;
    background: url("../images/case_top_sp.png") no-repeat top center;
    font-size: 30px;
    font-size: 3rem;
  }
}
.case_txt.reo .case_photo {
  background: url("../images/case_reo_01.png") no-repeat top center;
  background-size: cover;
}
.case_txt.yuki .case_photo {
  background: url("../images/case_yuki_01.png") no-repeat top center;
  background-size: cover;
}
.case_txt.nagisa .case_photo {
  background: url("../images/case_nagisa_01.png") no-repeat top center;
  background-size: cover;
}
.case_txt.zero {
  position: relative;
}
.case_txt.zero .case_photo_inner {
  background-repeat: no-repeat;
  background-size: cover;
}
.case_txt.zero .case_photo_inner.case_01 {
  background-image: url("../images/case_zero_01.png");
  background-position: top center;
}
.case_txt.zero .case_photo_inner.case_02 {
  background-image: url("../images/case_zero_02.png");
  background-position: center -80px;
}
.case_txt.zero .case_photo_inner.case_03 {
  background-image: url("../images/case_zero_03.png");
  background-position: center -80px;
}
.case_txt.zero .case_photo_inner.case_04 {
  background-image: url("../images/case_zero_04.png");
  background-position: center -20px;
}
@media only screen and (max-width: 767px) {
  .case_txt.zero .case_photo_inner.case_04 {
    background-position: center -15px;
  }
}
.case_txt.hayato .case_photo_inner {
  background-repeat: no-repeat;
  background-size: cover;
}
.case_txt.hayato .case_photo_inner.case_01 {
  background-image: url("../images/case_hayato_01.png");
  background-position: top center;
}
.case_txt.hayato .case_photo_inner.case_02 {
  background-image: url("../images/case_hayato_02.png");
  background-position: center -50px;
}
.case_txt.hayato .case_photo_inner.case_03 {
  background-image: url("../images/case_hayato_03.png");
  background-position: center -20px;
}
@media only screen and (max-width: 767px) {
  .case_txt.hayato .case_photo_inner.case_03 {
    background-position: center -5px;
  }
}
.case_txt.beku .case_photo_inner {
  background-repeat: no-repeat;
  background-size: cover;
}
.case_txt.beku .case_photo_inner.case_01 {
  background-image: url("../images/case_beku_01.png");
  background-position: top center;
}
.case_txt.beku .case_photo_inner.case_02 {
  background-image: url("../images/case_beku_02.png");
  background-position: center -100px;
}
@media only screen and (max-width: 767px) {
  .case_txt.beku .case_photo_inner.case_02 {
    background-position: center -80px;
  }
}
.case_txt.beku .case_photo_inner.case_03 {
  background-image: url("../images/case_beku_03.png");
  background-position: center -10px;
}
.case_photo {
  width: 590px;
  height: 639px;
  background: #000;
}
@media only screen and (max-width: 767px) {
  .case_photo {
    width: 100%;
    height: 280px;
  }
}
.case_photo_inner {
  height: 639px;
}
@media only screen and (max-width: 767px) {
  .case_photo_inner {
    height: 280px;
  }
}
.case_photo_slide {
  position: relative;
}
.case_photo_slide .time {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .case_photo_slide .time {
    bottom: 5%;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.case_photo_slide .time span {
  background-color: rgba(0, 0, 0, 0.75);
}
.case_nav {
  width: 350px;
  background: #000;
}
@media only screen and (max-width: 767px) {
  .case_nav {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .case_nav_photo {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 90px;
  }
}
.case_nav_list .item {
  position: relative;
  background: #000;
  border-top: #fff 1px solid;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.0;
}
@media only screen and (max-width: 767px) {
  .case_nav_list .item {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.case_nav_list .item i {
  position: absolute;
  right: 10px;
  top: 8px;
  font-style: normal;
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .case_nav_list .item i {
    top: 8px;
  }
}
.case_nav_list .item .link {
  display: block;
  padding: 10px 0;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .case_nav_list .item .link {
    padding: 12px 0;
  }
}
.case_ather {
  /*width: 590px;
  @include media(sp) {
      width: 100%;
  }
  .case_nav {
      position: absolute;
      bottom: 40px;
      right: 40px;
      width: 230px;
      border: #fff 1px solid;
      border-top: none;
      @include media(sp) {
          position: relative;
          bottom: 0;
          right: 0;
          width: 100%;
          border: none;
      }
      .case_nav_list {
          .item {
              @include font-14();
              @include media(sp) {
                  @include font-12();
              }
          }
      }
  }*/
}
.case_ather .case_nav {
  background: url("../images/modal_nav.png") no-repeat bottom right #000;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .case_ather .case_nav {
    background: none;
  }
}
.case_ather .case_nav_list .item:last-child {
  border-bottom: #fff 1px solid;
}
@media only screen and (max-width: 767px) {
  .case_ather .case_nav_list .item:last-child {
    border-bottom: none;
  }
}
.case_ather .case_nav_doggle {
  display: none;
}
@media only screen and (max-width: 767px) {
  .case_ather .case_nav_doggle {
    padding-bottom: 10px;
  }
}
.case_ather_modal_txt {
  padding: 0 10px 10px;
  line-height: 1.6;
  text-align: left;
}
.case_ather .modal_link {
  position: relative;
  width: 60%;
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .case_ather .modal_link {
    width: 80%;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.case_ather .modal_link a {
  padding: 10px;
}
.case_ather .modal_risk {
  width: 100%;
}
.case_ather .modal_risk .modal_risk_title {
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .case_ather .modal_risk .modal_risk_title {
    width: 80%;
  }
}
.case_ather .modal_risk .modal_risk_title i {
  font-size: 10px;
  font-size: 1rem;
}
.case_ather .modal_risk .modal_risk_txt {
  width: 100%;
  padding: 0 10px 10px;
  text-align: left;
  line-height: 1.6;
}
.case_cta {
  background: url("../images/about_photo_01.png") no-repeat top center;
  background-size: contain;
  padding-top: 230px;
}
@media only screen and (max-width: 767px) {
  .case_cta {
    padding-top: 90px;
  }
}
.case_cta_title {
  margin-bottom: 3%;
  color: #000;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .case_cta_title {
    color: #fff;
  }
}
.case_cta .inner {
  padding: 20px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .case_cta .inner {
    border: #fff 1px solid;
    background: #000;
    padding: 10px;
  }
}
.case_cta .header_list {
  justify-content: center;
  z-index: 0;
  float: none;
  background: #000;
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  .case_cta .header_list {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 0 5px;
  }
}
.case_cta .header_list .header_list_item.line,
.case_cta .header_list .header_list_item.mail {
  width: 200px;
}
@media only screen and (max-width: 767px) {
  .case_cta .header_list .header_list_item.line,
  .case_cta .header_list .header_list_item.mail {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .case_cta .header_list .header_list_item.tel {
    border: #d8b562 1px solid;
  }
}
@media only screen and (max-width: 767px) {
  .case_cta .header_list .header_list_item.tel a {
    padding: 10px 0;
  }
}

@media only screen and (max-width: 767px) {
  .slick-prev,
  .slick-next {
    z-index: 1;
    top: 44%;
    width: 40px;
    height: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .slick-prev:before,
  .slick-next:before {
    font-size: 35px;
    background: #fff;
    color: #000;
    padding: 0 3px 6px;
    line-height: 1.0;
    width: 35px;
    height: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .slick-prev {
    left: 35px;
  }
}

@media only screen and (max-width: 767px) {
  [dir='rtl'] .slick-prev {
    right: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .slick-next {
    right: 35px;
  }
}

@media only screen and (max-width: 767px) {
  [dir='rtl'] .slick-next {
    left: 35px;
  }
}

.target_photo .slick-prev,
.target_photo .slick-next {
  z-index: 1;
  top: 90%;
}
.target_photo .slick-prev {
  left: 10px;
}
.target_photo [dir='rtl'] .slick-prev {
  right: 10px;
}
.target_photo .slick-next {
  right: 10px;
}
.target_photo [dir='rtl'] .slick-next {
  left: 10px;
}

/*.slick-prev:before
{
    @include media(sp) {
        content: '←';
    }
}
[dir='rtl'] .slick-prev:before
{
    @include media(sp) {
        content: '→';
    }
}
.slick-next:before
{
    @include media(sp) {
        content: '→';
    }
}
[dir='rtl'] .slick-next:before
{
    @include media(sp) {
        content: '←';
    }
}*/
/*-------------------------------------------------------------------
modal
-------------------------------------------------------------------*/
.modal_title {
  margin-bottom: 5%;
  font-size: 34px;
  font-size: 3.4rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .modal_title {
    font-size: 20px;
    font-size: 2rem;
    text-align: left;
  }
}
.modal_txt {
  display: flex;
  justify-content: space-between;
  width: 800px;
  margin: 0 auto 5%;
}
@media only screen and (max-width: 767px) {
  .modal_txt {
    width: 100%;
  }
}
.modal_txt .photo,
.modal_txt .txt {
  flex-basis: 45%;
}
@media only screen and (max-width: 767px) {
  .modal_txt .photo,
  .modal_txt .txt {
    flex-basis: 49%;
  }
}
.modal_txt .photo img {
  max-width: 640px;
}
.modal_link {
  width: 30%;
  margin: 0 auto;
  background: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .modal_link {
    width: 100%;
  }
}
.modal_link a {
  display: block;
  padding: 5px;
}
.modal_risk {
  font-size: 10px;
  font-size: 1rem;
}
.modal_risk_title {
  position: relative;
  width: 30%;
  margin: 10px auto 10px;
  padding: 10px;
  border: #fff 1px solid;
  line-height: 1.0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .modal_risk_title {
    width: 100%;
  }
}
.modal_risk_title i {
  position: absolute;
  right: 10px;
  top: 8px;
  font-style: normal;
}
.modal_risk_txt {
  display: none;
  width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .modal_risk_txt {
    width: 100%;
  }
}

/*-------------------------------------------------------------------
contact
-------------------------------------------------------------------*/
.contact {
  background: url("../images/contact_bg.png") no-repeat top center;
  background-size: cover;
}
.contact_txt {
  background: rgba(255, 255, 255, 0.75);
  padding: 70px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .contact_txt {
    padding: 30px;
  }
}
.contact_txt .txt {
  margin-bottom: 5%;
}
.contact_txt .name {
  font-size: 60px;
  font-size: 6rem;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .contact_txt .name {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.contact_txt .link {
  width: 40%;
  margin: 0 auto;
  background: #000;
  font-size: 30px;
  font-size: 3rem;
}
@media only screen and (max-width: 767px) {
  .contact_txt .link {
    font-size: 16px;
    font-size: 1.6rem;
    width: 65%;
  }
}
.contact_txt .link a {
  display: block;
  padding: 20px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .contact_txt .link a {
    padding: 10px;
  }
}
.contact_txt .link a i {
  margin-right: 10px;
}

/*-------------------------------------------------------------------
footer
-------------------------------------------------------------------*/
.footer {
  padding: 30px;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 20px 0;
    font-size: 10px;
    font-size: 1rem;
  }
}

/*-------------------------------------------------------------------
LP
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
title
-------------------------------------------------------------------*/
.title_serif {
  font-family: "Noto Serif JP", serif;
}

/*-------------------------------------------------------------------
youtube
-------------------------------------------------------------------*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* ========================================
    font
======================================== */
.f10 {
  font-size: 10px;
  font-size: 1rem;
}

.f11 {
  font-size: 11px;
  font-size: 1.1rem;
}

.f12 {
  font-size: 12px;
  font-size: 1.2rem;
}

.f13 {
  font-size: 13px;
  font-size: 1.3rem;
}

.f14 {
  font-size: 14px;
  font-size: 1.4rem;
}

.f15 {
  font-size: 15px;
  font-size: 1.5rem;
}

.f16 {
  font-size: 16px;
  font-size: 1.6rem;
}

.f17 {
  font-size: 17px;
  font-size: 1.7rem;
}

.f18 {
  font-size: 18px;
  font-size: 1.8rem;
}

.f19 {
  font-size: 19px;
  font-size: 1.9rem;
}

.f20 {
  font-size: 20px;
  font-size: 2rem;
}

.f21 {
  font-size: 21px;
  font-size: 2.1rem;
}

.f22 {
  font-size: 22px;
  font-size: 2.2rem;
}

.f23 {
  font-size: 23px;
  font-size: 2.3rem;
}

.f24 {
  font-size: 24px;
  font-size: 2.4rem;
}

.aten_text {
  color: #fd7247;
}

.small_txt {
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .small_txt {
    font-size: 10px;
    font-size: 1rem;
  }
}

/* ========================================
    text decoration
======================================== */
.l {
  text-align: left !important;
}

.c {
  text-align: center !important;
}

.r {
  text-align: right !important;
}

.b {
  font-weight: bold !important;
}

.n {
  font-weight: normal !important;
}

._ {
  text-decoration: underline !important;
}

/* ========================================
    float
======================================== */
.fl {
  float: left;
}

.fr {
  float: right;
}

/* ========================================
    margin padding
======================================== */
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.ml0 {
  margin-left: 0px;
}

.pt0 {
  padding-top: 0px;
}

.pb0 {
  padding-bottom: 0px;
}

.pr0 {
  padding-right: 0px;
}

.pl0 {
  padding-left: 0px;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.ml5 {
  margin-left: 5px;
}

.pt5 {
  padding-top: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.pr5 {
  padding-right: 5px;
}

.pl5 {
  padding-left: 5px;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.ml10 {
  margin-left: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pr10 {
  padding-right: 10px;
}

.pl10 {
  padding-left: 10px;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.ml15 {
  margin-left: 15px;
}

.pt15 {
  padding-top: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.pr15 {
  padding-right: 15px;
}

.pl15 {
  padding-left: 15px;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.ml20 {
  margin-left: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pr20 {
  padding-right: 20px;
}

.pl20 {
  padding-left: 20px;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.ml25 {
  margin-left: 25px;
}

.pt25 {
  padding-top: 25px;
}

.pb25 {
  padding-bottom: 25px;
}

.pr25 {
  padding-right: 25px;
}

.pl25 {
  padding-left: 25px;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.ml30 {
  margin-left: 30px;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pr30 {
  padding-right: 30px;
}

.pl30 {
  padding-left: 30px;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.ml35 {
  margin-left: 35px;
}

.pt35 {
  padding-top: 35px;
}

.pb35 {
  padding-bottom: 35px;
}

.pr35 {
  padding-right: 35px;
}

.pl35 {
  padding-left: 35px;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.ml40 {
  margin-left: 40px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pr40 {
  padding-right: 40px;
}

.pl40 {
  padding-left: 40px;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.ml45 {
  margin-left: 45px;
}

.pt45 {
  padding-top: 45px;
}

.pb45 {
  padding-bottom: 45px;
}

.pr45 {
  padding-right: 45px;
}

.pl45 {
  padding-left: 45px;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.ml50 {
  margin-left: 50px;
}

.pt50 {
  padding-top: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.pr50 {
  padding-right: 50px;
}

.pl50 {
  padding-left: 50px;
}

.br {
  margin-bottom: 1.5em;
}

/* ========================================
    width
======================================== */
.w100 {
  width: 100% !important;
}

.w50 {
  width: 50% !important;
}

/* ========================================
    state
======================================== */
.cl {
  clear: both;
}

.clf {
  zoom: 1;
}

.clf:after {
  content: "";
  display: block;
  clear: both;
}

.dn {
  display: none;
}

.db {
  display: block !important;
}

.fd {
  position: fixed;
}

.pr {
  position: relative;
}

.bn {
  border: none !important;
}

.pc {
  display: block;
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}
