@charset "utf-8";

/*
-------- CSS LIST -------
__COMMON
__HEADER
__FOOTER
__PARTS
__MAINVISUAL
__CONTENTS
__CONTENT_xxx
-------------------------
*/

/* ------------------ __COMMON ------------------ */

body{
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  position: relative;
  width: 100%;
  min-width: 320px;
}

/* 表示非表示設定 */

/* PCのみ表示（有効）にしたい場合は、classの「disp_pc」を使用してください。SPのみ表示（有効）にしたい場合は、「disp_sp」 */
/* disp_pcはPC時表示（有効） */
.disp_pc{ display: block; }
/* disp_spはPC時非表示（有効） */
.disp_sp{ display: none; }
.disp_tb{ display: none; }


/* モジュールTAB（共通） */
@media screen and (max-width: 1024px) {
  .disp_tb{ display: block; }
}

/* モジュールSP（共通） */
@media screen and (max-width: 768px) {
  /* disp_pcはSP時非表示（有効） */
  .disp_pc{ display: none; }
  /* disp_spはSP時表示（有効） */
  .disp_sp{ display: block; }
}

/* ------------------ __HEADER ------------------ */

.l-header {
  background-color: #FFF;
}
.l-header .l-header__wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 32px 0;
}
.l-header .l-header__logo {
  width: 140px;
}
.l-header .l-header__logo a {
  display: block;
}

/* TAB */
@media screen and (max-width: 1024px) {
  .l-header .l-header__logo {
    width: 18%;
  }
  .l-header .l-header__logo a img {
    padding: 10% 0;
  }
}

/* SP */
@media screen and (max-width: 768px) {
  .l-header .l-header__logo {
    width: 40%;
  }
  .l-header .l-header__wrap {
    padding: 5px 0 0;
  }
  .l-header .l-header__logo {
    margin: 10px auto 10px 10px;
  }
}

/* ------------------ __FOOTER ------------------ */

.footer{
  background-color: #f5f5f5;
  position: relative;
}

.footer_inner{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
}

.footer_inner .footer_left{
  float: left;
  width: 20%;
}

.footer_inner .footer_right{
  float: right;
  width: 50%;
  margin: 20px auto 0;
}

.footer_inner .footer_right ul li{
  text-align: center;
  float: left;
  width: 33%;
}

.copy{
  font-size: 12px;
  padding: 20px 0;
  text-align: center;
}

/* TAB */
@media screen and (max-width: 1024px) {
  .footer_inner{
    width: 100%;
  }

  .footer_inner .footer_right{
    width: 60%;
  }

  .copy {
    display: none;
  }
}

/* SP */
@media screen and (max-width: 768px) {
  .footer_inner{
    width: 95%;
    padding: 50px 0;
  }

  .footer_inner .footer_left{
    width: 40%;
  }

  .footer_inner .footer_right{
    width: 40%;
    margin: 0 auto 0;
  }

  .footer_inner .footer_right ul li{
    text-align: left;
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }

  .footer_inner .footer_right ul li:last-child{
    margin-bottom: 0;
  }

  .copy{
    padding: 21px 0;
  }

}

/* ------------------ __PARTS ------------------ */

/* __BUTTON */
.list_button li {
  display: inline-block;
}

.list_button li:not(:first-child) {
  margin-left: 30px;
}

.list_button a {
  width: 200px;
  height: 80px;
  border-radius: 40px;
  text-align: center;
  color: #FFF;
  background-color: #EB9300;
  display: inline-block;
  position: relative;
}

.list_button a p.button {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  width: 160px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -30px;
}

.list_button a p.button::before {
  content: "";
  background: url(../images/icn_arrow_right_w.png)no-repeat 0/100% transparent;
  width: 6px;
  height: 10px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
}

.list_button a .text_emphasis {
  display: inline-block;
}

.list_button a .disp_pc {
  font-size: 16px;
}

/* __DEVICE */

/* PC */
/* TAB */
@media screen and (max-width: 1024px) {
  .list_button a {
    box-shadow: 0 0 20px rgba(255, 255, 255, 1);
  }
}

/* SP */
@media screen and (max-width: 768px) {
  .list_button li {
    display: block;
  }
  .list_button li:not(:first-child) {
   margin-left: 0;
   margin-top: 30px;
  }
  .list_button a {
    width: 260px;
    height: 60px;
  }
  .list_button a p.button {
    width: 220px;
    line-height: 26px;
  }
  .list_button a .text_emphasis {
    font-size: 26px;
    line-height: 60px;
  }
}

/* ------------------ __MAINVISUAL ------------------ */

.wrap {
  width: 100%;
}

.mainvisual {
  margin: 0 auto;
  width: 100%;
  background: url(../images/bg_mainvisual_01.jpg)no-repeat top center/cover #f5f5f5;
  position: relative;
}
.mainvisual .title_area {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.mainvisual .title_area .block_text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
}
.mainvisual .subtext {
  font-size: 16px;
}
.mainvisual h1.headline {
  margin-top: 20px;
  font-size: 30px;
  font-weight: bold;
}
.mainvisual .list_button {
  margin-top: 20px;
}

/* __DEVICE */

/* PC */
@media screen and (min-width: 1025px) {
  .mainvisual {
    height: 400px;
  }
  .mainvisual .title_area {
    max-width: 1000px;
  }
  .mainvisual .title_area .block_text {
    margin-top: -110px;
  }
}

/* TAB */
@media screen and (max-width: 1024px) {
  .mainvisual {
    height: 380px;
    padding-bottom: 140px;
    background: url(../images/bg_mainvisual_01_sp.jpg)no-repeat top center/100% #f5f5f5;
    position: relative;
  }
  .mainvisual::before {
    content: "";
    width: 100%;
    height: 440px;
    background: url(../images/bg_mainvisual_02_sp.png)no-repeat top center/100% transparent;
    display: inline-block;
    position: absolute;
    bottom: 0;
  }
  .mainvisual .title_area {
    width: 100%;
  }
  .mainvisual .title_area .block_text {
    width: 100%;
    margin-top: -140px;
  }
  .mainvisual .subtext {
    font-size: 20px;
  }
  .mainvisual h1.headline {
    margin-top: 20px;
    font-size: 38px;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  .mainvisual {
    height: 480px;
    padding-bottom: 20%;
    background-color: #F8F8F8;
  }
  .mainvisual::before {
    height: 100%;
    background: url(../images/bg_mainvisual_02_sp.png)no-repeat bottom center/100% transparent;
  }
  .mainvisual .title_area {
    width: 100%;
  }
  .mainvisual .title_area .block_text {
    margin-top: -214px;
  }
  .mainvisual .subtext {
    font-size: 20px;
  }
  .mainvisual h1.headline {
    font-size: 28px;
    margin-top: 4px;
  }
  .mainvisual .list_button {
    margin-top: 20px;
  }
}

/* ------------------ __CONTENTS ------------------ */

/* content共通スタイル */

[class^="content_"] {
  padding: 60px 0;
  background-color: #FFF;
}

[class^="content_"]:nth-child(2n):not(.content_contact) {
  background-color: #F8F8F8;
}

[class^="content_"] .inner {
  margin: 0 auto;
}

[class^="content_"] h1.headline {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
[class^="content_"] .text_desc {
  margin-top: 40px;
  font-size: 18px;
  text-align: center;
}

[class^="content_"] [class^="text_attention"] {
  margin-top: 40px;
  font-size: 16px;
}
/* 米印がついている場合のインデント */
[class^="content_"] .text_attention_kome {
  text-indent: -1em;
  margin-left: 1em;
}

[class^="content_"] .text_highlight {
  margin-top: 40px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

/* __DEVICE */

/* PC */
@media screen and (min-width: 1025px) {
  [class^="content_"] [class^="block_"] ,
  [class^="content_"] [class^="list_"] {
    margin-top: 40px;
  }
}

[class^="content_"] .inner:not(.content_attention .inner) {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
[class^="content_"] .text_headline_sub {
  font-size: 22px;
}
[class^="content_"] .text_headline_sub span {
  display: inline-block;
}
[class^="content_"] .text_sentence {
  font-size: 16px;
}
[class^="content_"]:nth-child(2n):not(.content_contact) [class^="list_"]:not(.list_voice) li {
  background-color: #FFF;
}

/* TAB */
@media screen and (max-width: 1024px) {
  [class^="content_"] [class^="block_"] ,
  [class^="content_"] [class^="list_"] {
    margin-top: 40px;
  }
  [class^="content_"] .inner:not(.content_attention .inner) {
    max-width: 80%;
  }
  [class^="content_"] h1.headline {
    font-size: 30px;
  }
  [class^="content_"] .text_desc {
    font-size: 18px;
  }
  [class^="content_"] .text_highlight {
    font-size: 20px;
  }
  [class^="content_"] [class^="text_attention"] {
    font-size: 16px;
  }
  [class^="content_"] .text_headline_sub {
    font-size: 24px;
  }
  [class^="content_"] .text_headline_sub span {
    display: inline-block;
  }
  [class^="content_"] .text_sentence {
    font-size: 20px;
  }

}
/* SP */
@media screen and (max-width: 768px) {
  [class^="content_"] [class^="block_"] ,
  [class^="content_"] [class^="list_"] {
    margin-top: 20px;
  }

  [class^="content_"] .inner:not(.content_attention .inner) {
    max-width: 90%;
  }
  [class^="content_"] h1.headline {
    font-size: 26px;
  }
  [class^="content_"] .text_desc {
    font-size: 20px;
  }
  [class^="content_"] .text_highlight {
    font-size: 20px;
  }
  [class^="content_"] .text_headline_sub {
    font-size: 26px;
  }
  [class^="content_"] .text_sentence {
    font-size: 20px;
  }
  [class^="content_"] [class^="text_attention"] {
    font-size: 14px;
  }
  [class^="content_"]:nth-child(2n):not(.content_contact) [class^="list_"]:not(.list_voice) li {
    background-color: #f5f5f5;
  }
}

/* ------------------ __CONTENT_ABOUT ------------------ */
.content_about .text_highlight .text_emphasis {
  font-size: 22px;
  color: #EB9300;
  padding: 0 10px;
}

/* list */
.list_about ul {
  width: 100%;
  font-size: 0;
}
.list_about li {
  width: calc(100% / 3);
  display: inline-block;
  font-size: 16px;
  text-align: center;
  position: relative;
  vertical-align: top;
}
.list_about li:not(:first-child)::before{
  content: "";
  background: url(../images/img_about_x.png)no-repeat 0 0/100% transparent;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  left: -15px;
  top: 50%;
  margin-top: -15px;
}
.list_about li dd {
  margin-top: 20px;
}
.list_about dt {
  vertical-align: middle;
  width: 140px;
  height: 140px;
  display: inline-block;
  background-image: linear-gradient(-145deg, #FFC96F, #FFC96F 50%, #FFFDAC);
  border-radius: 50%;
}
.list_about dt img {
  display: inline-block;
  width: 100%;
  height: auto;
}


/* __DEVICE */

/* PC */

/* TAB */
@media screen and (max-width: 1024px) {
  .content_about .text_highlight .text_emphasis {
    font-size: 26px;
  }
  .list_about li .text_headline_sub {
    font-size: 20px;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  .content_about .text_highlight .text_emphasis {
    font-size: 20px;
    padding: 0;
  }
  .list_about li {
    width: 100%;
  }
  .list_about li:not(:first-child) {
    margin-top: 60px;
    margin-left: 0;
  }
  .list_about li:not(:first-child)::before {
    top: -30px;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
  }
  .list_about li dl {
    margin: 0 auto;
    width: 300px;
    display: inline-block;
  }
  .list_about li dt {
    display: inline-block;
    width: 30%;
    height: 100%;
    vertical-align: middle;
  }
  .list_about li dd {
    margin-top: 0;
    margin-left: 4%;
    min-width: 66%;
    display: inline-block;
    text-align: left;
    font-size: 20px;
    vertical-align: middle;
  }

}

/* ------------------ __CONTENT_VIDEO ------------------ */
.content_video {
  text-align: center;
  background: url(../images/bg_video_01.png)no-repeat center/cover #F8F8F8;
}

.content_video h1.headline + .text_highlight {
  margin-top: 40px;
  text-align: center;
}

.content_video .block_video ,
.content_video [class^="text_attention"] {
  text-align: center;
}

.content_video iframe {
  width: 100%;
}

/* __DEVICE */

/* PC */
/* TAB */
@media screen and (max-width: 1024px) {
  .content_video {
    background: url(../images/bg_video_01_sp.png)no-repeat top center/100% #F8F8F8;
  }
  .content_video iframe {
    height: 400px;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  .content_video {
    background: url(../images/bg_video_01_sp.png)no-repeat top center/100%  #F8F8F8;
  }
  .content_video iframe {
    height: auto;
  }
}


/* ------------------ __CONTENT_SCENE ------------------ */

/* list */
.list_scene ul {
  margin: 0 auto;
  width: 100%;
  font-size: 0;
}
.list_scene li {
  padding: 20px 0;
  width: 100%;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  position: relative;
  background-color: #f5f5f5;
  border-radius: 10px;
}
.list_scene li:not(:first-child) {
  margin-top: 20px;
}
.list_scene dt {
  display: inline-block;
  width: 30%;
}
.list_scene dt img {
  width: 100%;
  height: auto;
  display: inline-block;
  background-color: #ccc;
}
.list_scene dd {
  margin-left: 2%;
  display: inline-block;
  width: 64%;
  text-align: left;
  vertical-align: top;
}

.list_scene dd .text_headline_sub {
  color: #EB9300;
  font-weight: bold;
}

.list_scene dd .text_sentence {
  margin-top: 20px;
}

/* __DEVICE */

/* PC */
/* TAB */
@media screen and (max-width: 1024px) {
  .list_scene li {
    padding: 4%;
    width: 92%;
  }
  .list_scene dt {
    width: 100%;
    height: 200px;
  }
  .list_scene li:nth-child(1) dt {
    background: url(../images/img_scene_01.png)no-repeat center/100% transparent;
  }
  .list_scene li:nth-child(2) dt {
    background: url(../images/img_scene_02.png)no-repeat center/100% transparent;
  }
  .list_scene li:nth-child(3) dt {
    background: url(../images/img_scene_03.png)no-repeat center/100% transparent;
  }
  .list_scene dt img {
    display: none;
  }
  .list_scene dd {
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
  }
}

/* SP */
@media screen and (max-width: 768px) {
  .list_scene li {
    padding: 0;
    width: 100%;
    background-color: transparent;
    border-radius: 0;
  }
  .list_scene li:not(:first-child) {
    padding-top: 30px;
    border-top: 1px solid #CCC;
  }
  .list_scene dt {
    width: 100%;
    max-height: 220px;
  }
  .list_scene dt img {
    display: none;
  }
  .list_scene dd {
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
  }
}

/* ------------------ __CONTENT_POINT ------------------ */

/* list */
.list_point ul {
  margin: 0 auto;
  width: 100%;
  font-size: 0;
}
.list_point li {
  padding: 20px 0;
  width: 100%;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  position: relative;
}
.list_point li:not(:first-child) {
  margin-top: 20px;
}
.list_point dl {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.list_point dt {
  display: inline-block;
  width: 20%;
  height: auto;
  color: #FFF;
  background-image: linear-gradient(-145deg, #FFC96F, #FFC96F 50%, #FFFDAC);
}
.list_point dt img {
  width: 100%;
  height: auto;
  display: inline-block;
  background-color: #ccc;
}
.list_point dd {
  margin-left: 4%;
  display: inline-block;
  width: 76%;
  text-align: left;
  vertical-align: top;
}
.list_point dd .text_headline_sub {
  color: #EB9300;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px solid #EB9300;
}
.list_point dd .text_sentence {
  margin-top: 20px;
}

/* __DEVICE */

/* PC */
@media screen and (min-width: 1025px) {
  .list_point .text_number {
    font-size: 80px;
  }
}
/* TAB */
@media screen and (max-width: 1024px) {
  .list_point .text_headline_sub {
    font-size: 34px;
  }
  .list_point .text_number {
    display: none;
  }
  .list_point dl {
    display: block;
    flex-wrap: nowrap;
  }
  .list_point dt {
    width: 0;
  }
  .list_point dd {
    width: 100%;
    margin-left: 0;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .list_point dd::before {
    content: "";
    display: inline-block;
    padding: 4%;
    font-size: 40px;
    color: #FFF;
    text-align: center;
    background-image: linear-gradient(-145deg, #FFC96F, #FFC96F 50%, #FFFDAC);
  }
  .list_point li:nth-child(1) dd::before {
    content: "01";
  }
  .list_point li:nth-child(2) dd::before {
    content: "02";
  }
  .list_point li:nth-child(3) dd::before {
    content: "03";
  }
  .list_point dd .text_headline_sub {
    display: inline-block;
    border-bottom: 0;
    width: 76%;
    min-height: 100px;
    margin-left: 4%;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  .list_point .text_headline_sub {
    font-size: 28px;
  }
  .list_point .text_number {
    display: none;
  }
  .list_point dl {
    display: block;
    flex-wrap: nowrap;
  }
  .list_point dt {
    width: 0;
  }
  .list_point dd {
    width: 100%;
    margin-left: 0;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .list_point dd::before {
    content: "";
    display: inline-block;
    width: 20%;
    padding: 0;
    font-size: 40px;
    color: #FFF;
    text-align: center;
    background-image: linear-gradient(-145deg, #FFC96F, #FFC96F 50%, #FFFDAC);
  }
  .list_point li:nth-child(1) dd::before {
    content: "01";
  }
  .list_point li:nth-child(2) dd::before {
    content: "02";
  }
  .list_point li:nth-child(3) dd::before {
    content: "03";
  }
  .list_point dd .text_headline_sub {
    display: inline-block;
    border-bottom: 0;
    width: 76%;
    min-height: 100px;
    margin-left: 4%;
  }
}

/* ------------------ __CONTENT_FLOW ------------------ */

/* list */
.list_flow ul {
  margin: 0 auto;
  width: 100%;
  font-size: 0;
}
.list_flow li {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  position: relative;
}
.list_flow li:not(:first-child) {
  margin-top: 20px;
}
.list_flow li:not(:first-child)::before {
  content: "";
  display: block;
  margin: 10px auto 20px;
  width: 20px;
  border-top: 15px solid #EB9300;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
}
.list_flow .text_headline_wrap {
  padding: 10px;
  background-color: #F8F8F8;
  text-align: left;
  width: 80%;
}
.list_flow .text_headline_wrap::before {
  content: "";
  display: inline-block;
  width: 16%;
  height: 130px;
  position: absolute;
  right: 0;
  top: 0;
}
.list_flow li:nth-child(1) .text_headline_wrap::before {
  background: url(../images/img_flow_01.png) no-repeat 100%/100% #F8F8F8;
}
.list_flow li:nth-child(2) .text_headline_wrap::before {
  background: url(../images/img_flow_02.png) no-repeat 100%/100% #F8F8F8;
}
.list_flow li:nth-child(3) .text_headline_wrap::before {
  background: url(../images/img_flow_03.png) no-repeat 100%/100% #F8F8F8;
}

.list_flow li:not(:first-child) .text_headline_wrap::before {
  top: 40px;
}
.list_flow .text_number {
  padding: 10px 20px;
  display: inline-block;
  font-size: 30px;
  text-align: center;
  vertical-align: middle;
  color: #FFF;
  background-color: #FFC96F;
}
.list_flow .text_headline_sub {
  color: #EB9300;
  font-weight: bold;
  margin-left: 20px;
  position: relative;
}
.list_flow .text_sentence {
  margin-top: 20px;
  text-align: left;
  margin-left: 20px;
}

/* __DEVICE */

/* PC */

/* TAB */
@media screen and (max-width: 1024px) {
  .list_flow .text_headline_wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .list_flow .text_number {
    padding: 4px 0 0;
    width: 50px;
    height: 46px;
  }
  .list_flow .text_headline_sub {
    margin-left: 4%;
    width: 80%;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  .list_flow .text_headline_wrap {
    width: auto;
  }
  .list_flow .text_number {
    padding: 0;
    width: 40px;
    height: 40px;
  }
  .list_flow .text_headline_sub {
    width: 76%;
    margin-left: 4%;
  }
  .list_flow .text_headline_wrap::before {
    display: none;
  }
  .list_flow li:not(:first-child) .text_headline_wrap::before {
    top: 100px;
  }
  .list_flow .text_sentence {
    margin-top: 310px;
    margin-left: 0;
    position: relative;
    text-align: center;
  }
  .list_flow .text_sentence::before {
    content: "";
    display: inline-block;
    width: 100%;
    max-width: 260px;
    height: 260px;
    position: absolute;
    left: 50%;
    top: -280px;
    margin-left: -130px;
  }
  .list_flow li:nth-child(1) .text_sentence::before {
    background: url(../images/img_flow_01.png) no-repeat center/100% #F8F8F8;
  }
  .list_flow li:nth-child(2) .text_sentence::before {
    background: url(../images/img_flow_02.png) no-repeat center/100% #F8F8F8;
  }
  .list_flow li:nth-child(3) .text_sentence::before {
    background: url(../images/img_flow_03.png) no-repeat center/100% #F8F8F8;
  }
}

/* ------------------ __CONTENT_VOICE ------------------ */

/* list */
.list_voice ul {
  width: 100%;
  font-size: 0;
}
.list_voice li {
  width: calc(100% / 3 - 4%);
  display: inline-block;
  font-size: 16px;
  text-align: center;
  position: relative;
  vertical-align: top;
}
.list_voice li:not(:first-child) {
  margin-left: 4%;
}
.list_voice li::before {
  content: "";
  width: 140px;
  height: 140px;
  display: inline-block;
  border-radius: 50%;
}
.list_voice li:nth-child(1)::before {
  background: url(../images/img_voice_01.png) no-repeat 100%/100% #F8F8F8;
}
.list_voice li:nth-child(2)::before {
  background: url(../images/img_voice_02.png) no-repeat 100%/100% #F8F8F8;
}
.list_voice li:nth-child(3)::before {
  background: url(../images/img_voice_03.png) no-repeat 100%/100% #F8F8F8;
}

.list_voice li .text_headline_sub {
  color: #EB9300;
  font-weight: bold;
  margin-top: 20px;
}
.list_voice li .text_sentence {
  margin-top: 20px;
  text-align: left;
}
/* __DEVICE */

/* PC */
/* TAB */
@media screen and (max-width: 1024px) {
  .list_voice li {
    width: 70%;
    text-align: left;
    position: relative;
    padding-left: 30%;
  }
  .list_voice li:not(:first-child) {
    margin-top: 60px;
    margin-left: 0;
  }
  .list_voice li::before {
    content: "";
    width: 140px;
    height: 140px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 80%;
    margin-top: -70px;
  }
  .list_voice li .text_headline_sub {
    margin-top: 0;
  }
}

/* SP */
@media screen and (max-width: 768px) {
  .list_voice li {
    width: 100%;
    text-align: center;
    position: inherit;
    padding-left: 0;
  }
  .list_voice li:not(:first-child) {
    margin-top: 40px;
    margin-left: 0;
  }
  .list_voice li::before {
    content: "";
    width: 140px;
    height: 140px;
    display: inline-block;
    border-radius: 50%;
    position: inherit;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 0;
  }
  .list_voice li .text_headline_sub {
    margin-top: 20px;
  }
}

/* ------------------ __CONTENT_FAQ ------------------ */

/* list */
.list_faq ul {
  font-size: 0;
}
.list_faq li {
  padding: 40px 4%;
  background-color: #F8F8F8;
  font-size: 16px;
}
.list_faq li:nth-child(2n) {
  background-color: #FFF;
}

.list_faq li .text_number {
  width: 4%;
  padding: 4px 2%;
  color: #FFF;
  background-color: #B4B1A6;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.list_faq li:nth-child(2n) .text_number {
  color: #B4B1A6;
  background-color: #F8F8F8;
}
.list_faq .text_headline_sub {
  font-weight: bold;
}

.list_faq .text_headline_sub ,
.list_faq .text_sentence {
  display: inline-block;
  margin-left: 5%;
  width: 86%;
}

/* __DEVICE */

/* PC */
/* TAB */
/* SP */
@media screen and (max-width: 768px) {
  .list_faq li {
    padding: 20px 4%;
  }
  .list_faq li .text_number {
    padding: 4px 0;
    width: 80px;
    text-align: center;
  }
  .list_faq .text_headline_sub, .list_faq .text_sentence {
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
    font-size: 20px;
  }
}

/* ------------------ __CONTENT_CONTACT ------------------ */
.content_contact {
  background: url(../images/bg_contact_01.png)repeat-x 0 center/auto 150% #FFF;
}
.content_contact .list_button {
  text-align: center;
}

/* __DEVICE */

/* PC */
/* TAB */
@media screen and (max-width: 1024px) {
  .content_contact {
    background: url(../images/bg_contact_01.png)repeat-x 0 center/auto 140% #FFF;
  }
  .content_contact .list_button {
    margin-top: 30px;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  .content_contact {
    background: url(../images/bg_contact_01.png)repeat-x 0 center/auto 130% #FFF;
  }
}

/* ------------------ __CONTENT_ATTENTION ------------------ */
.content_attention {
  padding: 0;
}
.content_attention .inner {
  padding: 30px 0;
  border-top: 1px solid #CCC;
}
.content_attention [class^="text_attention"] {
  margin-top: 0;
  text-align: center;
  font-size: 12px;
}

.bnr-industry__kv { position: absolute; right: 2rem; bottom:2rem; background: #fff; border:1px solid rgba(0,0,0,.1); z-index: 10;  }
.bnr-industry__kv a { display: inline-block; background: url(/field/industry/img/about_a_industry_img.png) 0% center / cover no-repeat; transition: 0.2s; }
.bnr-industry__kv a dl { padding:15px 25px; }
.bnr-industry__kv a dt { color: #fff; font-size: min(3vw,1.2rem); font-weight: 500; line-height: 1.5; letter-spacing: .04em; margin: 0 auto .5rem; text-shadow: 0 0 .5em #1C8598; }
.bnr-industry__kv a dd { line-height: 1.2; background: rgba(0, 0, 0, .85); font-weight: 500; padding:.5rem 1rem; color: #fff; text-align: center; width: 18em; margin: 0 auto; }
.bnr-industry__kv a dd em { line-height: 1.2; font-style: normal; font-size: .7rem; /* color: rgba(255,255,255,.5); */ }
@media print, screen and (max-width: 1024px) {
  .bnr-industry__kv { position: relative; right: auto; bottom: auto; background: #fff; border:1px solid rgba(0,0,0,.1); margin: 0 2rem;  }
  .bnr-industry__kv a { display:block; background-position: right center; }
  .bnr-industry__kv a dl { display: flex; align-items: center; justify-content: space-between; }
  .bnr-industry__kv a dt { margin: 0; }
  .bnr-industry__kv a dd { margin: 0; }
}
@media print, screen and (max-width: 768px) {
  .bnr-industry__kv { position: absolute; left:0; width: calc(100% - 4rem); bottom: 1rem;  }
  .bnr-industry__kv a { background-position:40% center; }
  .bnr-industry__kv a dl { display: block; padding: 15px; }
  .bnr-industry__kv a dt { margin: 0 auto .5em; text-align: center; font-size: min(4vw,1.2rem); }
  .bnr-industry__kv a dd { margin: 0 auto; }
}

.wbr { word-break: keep-all; }
