/* ---------------------------------------------------------
■ デフォルトリセット
--------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1.8;
  overflow-x: hidden;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}
td {
  text-align: left;
  vertical-align: top;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input, select, textarea, img {
  vertical-align: middle;
}
ul, dl, ol {
  list-style: none;
}
em {
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.sp_only {
  display: none;
}
/* first_view */
.first_view {
  background-image: linear-gradient(136deg, rgb(242 243 240), rgb(221 220 217));
}
.first_view .pc_only {
  position: relative;
  margin: 0 auto;
  height: 773px;
  left: 50%;
  transform: translateX(-50%);
  max-width: inherit;
}
.first_view .sp_only {
  display: none;
}
.first_view_button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 604px;
  width: 550px;
  text-align: center;
}
.content_body_button .first_view_button_img {
  width: 30%;
}
/*.first_view_button a {
  padding-left: 440px;
}*/
.content_body_button {
  text-align: center !important;
}
/*@media screen and (max-width: 1300px) {
  .first_view_button {
    left: 0;
    transform: none;
  }
}*/
@media screen and (max-width: 980px) {
  .pc_only {
    display: none !important;
  }
  .first_view .pc_only {
    display: none !important;
  }
  .first_view .sp_only {
    display: block !important;
    position: relative;
    width: 100%;
  }
  .first_view_button {
    min-width: 100%;
    position: absolute;
    width: 100%;
    top: 116vw;
  }
  .first_view_button a {
    width: 88%;
    display: block;
    margin: 0 auto;
  }
  .lg-visible-inline {
    display: inline-block;
  }
  .lg-visible-inline_sp {
    display: none !important;
  }
}
/* ---------------------------------------------------------
共通
--------------------------------------------------------- */
img, video, object {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: none;
}
.btn > img:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 767px) { /*SP表示*/
  .pc {
    display: none;
  }
}
@media screen and (min-width:767px) and (max-width:1024px) { /*タブレット表示*/
  body {
    min-width: initial;
  }
}
@media only screen and (min-width: 768px) { /*PC表示*/
  .sp {
    display: none;
  }
}
/*各コンテンツ幅*/
.wrap {
  width: 1000px;
  min-width: 1000px;
  margin: 0 auto;
}
.contents {
  padding: 70px 0 100px;
}
/*各コンテンツ見出し*/
.ttl {
  position: relative;
}
.ttl > span {
  display: block;
  text-align: center;
  font-size: 50px;
  margin: 20px 0;
  z-index: 10;
  position: relative;
}
.read {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  margin: 30px 0;
}
.btn {
  width: 56%;
  text-align: center;
  margin: 20px auto;
}
.btn a:hover {
  opacity: 0.8;
}
.btn_mov {
  position: relative;
  animation: pekopeko 2s infinite;
}
@keyframes pekopeko {
  0% {
    top: 0px;
  }
  10% {
    top: 5px;
  }
  20% {
    top: 0px;
  }
  30% {
    top: 5px;
  }
  40% {
    top: 0px;
  }
}
/*並び要素*/
.link_wrap {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 750px) { /*SP表示*/
  img {
    width: 100%;
  }
  /*各コンテンツ幅*/
  .wrap {
    width: 90%;
    min-width: 90%;
  }
  .contents {
    padding: 50px 0;
  }
  .link_wrap {
    flex-direction: column;
  }
  .ttl > span {
    font-size: 7VW;
  }
  .read {
    font-size: 3.6VW;
  }
  .btn {
    width: 90%;
  }
}
@media screen and (min-width:767px) and (max-width:1024px) { /*タブレット表示*/
  .wrap {
    width: 750px;
    min-width: 750px;
    margin: 0 auto;
  }
  .badge {
    position: absolute;
    top: 5%;
    left: 8%;
    width: 10%;
  }
  #point .point-list li .wrap figure {
    width: 33% !important;
  }
  #voice .link_wrap li {
    height: 480px !important;
  }
  #voice .link_wrap li .text {
    /*    font-size: 1.15VW!important;*/
    line-height: 1.6 !important;
    font-size: 12px !important;
  }
  #advisor .advisor_wrap li {
    width: 100% !important;
    margin-bottom: 34px !important;
    background-size: contain !important;
  }
  #advisor .advisor_wrap li .text {
    font-size: 1.8VW !important;
    letter-spacing: -0.08em !important;
  }
  #consult p.sub-ttl {
    font-size: 5VW !important;
  }
}
/* ---------------------------------------------------------
ヘッダー
--------------------------------------------------------- */
/*上部ナビ*/
header {
  background: #ffb145;
}
.header_wrap {
  width: 1100px;
  min-width: 1100px;
  margin: 0 auto;
}
header img {
  width: 17%;
  padding: 1% 0;
}
@media only screen and (max-width: 750px) { /*SP表示*/
  .header_wrap {
    width: 100%;
    min-width: 100%;
    margin: 0 auto;
  }
  header img {
    width: 40%;
    padding: 2%;
  }
}
@media only screen and (max-width: 1024px) { /*タブレット表示*/
  .header_wrap {
    width: 92%;
    min-width: 100%;
    margin: 0 auto;
  }
}
/* ---------------------------------------------------------
メイン
--------------------------------------------------------- */
#fv {
  position: relative;
  color: #fff;
}
.badge {
  position: absolute;
  top: 5%;
  left: 9%;
  width: 7%;
}
@media screen and (min-width:767px) and (max-width:1024px) { /*タブレット表示*/
  .badge {
    position: absolute;
    top: 5%;
    left: 8%;
    width: 10%;
  }
}
@media only screen and (max-width: 750px) { /*SP表示*/
  .badge {
    position: absolute;
    top: 7%;
    left: 6%;
    width: 15%;
  }
}
/*--------------------
#about
--------------------*/
#about.contents {
  background: -webkit-linear-gradient(90deg, #efbc46, #fe8839);
}
#about .ttl > span {
  font-weight: bold;
  color: #fff;
}
#about .ttl::before {
  content: '';
  background: url("../img/about_ttl_bg.png")center top no-repeat;
  background-size: contain;
  width: 500px;
  height: 172px;
  display: block;
  position: absolute;
  left: 50%;
  top: -35px;
  transform: translateX(-50%);
}
#about .read {
  color: #fff;
}
#about .target {
  background: #000;
  text-align: center;
  width: 600px;
  margin: 0 auto;
  font-weight: bold;
}
#about .target dt {
  color: #fff;
  font-size: 22px;
  padding: 5px;
}
#about .target dd {
  background: #fff;
  border: 4px solid #000;
  border-top: none;
  padding: 15px;
}
#about .target dd p {
  font-size: 20px;
  color: #000;
}
@media only screen and (max-width: 750px) {
  #about.contents {
    padding-top: 10px;
  }
  #about .ttl::before {
    width: 70%;
    top: -47%;
  }
  #about .target {
    width: 100%;
  }
  #about .target dt {
    font-size: 5VW;
  }
  #about .target dd p {
    font-size: 4VW;
  }
}
/*--------------------
#trouble
--------------------*/
#trouble.contents {
  background: url("../img/trouble_bg.png");
  background-size: contain;
}
#trouble .ttl > span {
  font-weight: bold;
}
#trouble .text-dots {
  font-size: 1.2em;
  color: #fff;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
  background-image: radial-gradient(circle at center, #f8a617 20%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: 0.2em;
}
#trouble .trouble-list {
  margin-bottom: 60px;
}
#trouble .trouble-list li {
  background: #0d0d0d;
  width: 690px;
  padding: 12px 30px;
  margin: 0 auto 20px;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  display: flex;
  justify-content: space-evenly;
}
#trouble .trouble-list li p {
  width: 500px;
  text-align: center;
}
#trouble .trouble-list li::before {
  content: '';
  background: url("../img/check_icon.png")no-repeat;
  width: 44px;
  height: 44px;
  margin-top: 5px;
  display: block;
}
@media only screen and (max-width: 750px) {
  #trouble.contents {
    padding: 20px 0;
    background: url(../img/trouble_bg-sp.png);
    background-size: cover;
  }
  #trouble .text-dots {
    padding-top: 0.4em;
    font-weight: bold;
  }
  #trouble .ttl > span {
    font-size: 6.5VW;
  }
  #trouble .trouble-list {
    margin-bottom: 30px;
  }
  #trouble .trouble-list li {
    width: 100%;
    padding: 10px;
    font-size: 4.5VW;
    margin: 0 auto 10px;
  }
  #trouble .trouble-list li::before {
    background-size: contain;
    width: 10%;
    height: 20px;
    margin-top: 2px;
  }
  #trouble .trouble-list li p {
    width: 90%;
  }
}
/*--------------------
#point
--------------------*/
#point.contents {
  background: #f6f5f3;
}
#point .ttl > span {
  font-size: 40px;
  line-height: 1.2;
  color: #ea6005;
  margin-bottom: 45px;
}
#point .ttl > span .ttl-en {
  width: 200px;
}
#point .ttl > span .ttl-ja {
  font-size: 50px;
  font-weight: 700;
}
#point .ttl::before {
  content: '';
  background: url("../img/point_ttl_bg.png")center top no-repeat;
  background-size: contain;
  width: 590px;
  height: 200px;
  display: block;
  position: absolute;
  left: 50%;
  top: -35px;
  transform: translateX(-50%);
}
#point .point-list li {
  position: relative;
  padding: 70px 0 0;
}
#point .point-list li::before {
  content: '';
  width: 42VW;
  height: 10px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
}
#point .point-list li::after {
  content: '';
  width: 22VW;
  height: 4px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 20px;
  display: block;
}
#point .point-list li:nth-child(2)::before, #point .point-list li:nth-child(2)::after {
  left: 0;
}
#point .point-list li .wrap {
  position: relative;
  height: 320px;
}
#point .point-list li .wrap .list-ttl {
  position: absolute;
  left: 0;
  top: 28px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
}
#point .point-list li:nth-child(2) .wrap .list-ttl, #point .point-list li:nth-child(2) .wrap .text {
  right: 0;
  left: inherit;
  text-align: right;
}
#point .point-list li .wrap .list-ttl span {
  display: block;
  position: relative;
}
#point .point-list li .wrap .list-ttl::before {
  content: '';
  background-image: url("../img/point_list_img_01.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  left: 350px;
  top: -29px;
  width: 130px;
  height: 130px;
}
#point .point-list li:nth-child(2) .wrap .list-ttl::before {
  background-image: url("../img/point_list_img_02.png");
  left: -162px;
  width: 150px;
  height: 150px;
}
#point .point-list li:nth-child(3) .wrap .list-ttl::before {
  background-image: url("../img/point_list_img_03.png");
  left: 285px;
  top: -25px;
  width: 150px;
  height: 150px;
}
#point .point-list li .wrap .text {
  position: absolute;
  left: 0;
  top: 147px;
  line-height: 1.8;
  font-size: 18px;
}
#point .point-list li .wrap figure {
  position: absolute;
  right: 0;
}
#point .point-list li:nth-child(2) .wrap figure {
  left: 0;
}
@media only screen and (max-width: 750px) {
  #point.contents {
    background: #f0efed;
  }
  #point .ttl::before {
    width: 93%;
    top: -3px;
  }
  #point .ttl > span {
    font-size: 7VW;
    margin-bottom: 40px;
  }
  #point .ttl > span .ttl-en {
    width: 40%;
    margin-bottom: 10px;
  }
  #point .ttl > span .ttl-ja {
    font-size: 6VW;
  }
  #point .point-list li {
    padding-top: 88px;
  }
  #point .point-list li .wrap {
    height: auto;
    display: flex;
    flex-direction: column;
  }
  #point .point-list li .wrap .list-ttl {
    position: relative;
    margin-top: -30px;
    margin-bottom: 10px;
    top: 0;
    font-size: 7.5VW;
    line-height: 1.4;
  }
  #point .point-list li:nth-child(2) .wrap .list-ttl, #point .point-list li:nth-child(2) .wrap .text {
    text-align: left;
  }
  #point .point-list li .wrap .list-ttl span {
    width: 80%;
  }
  #point .point-list li:nth-child(2) .wrap .list-ttl span {
    width: 59%;
  }
  #point .point-list li:nth-child(3) .wrap .list-ttl span {
    width: 86%;
  }
  #point .point-list li .wrap .list-ttl::before, #point .point-list li:nth-child(2) .wrap .list-ttl::before, #point .point-list li:nth-child(3) .wrap .list-ttl::before {
    left: initial;
    right: 10px;
    top: -6px;
    z-index: 0;
    width: 110px;
    height: 110px;
  }
  #point .point-list li:first-child .wrap .list-ttl::before {
    top: -20px;
  }
  #point .point-list li .wrap figure {
    position: relative;
    margin-top: 21px;
    right: 0;
  }
  #point .point-list li .wrap .text {
    position: relative;
    margin-top: 5px;
    margin-bottom: 20px;
    top: 0;
    font-size: 3.5VW;
  }
}
/*--------------------
#flow
--------------------*/
#flow.contents {
  background: -webkit-linear-gradient(113deg, #fb9331, #facf23);
  overflow: hidden;
}
#flow.contents .wrap {
  position: relative;
}
#flow.contents .wrap::after {
  content: '';
  background: url("../img/flow_ttl_bg_bottom.png")no-repeat;
  background-size: contain;
  width: 300px;
  height: 300px;
  position: absolute;
  bottom: -220px;
  right: -185px;
}
#flow .ttl > span {
  font-size: 40px;
  line-height: 1.2;
  color: #fff;
  margin: 70px 0 120px;
}
#flow .ttl > span .ttl-en {
  width: 200px;
}
#flow .ttl > span .ttl-ja {
  font-size: 50px;
  font-weight: 700;
}
#flow .ttl::before {
  content: '';
  background: url("../img/flow_ttl_bg.png")center top no-repeat;
  background-size: contain;
  width: 1258px;
  height: 444px;
  display: block;
  position: absolute;
  left: 50%;
  top: -241px;
  transform: translateX(-50%);
}
#flow .point-list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.08em;
  height: 236px;
}
#flow .point-list li figure {
  position: relative;
}
#flow .point-list li figure::after {
  content: '';
  width: 2px;
  height: 88px;
  background: #fff;
  display: block;
  position: absolute;
  left: 72px;
  bottom: -87px;
}
#flow .point-list li:last-child figure::after {
  content: none;
}
#flow .point-list li .text-wrap {
  width: 76%;
}
#flow .point-list li .text-wrap .step-ttl {
  font-size: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #fff;
  margin-bottom: 18px;
}
#flow .point-list li .text-wrap .step-ttl::after {
  content: '';
  background-image: url(../img/step_num_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 260px;
  height: 80px;
  display: inline-block;
}
#flow .point-list li:nth-child(2) .text-wrap .step-ttl::after {
  background-image: url(../img/step_num_02.png);
}
#flow .point-list li:nth-child(3) .text-wrap .step-ttl::after {
  background-image: url(../img/step_num_03.png);
}
#flow .point-list li:nth-child(4) .text-wrap .step-ttl::after {
  background-image: url(../img/step_num_04.png);
}
#flow .point-list li:nth-child(5) .text-wrap .step-ttl::after {
  background-image: url(../img/step_num_05.png);
}
@media only screen and (max-width: 750px) {
  #flow.contents {
    background: -webkit-linear-gradient(270deg, #efba1d, #f89b23);
  }
  #flow .ttl::before {
    background: url(../img/flow_ttl_bg-sp.png)center top no-repeat;
    background-size: contain;
    width: 100%;
    top: -95%;
  }
  #flow .ttl > span {
    font-size: 7VW;
    margin-top: 0;
    margin-bottom: 30px;
  }
  #flow .ttl > span .ttl-en {
    width: 35%;
    margin-bottom: 10px;
  }
  #flow .ttl > span .ttl-ja {
    font-size: 9VW;
  }
  #flow .point-list {
    max-width: 320px;
    margin: 0 auto;
  }
  #flow .point-list li {
    padding-bottom: 6%;
    height: 170px;
  }
  #flow .point-list li figure {
    width: 28%;
  }
  #flow .point-list li figure::after {
    left: 44px;
    height: 80px;
    bottom: -90%;
  }
  #flow .point-list li .text-wrap {
    width: 67%;
  }
  #flow .point-list li .text-wrap .step-ttl {
    font-size: 5.5VW;
  }
  #flow .point-list li .text-wrap .step-ttl::after {
    width: 34%;
    height: 15px;
  }
  #flow .point-list li .text-wrap .step-text {
    font-size: 3.5VW;
    height: 67px;
    letter-spacing: -0.02em;
    line-height: 1.5;
  }
  #flow.contents .wrap::after {
    width: 180px;
    height: 180px;
    bottom: -133px;
    right: -95px;
  }
  #flow .btn {
    margin-top: -20px;
    position: relative;
    z-index: 100;
  }
}
@media screen and (min-width:767px) and (max-width:1024px) {
  #flow .ttl::before {
    width: 100%;
  }
}
/*--------------------
#voice

--------------------*/
#voice.contents {
  background-size: auto auto;
  background-color: rgba(226, 226, 226, 1);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(222, 222, 222, 1) 5px, rgba(222, 222, 222, 1) 9px);
}
#voice .ttl > span {
  font-size: 40px;
  line-height: 1.2;
  color: #ed782a;
  margin-bottom: 120px;
}
#voice .ttl > span .ttl-en {
  width: 80px;
}
#voice .ttl > span .ttl-ja {
  font-size: 50px;
  font-weight: 700;
}
#voice .ttl::before {
  content: '';
  background: url("../img/voice_ttl_bg.png")center top no-repeat;
  background-size: contain;
  width: 330px;
  height: 170px;
  display: block;
  position: absolute;
  left: 50%;
  top: -35px;
  transform: translateX(-50%);
}
#voice .link_wrap {
  justify-content: space-between;
  margin-bottom: 70px;
}
#voice .link_wrap li {
  background-image: url("../img/voice_text_bg_01.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 318px;
  height: 627px;
  font-weight: bold;
}
#voice .link_wrap li:nth-child(2) {
  background-image: url("../img/voice_text_bg_02.png");
}
#voice .link_wrap li:nth-child(3) {
  background-image: url("../img/voice_text_bg_03.png");
}
#voice .link_wrap li .img-wrap {
  font-size: 26px;
  text-align: center;
  padding-bottom: 5px;
  margin: 60px 25px 5px;
  border-bottom: 1px solid #232323;
}
.orange {
  color: #ed782a;
}
.underline_yellow {
  background: linear-gradient(transparent 70%, #fffd53 70%);
}
#voice .link_wrap li .text {
  padding: 15px 25px;
  line-height: 1.65;
  font-size: 16px;
  letter-spacing: 0.08em;
}
#voice dl {
  padding-top: 10px;
  text-align: left;
}
#voice dl dt {
  font-size: 12px;
}
#voice dl dd {
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #voice.contents {
    background: url("../img/voice_bg.png")no-repeat;
    background-size: cover;
  }
  #voice .ttl::before {
    width: 50%;
    top: -20px;
  }
  #voice .ttl > span {
    font-size: 7VW;
    margin-top: 0;
    margin-bottom: 30px;
  }
  #voice .ttl > span .ttl-en {
    width: 20%;
    margin-bottom: 10px;
  }
  #voice .ttl > span .ttl-ja {
    font-size: 8VW;
  }
  #voice .link_wrap {
    margin-bottom: 0;
  }
  #voice .link_wrap li {
    background-image: url(../img/voice_text_bg_01-sp.png);
    width: 100%;
    height: 96VW;
    margin: 0 auto;
  }
  #voice .link_wrap li:nth-child(2) {
    background-image: url("../img/voice_text_bg_02-sp.png");
    height: 92VW;
  }
  #voice .link_wrap li:nth-child(3) {
    background-image: url("../img/voice_text_bg_03-sp.png");
  }
  #voice .link_wrap li .img-wrap {
    display: flex;
    align-items: flex-end;
    font-size: 6.5VW;
    padding-bottom: 10px;
    margin: 25px 25px 5px;
    font-weight: bold;
    /*    justify-content: space-between;*/
  }
  #voice .link_wrap li .img-wrap figure {
    width: 30%;
  }
  #voice .link_wrap li .img-wrap p {
    padding-bottom: 15px;
  }
  #voice .link_wrap li .text {
    padding: 5px 25px 10px;
    font-size: 3.4VW;
    line-height: 1.6;
  }
  #voice dl {
    padding-left: 10px;
    width: 210px;
  }
  #voice dl dt {
    font-size: 3VW;
  }
  #voice dl dd {
    font-size: 3.9VW;
    text-align: left;
    letter-spacing: -0.02em;
  }
}
/*--------------------
#achieve
--------------------*/
#achieve.contents {
  background: -webkit-linear-gradient(0deg, #ff7d2e, #ffcd1d);
  position: relative;
  padding-bottom: 50px;
}
#achieve.contents::before {
  content: '';
  background: url("../img/achieve_bg.png")center top no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#achieve .wrap {
  z-index: 100;
  position: relative;
}
#achieve .ttl > span {
  font-size: 40px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 120px;
}
#achieve .ttl > span .ttl-en {
  width: 360px;
}
#achieve .ttl > span .ttl-ja {
  font-size: 50px;
  font-weight: 700;
}
#achieve .ttl::before {
  content: '';
  background: url("../img/achieve_ttl_bg.png")center top no-repeat;
  background-size: contain;
  width: 590px;
  height: 200px;
  display: block;
  position: absolute;
  left: 50%;
  top: -35px;
  transform: translateX(-50%);
}
#achieve .link_wrap {
  justify-content: space-between;
  margin-bottom: 70px;
}
@media only screen and (max-width: 750px) {
  #achieve.contents {
    background: url("../img/achieve_bg-sp.png")no-repeat;
    background-size: cover;
  }
  #achieve.contents::before {
    content: none;
  }
  #achieve .ttl::before {
    width: 80%;
    top: -20px;
  }
  #achieve .ttl > span {
    font-size: 7VW;
    margin-top: 0;
    margin-bottom: 30px;
  }
  #achieve .ttl > span .ttl-en {
    width: 40%;
    margin-bottom: 10px;
  }
  #achieve .ttl > span .ttl-ja {
    font-size: 8VW;
  }
  #achieve .link_wrap {
    margin-bottom: 28px;
  }
  #achieve .link_wrap li {
    margin-bottom: 15px;
  }
}
/*--------------------
#advisor
--------------------*/
#advisor.contents {
  background: #f1f1f1;
  padding-top: 120px;
}
#advisor .ttl > span {
  font-size: 40px;
  line-height: 1.2;
  color: #ed782a;
  margin-bottom: 40px;
}
#advisor .ttl > span .ttl-en {
  width: 120px;
}
#advisor .ttl > span .ttl-ja {
  font-size: 50px;
  font-weight: 700;
}
#advisor .ttl::before {
  content: '';
  background: url("../img/advisor_ttl_bg.png")center top no-repeat;
  background-size: contain;
  width: 447px;
  height: 158px;
  display: block;
  position: absolute;
  left: 50%;
  top: -35px;
  transform: translateX(-50%);
}
#advisor .note {
  color: #9b9b9b;
  text-align: center;
  margin-bottom: 100px;
  font-size: 12px;
}
#advisor .advisor_wrap li {
  background: url("../img/advisor_text_bg.png")no-repeat;
  width: 1000px;
  height: 357px;
  margin-bottom: 150px;
  font-weight: bold;
}
#advisor .advisor_wrap li:nth-child(2), #advisor .advisor_wrap li:nth-child(3) {
  background: url("../img/advisor_text_bg_02.png")no-repeat;
  height: 332px;
}
#advisor .advisor_wrap li .img-wrap {
  display: flex;
  font-size: 32px;
  justify-content: space-between;
  align-items: center;
}
#advisor .advisor_wrap li .img-wrap p {
  border-bottom: 1px solid #ea620a;
  width: 66%;
  margin-left: 59px;
  padding-bottom: 18px;
}
#advisor .advisor_wrap li .img-wrap p span {
  font-size: 22px;
  font-weight: initial;
  padding-left: 20px;
}
#advisor .advisor_wrap li .img-wrap figure {
  margin-top: -66px;
  margin-right: 40px;
}
#advisor .advisor_wrap li .text {
  padding: 5px 58px 20px;
  line-height: 2;
  font-size: 19px;
  color: #333333;
}
@media only screen and (max-width: 750px) {
  #advisor.contents {
    background: url("../img/advisor_bg-sp.png")no-repeat;
    background-size: cover;
    padding-top: 76px;
  }
  #advisor .ttl::before {
    width: 80%;
    top: -20px;
  }
  #advisor .ttl > span {
    font-size: 7VW;
    margin-top: 0;
    margin-bottom: 0;
  }
  #advisor .note {
    margin-bottom: 60px;
  }
  #advisor .ttl > span .ttl-en {
    width: 25%;
    margin-bottom: 10px;
  }
  #advisor .ttl > span .ttl-ja {
    font-size: 8VW;
  }
  #advisor .advisor_wrap li {
    width: 100%;
    background: url(../img/advisor_text_bg_02-sp.png)no-repeat;
    background-size: contain;
    height: 80VW;
    margin-bottom: 0;
  }
  #advisor .advisor_wrap li:nth-child(2), #advisor .advisor_wrap li:nth-child(3) {
    background: url("../img/advisor_text_bg_02-sp.png")no-repeat;
    background-size: contain;
    height: 332px;
    height: 80VW;
  }
  #advisor .advisor_wrap li .img-wrap {
    display: flex;
    font-size: 7.5VW;
    font-weight: bold;
    line-height: 0.8em;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row-reverse;
  }
  #advisor .advisor_wrap li .img-wrap p {
    width: 52%;
    margin-left: 0;
    padding-top: 25px;
    padding-bottom: 0;
    border-bottom: none;
  }
  #advisor .advisor_wrap li .img-wrap p span {
    font-size: 3.7VW;
    font-weight: initial;
    letter-spacing: 0.08em;
    padding-left: 0;
  }
  #advisor .advisor_wrap li .img-wrap figure {
    margin-top: -36px;
    margin-right: 0;
    margin-left: 30px;
    width: 36%;
  }
  #advisor .advisor_wrap li .text {
    padding: 5px 28px 20px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    font-size: 3.15VW;
  }
  #advisor .btn {
    margin-top: -26px;
  }
}
/*--------------------
#question
--------------------*/
#question.contents {
  background-color: #ffffff;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 20px 20px;
  background-repeat: repeat;
  background-position: center center;
  padding-top: 120px;
}
#question .ttl > span {
  font-size: 40px;
  line-height: 1.2;
  color: #ed782a;
  margin-bottom: 120px;
}
#question .ttl > span .ttl-en {
  width: 60px;
}
#question .ttl > span .ttl-ja {
  font-size: 50px;
  font-weight: 700;
}
#question .ttl::before {
  content: '';
  background: url("../img/question_ttl_bg.png")center top no-repeat;
  background-size: contain;
  width: 270px;
  height: 175px;
  display: block;
  position: absolute;
  left: 47%;
  top: -35px;
  transform: translateX(-50%);
}
#question .question-list dl {
  margin-bottom: 50px;
}
#question .question-list dt, #question .question-list dd {
  display: flex;
  align-items: center;
}
#question .question-list dd.long {
  align-items: flex-start;
}
#question .question-list dt::before, #question .question-list dd::before {
  content: '';
  background-image: url("../img/question_icon_q.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 55px;
  height: 55px;
  margin-right: 20px;
}
#question .question-list dd::before {
  background-image: url("../img/question_icon_a.png");
}
#question .question-list dt {
  background: #333333;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  padding: 30px 50px;
}
#question .question-list dd {
  background: #f2f2f2;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  padding: 40px 50px 60px;
}
@media only screen and (max-width: 750px) {
  #question.contents {
    padding-top: 76px;
  }
  #question .ttl::before {
    width: 50%;
    top: -20px;
  }
  #question .ttl > span {
    font-size: 7VW;
    margin-top: 0;
    margin-bottom: 40px;
  }
  #question .ttl > span .ttl-en {
    width: 13%;
    margin-bottom: 10px;
  }
  #question .ttl > span .ttl-ja {
    font-size: 8VW;
  }
  #question .question-list dl {
    margin-bottom: 30px;
  }
  #question .question-list dt {
    font-size: 5.5VW;
    padding: 20px 15px;
    letter-spacing: -0.03em;
  }
  #question .question-list dt.long {
    font-size: 4.7VW;
    padding: 15px;
    line-height: 1.3em;
  }
  #question .question-list dt::before, #question .question-list dd::before {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }
  #question .question-list dd {
    font-size: 3.5VW;
    padding: 20px 15px;
  }
  #question .question-list dt p, #question .question-list dd p {
    width: 80%;
  }
}
/*--------------------
#consult
--------------------*/
#consult.contents {
  position: relative;
  height: 673px;
  padding: 0;
}
#consult.contents::before {
  content: '';
  background: url(../img/consult_bg.png)center top no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#consult .wrap {
  padding-top: 135px;
}
#consult p {
  text-align: center;
  color: #333333;
}
#consult p.sub-ttl {
  width: 85%;
  padding: 5px;
  margin: 0 auto 50px;
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  background: -webkit-linear-gradient(0deg, #ff7d2e, #ffcd1d);
}
#consult p.text {
  font-size: 18px;
  margin-bottom: 18px;
}
#consult p.text_bold {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 70px;
}
@media only screen and (max-width: 750px) {
  #consult.contents {
    background: url("../img/consult_bg-sp.png")no-repeat;
    background-size: cover;
    height: 100VW;
    width: 100%;
  }
  #consult.contents::before {
    content: none;
  }
  #consult .wrap {
    padding-top: 18%;
  }
  #consult p.sub-ttl {
    width: 98%;
    margin: 0 auto 20px;
    font-size: 5.6VW;
  }
  #consult p.text {
    font-size: 4VW;
    margin-bottom: 18px;
    line-height: 1.8;
  }
  #consult p.text_bold {
    font-size: 4.2VW;
    margin-bottom: 0;
  }
  #consult .btn {
    margin-top: 10px;
  }
}
/*--------------------
#policy
--------------------*/
#policy.contents {
  position: relative;
  height: 1080px;
  padding: 0;
}
#policy.contents::before {
  content: '';
  background: url(../img/policy_bg.png)center top no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#policy .ttl {
  padding-top: 100px;
}
#policy .ttl > span {
  font-size: 40px;
  line-height: 1.2;
  color: #0d0d0d;
  margin-bottom: 90px;
}
#policy .ttl > span .ttl-en {
  width: 150px;
}
#policy .ttl > span .ttl-ja {
  font-size: 50px;
  font-weight: 700;
}
#policy .ttl::before {
  content: '';
  background: url("../img/policy_ttl_bg.png")center top no-repeat;
  background-size: contain;
  width: 910px;
  height: 154px;
  display: block;
  position: absolute;
  left: 50%;
  top: 96px;
  transform: translateX(-50%);
}
#policy p {
  color: #fff;
  text-align: center;
}
#policy p.sub-ttl {
  font-size: 46px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 60px;
  text-shadow: 0px 0px 9px rgba(240, 127, 19, 0.7);
}
#policy p.text {
  font-size: 19px;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 50px;
  text-shadow: 0px 0px 9px rgba(240, 127, 19, 0.7);
}
@media only screen and (max-width: 750px) {
  #policy.contents {
    background: url("../img/policy_bg-sp.png")no-repeat;
    background-size: cover;
    height: 203VW;
    width: 100%;
  }
  #policy.contents::before {
    content: none;
  }
  #policy .ttl {
    padding-top: 20%;
  }
  #policy .ttl::before {
    width: 100%;
    top: 65px;
  }
  #policy .ttl > span {
    font-size: 7VW;
    margin-top: 0;
    margin-bottom: 50px;
  }
  #policy .ttl > span .ttl-en {
    width: 25%;
    margin-bottom: 10px;
  }
  #policy .ttl > span .ttl-ja {
    font-size: 8VW;
  }
  #policy p.sub-ttl {
    font-size: 5.8VW;
    letter-spacing: 0.08em;
    line-height: 1.5;
    margin-bottom: 32px;
  }
  #policy p.text {
    font-size: 3.8VW;
    letter-spacing: 0.08em;
    line-height: 1.9;
    margin-bottom: 40px;
  }
}
@media screen and (min-width:767px) and (max-width:1024px) {
  #policy .ttl::before {
    width: 100%;
  }
}
/* ---------------------------------------------------------
フッター
--------------------------------------------------------- */
#footer {
  color: #ffffff;
  background-color: #000000;
  padding: 80px 0 100px;
  font-size: 15px;
}
#footer .logo {
  margin: 0 auto 50px;
  width: 18%;
  text-align: center;
}
#footer .link_wrap {
  justify-content: space-between;
  align-items: center;
}
#footer .link-list {
  display: flex;
}
#footer .link-list li {
  padding-left: 20px !important;
  list-style: none;
}
#footer .link-list li a {
  color: #fff;
}
.copyright {
  text-align: center;
}
@media only screen and (max-width: 750px) { /*SP表示*/
  #footer {
    padding: 40px 0;
    font-size: 3.5VW;
  }
  #footer .logo {
    margin-bottom: 30px;
    width: 50%;
    text-align: center;
  }
  #footer .logo img {
    margin-left: -5px;
  }
  #footer .link_wrap {
    flex-direction: column-reverse;
  }
  #footer .link-list {
    flex-direction: column;
    text-align: center;
    margin-bottom: 40px;
  }
  #footer .link-list li {
    padding-left: 0 !important;
    margin-bottom: 10px;
    padding-left: 0;
  }
  #footer .link-list li.contact {
    margin-top: 30px;
  }
  #footer .link-list li a {
    text-decoration: underline;
  }
}