@charset "UTF-8";
/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
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;
  text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; /* Safari */
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

li {
  list-style: none;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
}

/************************************************/
*, *::before, *::after {
  box-sizing: border-box;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

a:hover {
  opacity: 0.9;
  transition: 0.15s;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

.sp-inlineblock {
  display: none !important;
}

.pc-inlineblock {
  display: inline-block !important;
}

.sp-flex {
  display: none !important;
}

.pc-flex {
  display: flex !important;
}

@media screen and (max-width: 750px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .sp-inlineblock {
    display: inline-block !important;
  }
  .pc-inlineblock {
    display: none !important;
  }
  .sp-flex {
    display: flex !important;
  }
  .pc-flex {
    display: none !important;
  }
}

body {
  font-family: 'Noto Serif JP', serif;
  color: #000;
  line-height: 1.5;
  overflow-x: hidden;
}

.body_pd {
  padding: 92px 0 0 0;
}

@media screen and (max-width: 750px) {
  body {
    padding: 0 0 0 0;
    /* background-image: url(../img/back_sp.png); */
    background-repeat: repeat-y;
    background-position: 0 390px;
    background-size: 100% auto;
  }
  .body_pd {
    padding: 60px 0 0 0;
  }
}

p {
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 1.5em;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1000px) {
  p {
    /* font-size: calc(16vw / 1000 * 100); */
    min-height: 0vw;
  }
}

@media screen and (max-width: 750px) {
  p {
    font-size: 14px;
  }
}

.ank {
  margin: -100px 0 0 0;
  padding: 100px 0 0 0;
}

@media screen and (max-width: 750px) {
  .ank {
    margin: -90px 0 0 0;
    padding: 90px 0 0 0;
  }
}

header {
  display: flex;
  justify-content: space-between;
  height: 91px;
  align-items: center;
  padding: 0 0 0 4%;
}

@media screen and (max-width: 750px) {
  header {
    height: 60px;
  }
}

header .logo {
  max-width: 250px;
}

@media screen and (max-width: 750px) {
  header .logo {
    max-width: 150px;
  }
}

header .head_btn {
  display: flex;
  width: 226px;
  height: 92px;
  color: #fff;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  padding: 0 0 0 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b79767+0,a17b40+100 */
  background: #b79767;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #b79767 0%, #a17b40 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b79767', endColorstr='#a17b40',GradientType=0 );
  /* IE6-9 */
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 750px) {
  header .head_btn {
    width: 75px;
    height: 60px;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
  }
}

header .head_btn .icon {
  width: 26px;
  height: auto;
  margin: 0 14px 0 0;
}

@media screen and (max-width: 750px) {
  header .head_btn .icon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -8px;
    left: 0;
    margin: auto;
    height: 26px;
  }
}

@media screen and (max-width: 750px) {
  header .head_btn .text {
    display: none;
  }
}

.btn {
  display: flex;
  max-width: 570px;
  padding: 0;
  background-color: #0072a9;
  color: #fff;
  font-size: 25px;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin: 0 auto;
  width: calc(570/1400*100%);
  border-radius: 10px;
  letter-spacing: 0.08em;
  /* background-image: url(../img/i_btn_ar.png); */
  background-size: 35px;
  background-position: 94.8% center;
  background-repeat: no-repeat;
  position: relative;
}

.btn .icon {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5%;
  margin: auto;
}

@media screen and (max-width: 1200px) {
  .btn {
    background-size: 7% auto;
  }
}

@media screen and (max-width: 1400px) {
  .btn {
    font-size: calc(25vw / 1400 * 100);
    min-height: 0vw;
  }
}

.main {
  position: relative;
  margin: 0;
}

@media screen and (max-width: 750px) {
  .main {
    overflow: hidden;
  }
}

.main img {
  width: 100%;
}

.main .main_img {
  height: 767px;
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1400px) {
  .main .main_img {
    height: auto;
  }
}

.main .main_cp {
  max-width: 714px;
  position: absolute;
  top: 13.4%;
  left: 7.4%;
  width: calc(711/1400*100%);
}

@media screen and (max-width: 750px) {
  .main .main_cp {
    width: 88%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 5%;
    z-index: 0;
  }
}

.main .main_person {
  max-width: 657px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(657/1400*100%);
  z-index: 1;
}

@media screen and (max-width: 750px) {
  .main .main_person {
    width: 75%;
    max-width: unset;
    bottom: -10.5%;
  }
}

.main .btn {
  display: flex;
  max-width: 570px;
  padding: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a17b40+10,b58c4f+50,a17b40+90 */
  background: #a17b40;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #a17b40 10%, #b58c4f 50%, #a17b40 90%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a17b40', endColorstr='#a17b40',GradientType=0 );
  /* IE6-9 */
  color: #fff;
  font-size: 25px;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  position: absolute;
  left: 11.7%;
  bottom: 13%;
  width: calc(570/1400*100%);
  border-radius: 10px;
  letter-spacing: 0.08em;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
}

.main .btn span {
  /* background-image: url(../img/i_btn_ar.png); */
  background-size: 6%;
  background-position: 94.8% center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  text-align: center;
  padding: 1em 0;
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 1200px) {
  .main .btn {
    background-size: 7% auto;
  }
}

@media screen and (max-width: 1400px) {
  .main .btn {
    font-size: calc(25vw / 1400 * 100);
    min-height: 0vw;
  }
}

@media screen and (max-width: 750px) {
  .main .btn {
    max-width: unset;
    width: 88%;
    margin: 0 auto;
    font-size: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: auto;
    bottom: 5%;
    z-index: 100;
    padding: 0;
    height: 50px;
    border-radius: 6px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b79767+0,a17b40+100 */
    background: #b79767;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #b79767 0%, #a17b40 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b79767', endColorstr='#a17b40',GradientType=0 );
    /* IE6-9 */
  }
  .main .btn span {
    height: 50px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    background-size: 24px;
    padding: 0;
    background-position: 95% center;
  }
}

.logos img {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

section .inner {
  max-width: 1030px;
  width: 90%;
  margin: 0 auto;
  padding: 4em 0 0 0;
}

section .title_st01 {
  font-size: 35px;
  text-align: center;
  font-weight: normal;
  margin: 0 0 1.2em;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  color: #003a5e;
}

section .title_st01 .underline {
  background-image: url(../img/line_wave.png);
  background-repeat: no-repeat;
  background-position: -60px bottom;
  padding: 0 0.2em 0.4em;
}

section .title_st01 .underline_st01 {
  background-position: -13px bottom;
}

section .title_st01 .f_big {
  font-size: 40px;
  font-weight: bold;
}

.workation {
  margin: 0 0 6em;
}

.workation .title_st01 {
  margin: 0 0 2.6em;
}

.workation .card {
  display: flex;
  border-top: 1px dashed #000;
  padding: 2em 0;
}

.workation .card:last-child {
  border-bottom: 1px dashed #000;
}

.workation .card .text {
  width: calc(596/1030*100%);
  padding: 0.1em 4em 0 0;
}

.workation .card .text .p01 {
  font-size: 25px;
  font-weight: bold;
  color: #003a5e;
  position: relative;
  padding: 0 0 0 39px;
  margin: 0 0 0.8em;
}

.workation .card .text .p01:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 28px;
  height: 28px;
  border: 6px solid #348fbb;
  border-radius: 14px;
}

.workation .card .text .p02 {
  font-size: 18px;
  line-height: 2;
}

.workation .card .img {
  width: calc(434/1030*100%);
}

.anken {
  background-color: #c5e3f1;
  padding: 5em 0 6.3em;
}

.anken .lead {
  text-align: center;
  font-size: 18px;
  line-height: 2;
  margin: 0 0 3.2em;
}

.anken .layout {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.anken .layout .anken_blk {
  border: 2px solid #0072a9;
  border-radius: 8px;
  width: 30.1%;
  background-color: #fff;
  padding: 1.6em 2.2em 1.3em;
}

.anken .layout .anken_blk .title {
  text-align: center;
  font-size: 25px;
  line-height: 1.55;
  border-bottom: 2px solid #8bc7e4;
  padding: 0 0 1em;
  color: #003a5e;
}

.anken .layout .anken_blk .text {
  padding: 1.5em 0 0 0;
}

.anken .layout .anken_blk .text dl {
  font-size: 18px;
  display: flex;
  margin: 0 0 0.4em;
  font-feature-settings: "palt";
}

.anken .layout .anken_blk .text dl dt {
  width: 28%;
  color: #348fbb;
  font-weight: bold;
}

.anken .layout .anken_blk .text dl dd {
  width: 72%;
}

.cv {
  text-align: center;
  padding: 5.4em 0 6.7em;
  font-weight: bold;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 750px) {
  .cv {
    padding: 3.4em 0 2.7em;
  }
}

.cv .cv_lead {
  font-size: 30px;
  margin: 0 0 0.2em;
  font-family: 'Noto Serif JP', serif;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
}

@media screen and (max-width: 750px) {
  .cv .cv_lead {
    font-size: 18px;
  }
}

.cv .cv_lead span {
  color: #ac8a55;
  font-size: 40px;
}

@media screen and (max-width: 750px) {
  .cv .cv_lead span {
    font-size: 22px;
  }
}

.cv .btn {
  max-width: 570px;
  width: 50%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b79767+0,a17b40+100 */
  background: #b79767;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #b79767 0%, #a17b40 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b79767', endColorstr='#a17b40',GradientType=0 );
  /* IE6-9 */
}

@media screen and (max-width: 750px) {
  .cv .btn {
    max-width: unset;
    width: 88%;
    margin: 0 auto;
    font-size: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: auto;
    bottom: 5%;
    z-index: 100;
    padding: 0;
    height: 50px;
    border-radius: 6px;
  }
}

.cv .btn span {
  /* background-image: url(../img/i_btn_ar.png); */
  background-size: 6%;
  background-position: 94.8% center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  text-align: center;
  padding: 1em 0;
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 750px) {
  .cv .btn span {
    height: 50px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    background-size: 24px;
    padding: 0;
    background-position: 95% center;
  }
}

.shisetsu {
  background-color: #f5f5f5;
}

.shisetsu .inner {
  padding: 5.4em 0 6.3em 0;
}

.shisetsu .inner .title_st01 {
  margin: 0 0 2em;
}

.shisetsu .inner .card {
  display: flex;
  justify-content: space-between;
  margin: 0 0 3em;
}

.shisetsu .inner .card .text {
  width: calc(492/1030*100%);
}

.shisetsu .inner .card .text .p03 {
  font-size: 35px;
  color: #003a5e;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 1.2em;
}

.shisetsu .inner .card .text .p03 span {
  display: block;
  font-size: 18px;
  font-weight: normal;
  padding: 0.9em 0 0 0;
}

.shisetsu .inner .card .text .check {
  margin: 0 0 1.8em;
}

.shisetsu .inner .card .text .check li {
  font-size: 18px;
  margin: 0 0 0.5em;
  font-weight: bold;
  position: relative;
  padding: 0 0 0 1.8em;
}

.shisetsu .inner .card .text .check li:before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
  bottom: 0;
  width: 12px;
  height: 21px;
  margin: auto;
  border-right: 2px solid #0072a9;
  border-bottom: 2px solid #0072a9;
  transform: rotate(45deg);
}

.shisetsu .inner .card .text .p02 {
  font-size: 18px;
}

.shisetsu .inner .card .img {
  width: calc(538/1030*100%);
}

.shisetsu .inner .picts {
  display: flex;
  justify-content: space-between;
  margin: 0 0 4.7em;
}

.shisetsu .inner .picts img {
  width: 30.2%;
}

.shisetsu .inner .btn {
  max-width: 570px;
  width: 50%;
}

.voice .inner {
  padding: 5.6em 0 0 0;
}

.voice .inner .title_st01 {
  margin: 0 0 2.2em;
}

.voice .inner .card_voice {
  display: flex;
  padding: 0 0.5em 3.5em 1em;
  margin: 0 0 3.0em;
  border-bottom: 1px dashed #000;
}

.voice .inner .card_voice .img {
  width: calc(238/1030*100%);
}

.voice .inner .card_voice .txt {
  width: calc(792/1030*100%);
  font-size: 18px;
  padding: 0 0 0 4em;
  line-height: 2;
  margin: -0.3em 0 0;
}

.voice .inner .card_voice:last-child {
  border-bottom: none;
  flex-direction: row-reverse;
  padding: 0 1em 1.9em 0.5em;
  margin: 0;
}

.voice .inner .card_voice:last-child .txt {
  padding: 0 4em 0 0;
}

.outline {
  margin: 0 0 6.7em;
}

.outline .inner .title_st01 {
  margin: 0 0 2.2em;
}

.outline .inner .layout {
  border: 5px solid #8bc7e4;
  padding: 4.5em 4em;
}

.outline .inner .layout dl {
  border-bottom: 1px dashed #000;
  padding: 0 0 1.6em;
  margin: 0 0 2.1em;
}

.outline .inner .layout dl:last-child {
  border-bottom: none;
  padding: 0;
  margin: 0;
}

.outline .inner .layout dl dt {
  font-size: 23px;
  font-weight: bold;
  color: #003a5e;
  position: relative;
  padding: 0 0 0 33px;
  margin: 0 0 0.7em;
  letter-spacing: 0.12em;
}

.outline .inner .layout dl dt:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 23px;
  height: 23px;
  border: 5px solid #348fbb;
  border-radius: 14px;
}

.outline .inner .layout dl dd ul li {
  font-size: 18px;
  margin: 0 0 0.5em;
}

.outline .inner .layout dl dd ul li:before {
  content: "・";
}

.outline .inner .layout .p01 {
  margin: 0 0 0.5em;
  font-size: 18px;
}

.outline .inner .layout .note {
  font-size: 15px;
}

.flow {
  position: relative;
  margin: 0 0 -2.2em;
}

@media screen and (max-width: 750px) {
  .flow {
    background-image: url(../img/flow_back.png);
    background-size: cover;
    background-position: center bottom;
  }
}

.flow > img {
  width: 100%;
}

.flow .inner {
  padding: 0 0 0 0;
  width: 100%;
  max-width: unset;
}

.flow .inner > img {
  width: 100%;
}

.flow .inner .title_st01 {
  position: absolute;
  top: 11.5%;
  right: 0;
  left: 0;
  margin: 0 auto;
  font-size: 35px;
  color: #000;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
}

@media screen and (max-width: 1200px) {
  .flow .inner .title_st01 {
    font-size: calc(35vw / 1200 * 100);
    min-height: 0vw;
  }
}

@media screen and (max-width: 750px) {
  .flow .inner .title_st01 {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    font-size: 20px;
    padding: 1.5em 0;
  }
}

.flow .inner .flow_pict {
  max-width: 1198px;
  margin: 0 auto;
  position: absolute;
  top: 27%;
  right: 0;
  left: 0;
  margin: 0 auto;
}

@media screen and (max-width: 1400px) {
  .flow .inner .flow_pict {
    width: 90%;
  }
}

@media screen and (max-width: 750px) {
  .flow .inner .flow_pict {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: 90%;
    margin: 0 auto;
  }
}

.flow .inner .lead {
  width: 100%;
  font-size: 30px;
  position: absolute;
  top: 71.5%;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .flow .inner .lead {
    font-size: calc(30vw / 1200 * 100);
    min-height: 0vw;
  }
}

@media screen and (max-width: 750px) {
  .flow .inner .lead {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    font-size: 16px;
    padding: 1.0em 0 3em;
    font-weight: bold;
  }
}

.flow .inner .lead .brown {
  color: #a17b40;
  font-size: 35px;
}

@media screen and (max-width: 1200px) {
  .flow .inner .lead .brown {
    font-size: calc(35vw / 1200 * 100);
    min-height: 0vw;
  }
}

@media screen and (max-width: 750px) {
  .flow .inner .lead .brown {
    font-size: 18px;
  }
}

.member {
  background-color: #c5e3f1;
}

.member .inner {
  padding: 5.3em 0 5.3em;
}

.member .inner .title_st01 {
  margin: 0 0 2.2em;
}

.member .inner .form {
  min-height: 300px;
  background-color: #fff;
  padding: 4em;
}

.strength {
  background-color: #003a5e;
  position: relative;
  overflow: hidden;
  padding: 4.5em 0 0 0;
}

@media screen and (max-width: 750px) {
  .strength {
    padding: 1.8em 0 0 0;
  }
}

.strength::before {
  content: "";
  display: block;
  position: absolute;
  top: -350px;
  right: 0;
  left: 0;
  width: 700px;
  height: 700px;
  margin: auto;
  background: radial-gradient(#7091a5, #003a5e 65%);
}

@media screen and (max-width: 750px) {
  .strength::before {
    top: -210px;
    right: 0;
    left: 0;
    width: 400px;
    height: 400px;
  }
}

.strength .title {
  font-size: 35px;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.07em;
  margin: 0 0 1.8em;
  line-height: 1.4;
}

@media screen and (max-width: 750px) {
  .strength .title {
    font-size: 22px;
    margin: 0 0 1.5em;
  }
}

.strength .title .small {
  display: inline-block;
  font-size: 20px;
  position: relative;
}

@media screen and (max-width: 750px) {
  .strength .title .small {
    font-size: 14px;
  }
}

.strength .title .small::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -68px;
  width: 52px;
  height: 1px;
  margin: auto;
  background-color: #fff;
}

@media screen and (max-width: 750px) {
  .strength .title .small::before {
    width: 25px;
    left: -35px;
  }
}

.strength .title .small::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -68px;
  width: 52px;
  height: 1px;
  margin: auto;
  background-color: #fff;
}

@media screen and (max-width: 750px) {
  .strength .title .small::after {
    width: 25px;
    right: -35px;
  }
}

.strength .l_point {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto 3.7em;
  display: flex;
  justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 750px) {
  .strength .l_point {
    display: block;
    margin: 0 auto 2.5em;
  }
}

.strength .l_point dl {
  width: calc(370/1200*100%);
  margin: 0 0 3%;
}

@media screen and (max-width: 750px) {
  .strength .l_point dl {
    width: 100%;
    display: flex;
  }
}

.strength .l_point dl dt {
  letter-spacing: 0.08em;
  font-size: 25px;
  font-family: 'Noto Serif JP', serif;
  color: #fff;
  text-align: center;
  padding: 1em 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b59463+0,a17b40+35,a17b40+65,b59463+100 */
  background: #b59463;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #b59463 0%, #a17b40 35%, #a17b40 65%, #b59463 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b59463', endColorstr='#b59463',GradientType=1 );
  /* IE6-9 */
  position: relative;
}

@media screen and (max-width: 750px) {
  .strength .l_point dl dt {
    width: 24%;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #a17b40;
    background: #a17b40;
  }
}

.strength .l_point dl dt:after {
  content: "";
  position: absolute;
  bottom: -36px;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  display: block;
  border-top: 18px solid #a17b40;
  border-right: 30px solid rgba(221, 221, 221, 0);
  border-bottom: 18px solid rgba(221, 221, 221, 0);
  border-left: 30px solid rgba(221, 221, 221, 0);
}

@media screen and (max-width: 750px) {
  .strength .l_point dl dt:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -100px;
    margin: auto;
    width: 0;
    height: 0;
    display: block;
    border-top: 20px solid rgba(221, 221, 221, 0);
    border-right: 15px solid rgba(221, 221, 221, 0);
    border-bottom: 20px solid rgba(221, 221, 221, 0);
    border-left: 15px solid #a17b40;
  }
}

.strength .l_point dl dd {
  background-color: #fff;
  text-align: center;
  padding: 2em 0 1.5em;
  font-size: 21px;
  letter-spacing: 0;
  font-feature-settings: "palt";
  font-weight: bold;
}

@media screen and (max-width: 1400px) {
  .strength .l_point dl dd {
    font-size: calc(21vw / 1200 * 100);
    min-height: 0vw;
  }
}

@media screen and (max-width: 750px) {
  .strength .l_point dl dd {
    width: 76%;
    font-size: 18px;
    padding: 1.6em 0 1.5em;
  }
}

.strength .l_point dl dd .brown {
  font-size: 26px;
  color: #a17b40;
  margin: 0 0.1em;
}

@media screen and (max-width: 1400px) {
  .strength .l_point dl dd .brown {
    font-size: calc(24vw / 1200 * 100);
    min-height: 0vw;
  }
}

@media screen and (max-width: 750px) {
  .strength .l_point dl dd .brown {
    font-size: 20px;
  }
}

.strength .l_point dl dd .brown_small {
  font-size: 23px;
  color: #a17b40;
}

@media screen and (max-width: 1400px) {
  .strength .l_point dl dd .brown_small {
    font-size: calc(22vw / 1200 * 100);
    min-height: 0vw;
  }
}

@media screen and (max-width: 750px) {
  .strength .l_point dl dd .brown_small {
    font-size: 14px;
  }
}

.strength .lead_01 {
  text-align: center;
  font-size: 23px;
  color: #fff;
  margin: -1.5em 0 2.8em;
}

@media screen and (max-width: 1200px) {
  .strength .lead_01 {
    font-size: calc(23vw / 1200 * 100);
    min-height: 0vw;
  }
}

@media screen and (max-width: 750px) {
  .strength .lead_01 {
    font-size: 14px;
    width: 80%;
    text-align: left;
    margin: -1em auto 2em;
  }
}

.strength .l_example {
  max-width: 1130px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  .strength .l_example {
    display: block;
  }
}

.strength .l_example .blk {
  width: calc(544/1130*100%);
  max-width: 544px;
}

@media screen and (max-width: 750px) {
  .strength .l_example .blk {
    width: 100%;
    margin: 0 auto 1em;
  }
}

.strength .l_example .blk > .title {
  margin: 0;
  letter-spacing: 0.08em;
  font-size: 25px;
  font-family: 'Noto Serif JP', serif;
  color: #fff;
  text-align: center;
  padding: 1em 0;
  background: #b59463;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #b59463 0%, #a17b40 35%, #a17b40 65%, #b59463 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b59463', endColorstr='#b59463',GradientType=1 );
  /* IE6-9 */
  position: relative;
}

@media screen and (max-width: 1200px) {
  .strength .l_example .blk > .title {
    font-size: calc(25vw / 1200 * 100);
    min-height: 0vw;
  }
}

@media screen and (max-width: 750px) {
  .strength .l_example .blk > .title {
    font-size: 20px;
    padding: 0.8em 0;
  }
}

.strength .l_example .blk .img {
  position: relative;
}

.strength .l_example .blk .img .let_num {
  position: absolute;
  bottom: 0;
  right: 15px;
  font-size: 30px;
  color: #b59464;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.12em;
}

.strength .l_example .blk .img .let_num span {
  letter-spacing: 0.05em;
  font-size: 70px;
}

@media screen and (max-width: 750px) {
  .strength .l_example .blk .img .let_num {
    right: 8px;
    font-size: 18px;
    bottom: 3px;
  }
  .strength .l_example .blk .img .let_num span {
    font-size: 36px;
  }
}

.strength .l_example .blk .text {
  padding: 1em 0;
  background-color: #fff;
}

@media screen and (max-width: 750px) {
  .strength .l_example .blk .text {
    padding: 0.5em 0;
  }
}

.strength .l_example .blk .text .title {
  font-size: 25px;
  font-weight: bold;
  color: #000;
  margin: 0 auto 0.5em;
}

@media screen and (max-width: 750px) {
  .strength .l_example .blk .text .title {
    font-size: 18px;
    margin: 0 auto 0;
  }
}

.strength .l_example .blk .text .title .p01 {
  color: #a17b40;
  font-size: 36px;
}

@media screen and (max-width: 750px) {
  .strength .l_example .blk .text .title .p01 {
    font-size: 28px;
  }
}

.strength .l_example .blk .text .title .p02 {
  color: #a17b40;
}

.strength .l_example .blk .text .p03 {
  font-size: 18px;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .strength .l_example .blk .text .p03 {
    font-size: calc(18vw / 1200 * 100);
    min-height: 0vw;
  }
}

@media screen and (max-width: 750px) {
  .strength .l_example .blk .text .p03 {
    font-size: 14px;
  }
}

.strength .lead_02 {
  padding: 2em 0 1.4em;
  font-size: 30px;
  color: #fff;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
}

@media screen and (max-width: 1200px) {
  .strength .lead_02 {
    font-size: calc(30vw / 1200 * 100);
    min-height: 0vw;
  }
}

@media screen and (max-width: 750px) {
  .strength .lead_02 {
    font-size: 16px;
    padding: 0.8em 0 0.5em;
  }
}

.strength .lead_02 .brown {
  color: #a17b40;
  font-size: 35px;
}

@media screen and (max-width: 1200px) {
  .strength .lead_02 .brown {
    font-size: calc(35vw / 1200 * 100);
    min-height: 0vw;
  }
}

@media screen and (max-width: 750px) {
  .strength .lead_02 .brown {
    font-size: 22px;
  }
}

footer {
  background-color: #003a5e;
}

footer .inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 95%;
}

footer .inner .layout {
  display: flex;
}

@media screen and (max-width: 1200px) {
  footer .inner .layout {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}

footer .inner .layout .btn_wrap {
  width: 45%;
  padding: 5em 0 5em 0;
}

@media screen and (max-width: 1200px) {
  footer .inner .layout .btn_wrap {
    width: 100%;
    padding: 5em;
  }
}

@media screen and (max-width: 750px) {
  footer .inner .layout .btn_wrap {
    padding: 2.5em 0 2em;
  }
}

footer .inner .layout .btn_wrap .ft_btn {
  width: 81.2%;
  height: 97px;
  max-width: 570px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #003a5e;
  background-color: #fff;
  position: relative;
  padding: 0 1em 0 0;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 0 auto 0 0;
}

@media screen and (max-width: 1200px) {
  footer .inner .layout .btn_wrap .ft_btn {
    margin: 0 auto;
  }
}

@media screen and (max-width: 750px) {
  footer .inner .layout .btn_wrap .ft_btn {
    width: 90%;
    font-size: 14px;
    height: 70px;
  }
}

footer .inner .layout .btn_wrap .ft_btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 5.7%;
  bottom: 0;
  width: 18px;
  height: 18px;
  margin: auto;
  border-right: 2px solid #3c3c3d;
  border-bottom: 2px solid #3c3c3d;
  transform: rotate(-45deg);
}

@media screen and (max-width: 750px) {
  footer .inner .layout .btn_wrap .ft_btn:after {
    width: 10px;
    height: 10px;
    border-right: 1px solid #3c3c3d;
    border-bottom: 1px solid #3c3c3d;
  }
}

footer .inner .layout .links {
  width: 55%;
  padding: 5em 0 0;
}

@media screen and (max-width: 1200px) {
  footer .inner .layout .links {
    width: 100%;
    padding: 0 0 4em;
  }
}

@media screen and (max-width: 750px) {
  footer .inner .layout .links {
    padding: 0 0 2.5em;
  }
}

footer .inner .layout .links ul {
  margin: 0 0 1.5em;
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 1200px) {
  footer .inner .layout .links ul {
    justify-content: center;
  }
}

@media screen and (max-width: 750px) {
  footer .inner .layout .links ul {
    flex-wrap: wrap;
    justify-content: center;
    width: 60%;
    margin: 0 auto 2em;
  }
}

footer .inner .layout .links ul li {
  margin: 0 0 0 2.5em;
}

@media screen and (max-width: 1200px) {
  footer .inner .layout .links ul li {
    margin: 0 1em;
  }
}

@media screen and (max-width: 750px) {
  footer .inner .layout .links ul li {
    margin: 0 0.8em 0.5em;
  }
}

footer .inner .layout .links ul li a {
  color: #fff;
  font-size: 15px;
  text-decoration: underline;
  white-space: nowrap;
}

@media screen and (max-width: 750px) {
  footer .inner .layout .links ul li a {
    font-size: 14px;
  }
}

footer .inner .layout .links .privacy {
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: flex-end;
  font-size: 15px;
}

@media screen and (max-width: 1200px) {
  footer .inner .layout .links .privacy {
    justify-content: center;
  }
}

@media screen and (max-width: 750px) {
  footer .inner .layout .links .privacy {
    font-size: 12px;
    width: 80%;
    margin: 0 auto;
  }
}

footer .inner .layout .links .privacy span {
  display: block;
}

footer .inner .layout .links .privacy .logo {
  width: 51px;
  margin: 0 1em 0 0;
}

footer .copyright {
  background-color: #3c3c3d;
  text-align: center;
  color: #fff;
  font-size: 13px;
  padding: 2em 0;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 750px) {
  footer .copyright {
    font-size: 12px;
    padding: 2em 2.5em;
    line-height: 2;
  }
}
/*# sourceMappingURL=style.css.map */

/* 追加css */
header {
  width: 100%;
  padding: 0;
  height: auto;
}
.header__bar {
  width: 100%;
}
.header__top {
  background-color: #002536;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 2px 56px;
  height: 2.1875rem;
}
.header__top a {
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  gap: 8px;
  width: auto;
}
.header__top img {
  /* width: 9px; */
  width: .9em;
}
header .wrap {
display: flex;
align-items: center;
justify-content: space-between;
  /* height: 64px; */
  height: 5.625rem;
    padding: 0 20px 0 32px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    padding-top: 1.0625rem;
    padding-bottom: 1.0625rem;
}
header .head_btn {
  height: 100%;
}
header .sp {
  display: none;
}
header .btn a {
  border: none;
  box-shadow: none;
}

.header__fixed {
  transition: .4s;
  width: 100%;
  top: -100px;
  left: 0;
  background-color: #fff;
  position: fixed;
  z-index: 16;
  z-index: 9999;
}

.header__fixed.is-show {
  top: 0;
}
footer .copyright {
  font-size: 10px;
}
@media screen and (max-width: 767px) {

  footer .copyright {
    padding: 2em 2.5em 8em;
}
  footer .privacy {
      font-size: 10px;
      background-size: 34px 34px;
      padding: .5em 0 0 6px;
      line-height: 3;
  }
  .header__top {
      display: none;
  }

  .mv .wrap h2 {
      padding-top: 1em;
  }
}

@media screen and (max-width: 743px) {
	.ly-inner {
		padding: 0 20px;
	}
    header .wrap {
        height: 41pt;
        padding: 0px 10px 0 10px;
    }

    header .head_btn {
      display: none;
    }

    header .wrap .btn {
        display: none;
    }
    header .pc {
        display: none;
    }
    header .sp {
        display: block;
    }
}

/* 注釈 */
/*============================*/
.ly-inner {
  max-width: 1100px;
  padding: 0 50px;
  margin: 0 auto;
}
.annotation {
  color: #8A8A8A;
  font-size: 12px;
  line-height: 1.33;
  padding: 20px 0 25px;
}

@media(max-width: 743px) {
  .annotation {
      font-size: 10px;
      line-height: 1.33;
      padding: 50px 0;
  }
  .ly-inner {
    padding: 0 20px;
  }
}

/* cta */
/*============================*/
.cta-btn-txt {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
  
#cta {
  display: none;
  transform: translateY(100%);
  transition: opacity 0.5s, transform 0.5s;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 0;
}

.cta .btn {
  background: linear-gradient(to bottom, #a17b40 10%, #b58c4f 50%, #a17b40 90%);
  font-size: 18px;
  letter-spacing: 0.06em;
  width: 100%;
  border-radius: 0;
  padding: 22px 30px 20px 0;
  max-width: none;
}
.cta .btn span {
  position: relative;
}

.cta .btn span::after {
  content: "";
  width: 30px;
  height: 30px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../filelist/icon_cta-arrow.png);
  position: absolute;
  right: -20%;
  top: -2px;
}

#cta.active {
  transform: translateY(0);
}


@media screen and (max-width: 767px) {
  #cta {
      display: block;
  }
}

/* よくある質問 */
/*============================*/
.faq {
  background-color: #003A5E;
  padding-top: 80px;
  padding-bottom: 57px;
}

.faq .lv2-heading {
  color: #fff;
  font-size: 36px;
  text-align: center;
  font-weight: 500;
}

.faq .ly-inner {
  max-width: 910px;
}

.faq-lv3-heading {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  padding: 21.5px 0;
  background-color: #A17B40;
  text-align: center;
  border-radius: 10px;
  position: relative;
  margin-top: 48px;
}

.faq-lv3-heading::after {
  position: absolute;
  content: "";
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 30px solid #A17B40;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.faq__list {
  margin-top: 30px;
}

.faq__list-last .faq__item:last-child {
  margin-bottom: 0;
}

.faq__item {
  background-color: #fff;
  cursor: pointer;
}

.faq__item + .faq__item {
  margin-top: 10px;
}

.faq__item:last-child {
  margin-bottom: 50px;
}

.faq__question-q {
  font-size: 40px;
  font-weight: 700;
  /* margin-right: 40px; */
  color: #A17B40;
  line-height: 1;
  margin-top: -3px;
}

.faq__question {
  font-size: 24px;
  font-weight: 700;
  color: #A17B40;
  position: relative;
  line-height: 1.25;
  display: flex;
  align-items: center;
  padding: 20px 75px 20px 32px;
  gap: 40px;
  margin: 0;
  font-feature-settings: "palt";
}

.faq__question::after {
  content: "\2b";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  right: 34px;
  top: 50%;
  transform: translateY(-50%);
  transition: .1s;
}

.faq__question.is-active::after {
  content: "\f068";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  right: 34px;
  top: 50%;
  transform: translateY(-50%);
}


.faq__answer {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.375;
  padding: 0 60px 14.2px 40px;
  color: #002536;
  margin: 0;
}

.faq__answer-wrap {
  height: 0;
  overflow: hidden;
}
.faq .cv {
  padding: 0;
}
.faq .cv_lead {
color: #fff;
} 
@media(max-width: 1279px) {
  .faq {
      padding-top: 70px;
      padding-bottom: 80px;
  }

  .faq-lv3-heading {
      font-size: 20px;
      padding: 22px 0;
  }

  .faq__question {
      font-size: 20px;
      padding: 18px 75px 19px 32px;
  }

  .faq__question-q {
      font-size: 34px;
  }

  .faq__answer {
      font-size: 15px;
  }
}

@media(max-width: 743px) {
  .faq {
      padding-top: 58px;
      padding-bottom: 28px;
  }

  .faq .lv2-heading {
      font-size: 22px;
  }

  .faq .ly-inner {
      padding: 0 13px;
  }
  .faq-lv3-heading {
      margin-top: 0;
      font-size: 16px;
      padding: 12px 0;
      z-index: 0;
      border-radius: 5px;
  }
  .faq .cv {
    padding-bottom: 30px;
  }

  .lv2-heading + .faq-lv3-heading {
      margin-top: 39px;
  }

  .faq-lv3-heading::after {
      bottom: -9px;
      z-index: -8;
  }

  .faq__list {
      margin-top: 20px;
  }

  .faq__answer {
      font-size: 14px;
      padding: 0 15px 19px 21px;
	  text-align: justify;
  }

  .faq__question {
      gap: 12.5px;
      font-size: 16px;
      padding: 16px 31px 16px 15px;
  }
  .faq__question .br {
      display: none;
  }

  .faq__question-q {
      font-size: 24px;
      margin-right: 17.5px;
      width: 0;
  }

  .faq__question::after {
      margin-right: -25px;
      font-size: 14px;
  }

  .faq__question.is-active::after {
      margin-right: -25px;
      font-size: 14px;
  }
  .faq__item {
      border-radius: 5px;
  }

  .faq__item:last-child {
      margin-bottom: 25px;
  }

  .faq__item + .faq__item {
      margin-top: 8px;
  }
}

/* ご利用の流れ */
/*============================*/
.flow {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../filelist/bg_flow.png);
  padding-top: 173px;
  padding-bottom: 162px;
  width: 100%;
  height: auto;
  float: none;
  border-radius: 0;
  position: relative;
}

.flow:before,
.flow::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  bottom: 0;
}
.flow::before {
  border-color: transparent transparent transparent #fff;
  border-width: 80px 0px 0px 50vw;
  left: 0;
}
.flow::after {
  border-color: transparent transparent #fff transparent;
  border-width: 0px 0px 80px 50vw;
  right: 0;
}
.flow .inner .title_st01 {
font-size: 36px;
font-weight: 700;
color: #1D3B51;
text-align: center;
top: 7.5%;
letter-spacing: 0;
}

.flow__list {
  display: flex;
  flex-wrap: wrap;
  margin: -60px auto 0;
  padding-top: 60px;
  gap: 26px 35px;
  justify-content: center;
}

.flow__item {
  width: calc((100% - 35px * 2) / 3);
  margin-top: 38px;
  position: relative;
  z-index: 0;
}

.flow__item-box {
  background-color: #fff;
  padding: 78px 22px 21px 24px;
  box-shadow: 4px 4px 8px 2.5px rgba(128, 128, 128, 0.06);
  min-height: 340px;
}

.flow__item:nth-child(6) .flow__item-box {
padding-top: 65px;
}

.flow__item-box-icon {
  width: 88%;
  z-index: 8;
  position: relative;
  margin: 0 auto 10px;
display: flex;
justify-content: center;
}

.flow__item:nth-child(1) .flow__item-box-icon {
height: 60px;
}
.flow__item:nth-child(2) .flow__item-box-icon {
height: 65px;

}
.flow__item:nth-child(3) .flow__item-box-icon {
height: 65px;
}
.flow__item:nth-child(4) .flow__item-box-icon {
height: 65px;
}
.flow__item:nth-child(5) .flow__item-box-icon {
height: 50px;
}
.flow__item:nth-child(6) .flow__item-box-icon {
  height: 65px;
}

.flow-lv3-heading {
  font-size: 24px;
  font-weight: 700;
  color: #A17B40;
  text-align: center;
  /* margin-top: 5px; */
}

.flow__item-txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375em;
  margin-top: 11px;
  /* text-align: left; */
  font-feature-settings: "palt";
  margin-bottom: 0;
  text-align: justify;
}

.flow__item-number {
  background-color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #A17B40;
  margin: 0 auto;
  font-size: 31px;
  font-weight: 700;
  flex-direction: column;
  margin-top: 10px;
  line-height: 1.2;
}

.flow__item-number--sm {
  font-size: 11px;
  display: block;
  margin-bottom: -4px;
}

.flow__item-number-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -38px;
  width: 80px;
  height: 80px;
}

.flow__btn {
  margin-top: 70px;
  text-align: center;
}

@media(max-width: 1279px) {

  .flow__btn {
      margin-top: 70px;
  }

  .flow__item-number {
      font-size: 28px;
  }

  .flow-lv3-heading {
      font-size: 22px;
  }

  .flow__item-txt {
      font-size: 15px;
  }

}

@media(max-width: 959px) {
  .flow__list {
      margin: -50px 0 0 -20px;
      padding-top: 50px;
      gap: 26px 25px;
  }

  .flow__item-number-wrap {
      width: 67px;
      height: 67px;
  }

  .flow__item-box {
      padding-left: 16px;
      padding-right: 16px;
  }

  .flow-lv3-heading {
      font-size: 18px;
  }

  .flow__item-txt {
      font-size: 14px;
  }

  .flow__item-box {
      min-height: 378px;
  }
}
.cau {
	font-size: 12px;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
  .flow::before {
    border-width: 50px 0px 0px 50vw;
  }
  .flow::after {
    border-width: 0px 0px 50px 50vw;
  }
  .flow .inner .title_st01 {
      font-size: 22px;
  }
  .flow__list {
      gap: 24px;
  }
  .flow__item {
      width: calc((100% - 24px) / 2);
      margin-top: 38px;
      position: relative;
      z-index: 0;
  }
  .flow__item-box {
      min-height: 274.2px;
  }

  .flow__item:nth-child(1) .flow__item-box-icon {
      height: 50px;
  }
  .flow__item:nth-child(2) .flow__item-box-icon {
      height: 60px;
  
  }
  .flow__item:nth-child(3) .flow__item-box-icon {
      height: 60px;
  }
  .flow__item:nth-child(4) .flow__item-box-icon {
      height: 60px;
  }
  .flow__item:nth-child(5) .flow__item-box-icon {
      height: 50px;
  }
  .flow__item:nth-child(6) .flow__item-box-icon {
      height: 60px;
  }

  .flow .case {
      padding: 82px 0 50px;
  }

  .flow .case .btn {
      margin: 1em auto 0;
      height: 52pt;
      width: 100%;
  }

  .flow .case .btn a {
      font-size: 20px;
  }

  .flow .case .btn a:before {
      width: 0.5em;
      height: 0.5em;
      right: 1em;
  }
}

@media(max-width: 743px) {
  .flow {
      padding-top: 18px;
      padding-bottom: 97px;
      /* background-image: url(../filelist/bg_flow_sp.png); */
  }

  .flow__list {
      display: block;
      margin: 0;
      padding-top: 60px;
  }

  .flow__item {
      margin: 0 auto;
      width: 100%;
      max-width: 350px;
  }

  .flow__item-box {
      padding: 50px 24px 16px;
      min-height: 250px;
  }
  .flow__item:nth-child(6) .flow__item-box {
      padding-top: 42px;
  }

  .flow__item-number {
      font-size: 28px;
  }

  .flow__item + .flow__item {
      margin-top: 41px;
  }

  .flow__btn {
      margin-top: 60px;                                    
  }

  .flow__item-number--sm {
      font-size: 13px;
  }

  .flow-lv3-heading {
      font-size: 22px;
  }

  .flow__item-txt {
      font-size: 16px;
  }

  .flow__btn {
      margin-top: 32px;
  }
}

@media(max-width: 479px) {
  .flow-lv3-heading {
      font-size: 20px;
  }

  .flow__item-txt {
      font-size: 13px;
  }

  .flow__item-number--sm {
      font-size: 10px;
  }

  .flow__item-number {
      font-size: 26px;
  }
}

/* ご利用者の声 */
/*============================*/
.swiper-container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2em;
  position: relative;
}

.swiper,
.swiper2 {
  overflow-x: hidden;
}

.swiper-wrapper {
box-sizing: border-box;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal {
  bottom: 0;
  top: auto;
  max-width: 500px;
  width: 69%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: #DEDEDE;
  height: 6px;
  border-radius: 6px;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #A17B40;
  border-radius: 60px;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-button-prev2,
.swiper-button-next2 {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background-color: #A17B40;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.swiper-button-next,
.swiper-button-next2 {
  padding-left: 3px;
}


.swiper-button-prev::after,
.swiper-button-next::after,
.swiper-button-prev2::after,
.swiper-button-next2::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 26px;
  margin: auto;
  width: 16px;
  position: static;
  display: block;
  box-shadow: none;
}

/* 前への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-prev2::after {
  background-image: url(../filelist/icon_arrow-left.png);
}
/* 次への矢印カスタマイズ */
.swiper-button-next::after,
.swiper-button-next2::after {
  background-image: url(../filelist/icon_arrow-right.png);
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next2.swiper-button-disabled,
.swiper-button-prev2.swiper-button-disabled {
  opacity: .4;
  cursor: auto;
  pointer-events: none;
  display: flex;
}


@media screen and (max-width: 767px) {
  
  .swiper-button-prev,
  .swiper-button-next,
  .swiper-button-prev2,
  .swiper-button-next2 {
      width: 40px;
      height: 40px;
      top: 46.5%;
  }

  .swiper-button-prev:after,
  .swiper-button-next:after,
  .swiper-button-prev2:after,
  .swiper-button-next2:after {
      content: "";
      height: 17px;
      width: 10.5px;
  }
}


@media screen and (max-width: 767px) {
  .swiper-pagination2 {
      bottom: 5px !important;
  }

}
.voice {
  background: rgba(161, 123, 64, 0.1);
  padding: 80px 0;
}
.voice p {
  margin-bottom: 0;
}

.voice h2 {
  color: #A17B40;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
}

.voice__item,
.voice ul li .txt1,
.voice ul li p {
  font-size: 14px;
  color: #002536;
  font-weight: 500;
}

.voice  ul li .voice__item-header-content p.txt1 {
  font-size: 16px;
}
.voice__item-header {
  display: flex;
  align-items: center;
  gap: 1em;
  margin-bottom: 0.7em;
  min-height: 125px;
  font-weight: 700;
}
.voice__item-header-img {
  width: 7.2em;
}
.voice__item-header-content {
  width: calc(100% - 7.2em - 1em);
}
.voice .ttl1, .voice .ttl2, .voice ul li p.txt1, .voice ul li p {
  margin-top: 0;
  
}
.voice .ttl1, .voice .ttl2 {
  color: #A17B40;
}

.voice ul.slick_list {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}

.voice ul li.swiper-slide {
  margin: 0;
  width: auto;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  padding-bottom: 10px;
}

.voice .swiper-box {
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
  border: 1px solid #EFEFEF;
  background-color: #fff;
  padding: 16px 26.5px;
  min-height: 565px;

}
.voice ul li h3.ttl2 {
  background: none;
  padding-left: 0;
  border-bottom: none;
  padding-top: 0;
  height: auto;
  margin-bottom: 0.4em;
  line-height: 1.34;
  font-weight: 700;
  font-size: 20px;
  text-align: justify;
}
.voice__content {
  display: flex;
  flex-direction: column;
  gap: 1.2em;
  font-weight: 500;
  text-align: justify;
}

.voice .swiper2 .swiper-slide .swiper-box {
  position: relative;
  transition: .4s all;
}

.voice .swiper2 .swiper-slide .swiper-box::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 9pt;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  transition: .4s all;
  opacity: 1;
}

.voice .swiper2 .swiper-slide-active .swiper-box::after {
  opacity: 0;
}

.voice .swiper-button-prev2,
.voice .swiper-button-next2 {
  top: 44%;
}
.voice .swiper-button-prev2 {
  left: 15%;
}
.voice .swiper-button-next2 {
  right: 15.5%;
}

.swiper-pagination2 {
  position: absolute;
  bottom: -7px!important;
  z-index: 0;
  display: flex;
  justify-content: center;
}

.swiper-pagination2 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 9px!important;
  background: #fff;
  opacity: 1;
}

.swiper-pagination2 .swiper-pagination-bullet-active {
  background-color: #A17B40;
  position: relative;
}

.swiper-pagination2 .swiper-pagination-bullet-active::after {
  position: absolute;
  border: 1px solid #A17B40;
  width: 14px;
  height: 14px;
  border-radius: 90px;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.voice__cau {
  font-size: 12px;
  position: absolute;
  bottom: 13px;
  right: 15.5%;
}
.voice .br {
  display: none;
}
.voice .voice__content .br {
  display: block;
}

@media screen and (max-width: 1100px) {
  .voice .swiper-box {
    min-height: 780px;
}
}
@media screen and (max-width: 767px) {
  .voice {
      padding: 3pc 0;
  }
  .voice .swiper-container {
      padding-bottom: 3em;
  }

  .voice ul.slick_list {
      margin-bottom: 0;
  }
  .voice .swiper-box {
      padding: 16px;
      min-height: 460px;
  }

  .voice__item-header {
      gap: 0.8em;
  }

  .voice__item-header-img {
      width: 6.8em;
  }

  .voice__item-header-content {
      width: calc(100% - 6.8em - 0.8em);
  }

  .voice__item-header {
      min-height: 97.5px;
  }
  .voice__item,
  .voice ul li .txt1,
  .voice .ttl1 {
      font-size: 10px;
  }

  .voice  ul li .voice__item-header-content p.txt1 {
    font-size: 10px;
    font-feature-settings: "palt";
  }
  .voice .voice__content p {
      font-size: 12px;
      line-height: 1.25;
  }
  .voice__skill {
      min-height: 60.5px;
  }

  .voice ul li h3.ttl2 {
      font-size: 13px;
  }

  .voice .swiper-button-prev2,
  .voice .swiper-button-next2 {
      top: 47.8%;
  }
  .voice .swiper-button-prev2 {
      left: 4%;
  }
  .voice .swiper-button-next2 {
      right: 3.5%;
  }

  .swiper-button-prev2::after,
  .swiper-button-next2::after {
      content: "";
      height: 17px;
      width: 10.5px;
  }

  .voice__cau {
      font-size: 10px;
      bottom: 29px;
      right: 11.5%;
  }

  .voice .br_pc {
      display: none;
  }

  .voice .br {
      display: block;
  }

  .voice .voice__content .br {
      display: none;
  }
}

/* 案件事例 */
/*============================*/
.case {
  background-color: #003A5E;
  padding: 74px 0 72px;
}
.case .swiper-container {
  width: 90%;
}
.case__ttlBox, .txt {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.case__ttlBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 36px;
}
.case__ttlBox h2 {
  font-size: 35px;
}
.case__ttlBox p {
  font-size: 20px;
  position: relative;
  margin-bottom: 0;
}
.case__ttlBox p::before,
.case__ttlBox p::after {
  content: "";
  background-color: #fff;
  width: 52px;
  height: 1px;
  position: absolute;
  top: 18px;
}
.case__ttlBox p::before {
  left: -68px;
}
.case__ttlBox p::after {
  right: -68px;
}
.case .swiper-container {
  max-width: 960px;
}
.case ul {
  width: 100%;
  display: flex;
  padding-bottom: 18px;
}
.case ul li .swiper-box {
  padding: 0.8em 1.2em;
  background-color: #fff;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.16);
  min-height: 543px;
}

.case ul li {
  padding: 0;
  background-color: transparent;
  width: auto;
  box-shadow: none;
  min-height: 0;
  border: none;
  border-radius: 0;
}

.case ul li h3 {
  border-bottom: 2px solid #ECECEC;
  padding-bottom: 1.3em;
  margin-bottom: .5em;
  font-size: 18px;
  color: #A17B40;
  font-weight: 700;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 100.98px;
  word-break: break-all;
  text-align: justify;
}
.case dl dt,
.case dl dd {
  font-size: 14px;
  margin-top: 0;
}
.case dl dt {
  width: 2.3em;
}

.case ul li img {
  width: 1.57em;
}
.case .txt1 {
  margin-top: 0;
  margin-bottom: 5px;
  min-height: 144px;
  font-feature-settings: "palt";
  text-align: justify;
}
.case dl {
  align-items: center;
  margin-bottom: 1.8em;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6em 0;
}

.case dl dd {
  width: calc(100% - 2.5em);
  color: #002536;
  font-weight: 500;
}
.case dl dd:nth-of-type(1) {
  font-weight: 400;
  font-size: clamp(13.5px, 14 / 1440 * 100vw, 14px);
}

.case dl dd:nth-of-type(1) > *:nth-of-type(1) {
  font-size: 24px;
}
.case dl dd:nth-of-type(1) > *:nth-of-type(2) {
  font-size: clamp(26px, 28 / 1440 * 100vw, 28px);
  color: #D85100;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.case dl dd.not-open {
  font-size: 24px;
}

.case .tag {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em 0.4em;
}

.case .tag > * {
  font-weight: 700;
  color: #A17B40;
  font-size: 11px;
  border: 1px solid #A17B40;
  padding: 1px 12px 3px 12px;
  border-radius: 51px;
}

.swiper-button-prev,
.swiper-button-next {
  top: 48%;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: -5%;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: -5%;
}

.case .swiper-scrollbar.swiper-scrollbar-horizontal {
  bottom: 0;
  top: auto;
  max-width: 500px;
  width: 69%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: #DEDEDE;
  height: 6px;
  border-radius: 6px;
  padding: 0;
}

.swiper-scrollbar .swiper-scrollbar-drag {
  background: #A17B40;
  border-radius: 60px;
}

.case .txt {
  text-align: center;
  font-size: clamp(16px, 23 / 1440 * 100vw, 23px);
  margin-bottom: 62px;
}
.case .txt2 .br {
  display: none;
}

.case .txt2 {
  text-align: center;
  color: #fff;
  font-size: clamp(16px, 30 / 1440 * 100vw, 30px);
  letter-spacing: 0.06em;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 60px;
  margin-bottom: 0;
}
.case .txt2 > * {
  color: #A17B40;
}

.case dl dd:nth-of-type(1) {
  letter-spacing: -0.05em;
}
@media screen and (max-width: 840px) {
  .case ul li .swiper-box {
    padding: 0.8em 0.8em 2.2em;
    min-height: 645px;
  }
}
@media screen and (max-width: 767px) {
  .case .swiper-container {
    width: 100%;
  }
  .case__ttlBox {
    gap: 16px;
    margin-bottom: 30px;
  }
  .case__ttlBox h2 {
    font-size: 22px;
  }
  .case__ttlBox p {
    font-size: 14px;
  }
  .case__ttlBox p::before,
  .case__ttlBox p::after {
    width: 26px;
    top: 12.5px;
  }
  .case__ttlBox p::before {
    left: -36px;
  }
  .case__ttlBox p::after {
    right: -36px;
  }
  .swiper-container {
      padding-bottom: 0.7em;
  }
  ul.slick_list {
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 0;
  }
  .case ul li {
      margin: 0;
  }
  .case ul li .swiper-box {
      min-height: 456px;
      padding-bottom: 1.4em;
  }

  .case ul li h3 {
      font-size: 16px;
      min-height: 101px;

  }
  .case ul li h3 br {
      display: none;
  }

  .case .txt1 {
    min-height: 96px;
    font-size: 14px;
  }
  .swiper-button-prev,
  .swiper-button-next {
      width: 40px;
      height: 40px;
      top: 46.5%;
  }

  .swiper-button-prev:after,
  .swiper-button-next:after {
      content: "";
      height: 17px;
      width: 10.5px;
  }

  .swiper-button-prev, .swiper-rtl .swiper-button-next {
      left: 4%;
  }
  .swiper-button-next, .swiper-rtl .swiper-button-prev {
      right: 7%;
  }
  .case .txt2 .br {
      display: block;
  }

  .case .txt {
      font-size: 16px;
      max-width: 340px;
      margin: 0 auto 32px;
  }

  .case .txt2 {
    font-size: 16px;
  }
  .case .txt2 > * {
    font-size: 22px;
  }
}


@media(max-width: 743px) {
  .case dl dt {
    width: 2em;
  }
  .case dl dd {
    width: calc(100% - 2.1em);
  }
  .case dl dd:nth-of-type(1) {
    letter-spacing: -0.05em;
  }

  .case dl dd:nth-of-type(1) {
      font-size: 13.5px;
  }

  .case dl dd.not-open {
    font-size: 22px;
  }

  .case dl dt, .case dl dd {
      margin-top: 0;
  }

  .case dl dt:nth-of-type(2),
  .case dl dd:nth-of-type(2) {
      margin-top: 0.2em;
  }
  .case dl {
      margin-bottom: 1.3em;
      gap: 0.35em 0;
  }
}
@media screen and (max-width: 480px) {
  .case ul li .swiper-box {
    min-height: 540px;
}
.case .txt1 {
  min-height: 126px;
}
}
@media(max-width: 420px) {
  .case ul li h3 {
      min-height: 82px;
      padding-bottom: 0.5em;

  }

  .case .txt1 {
    min-height: 152px;
  }

}


/* 強み */
/*============================*/
.strength {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../filelist/bg_strength.jpg);
  padding: 72px 0 74px;
}
.strength::before {
  content: none;
}
.strength .l_point {
  margin-bottom: 0;
}
.strength .l_point dl dd,
.strength .l_point dl dd .brown_small {
  font-size: 16px;
}
.strength .l_point dl {
  margin-bottom: 0;
}
.strength .l_point dl dd {
  padding: 40px 24px 30px;
  text-align: left;
  min-height: 214px;
}

.strength .l_point dl dt:after {
  bottom: -60px;
  border-top: 40px solid #a17b40;
  border-right: 40px solid rgba(221, 221, 221, 0);
  border-bottom: 40px solid rgba(221, 221, 221, 0);
  border-left: 40px solid rgba(221, 221, 221, 0);
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  right: auto;
}

@media screen and (max-width: 750px) {
  .strength {
    padding: 31.5px 0 65px;
  }
  .strength .l_point {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .strength .l_point dl {
      display: block;
  }
  .strength .l_point dl dt,
  .strength .l_point dl dd {
    width: 100%;
  }
  .strength .l_point dl dt {
    font-size: 16px;
  }
  .strength .l_point dl dd,
  .strength .l_point dl dd .brown_small {
    font-size: 14px;
  }
  .strength .l_point dl dd {
    min-height: 1px;
    padding: 20px 12px;
  }

  .strength .l_point dl dt:after {
    bottom: -78px;
    border-top: 18px solid #a17b40;
    border-right: 30px solid rgba(221, 221, 221, 0);
    border-bottom: 18px solid rgba(221, 221, 221, 0);
    border-left: 30px solid rgba(221, 221, 221, 0);
  }
}

/* main */
/*============================*/
.main {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../filelist/main.jpg);
  padding: 134px 0 115px;
  overflow-x: hidden;
}
.main_inner {
  width: 78%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.main_inner > * {
  width: calc(711 / 1120* 100%);
  position: relative;
  z-index: 2;
}
.main .main_cp {
  position: static;
  width: 100%;
  margin-bottom: 80px;
}
.main_cp-top {
  background-color: rgba(0, 37, 54, 0.8);
  color: #fff;
  letter-spacing: 0.06em;
  font-weight: 500;
  font-size: clamp(14px, 20 / 1440 * 100vw, 20px);
  text-align: center;
  padding: 10px 10px 14px;
  margin-bottom: 20px;
}
.main_cp-top p {
  line-height: 1.2;
  margin: 0;
}
.main_cp-top span {
  color: #EFBF83;
  font-size: clamp(18px, 30 / 1440 * 100vw, 30px);
  font-weight: 600;
}
.main_cp-ttl {
  text-align: center;
  margin-bottom: 40px;
}

.main_cp h1 {
  color: #A17B40;
  font-weight: 700;
  font-size: clamp(24.5px, 46 / 1440 * 100vw, 46px);
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-shadow: 0px 0px 18px #fff;
  text-align: center;
  position: relative;
  display: inline-block;
}
.main_cp h1 span:nth-child(n+2) {
  position: absolute;
  top: 0;
  left: 0;
}
.main_cp .br {
  display: none;
}
.main_cp > p {
  color: #fff;
  font-size: clamp(13px, 20 / 1440 * 100vw, 20px);
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 0;
}

.main .btn {
  position: static;
  width: 100%;
  border-radius: 8px;
}

.main .btn span {
  position: relative;
  width: auto;
  font-size: clamp(15px, 24 / 1440 * 100vw, 24px);
}

.main .btn span::after {
  content: "";
  width: clamp(20px, 40 / 1440 * 100vw, 40px);
  height: clamp(20px, 40 / 1440 * 100vw, 40px);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../filelist/icon_cta-arrow.png);
  position: absolute;
  right: -20%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .main {
    background-image: url(../filelist/main_sp.jpg);
    padding: 45px 0 28px;
  }
  .main_inner {
    width: 88%;
  }
  .main_inner > * {
    width: 100%;
    max-width: 460px;
  }
  .main_cp-top {
    padding: 10px;
    margin-bottom: 14px;
  }
  .main_cp-ttl {
    margin-bottom: 22px;
  }
  .main .main_cp {
    margin-bottom: 40px;
  }
  .main_cp .br {
    display: block;
  }

  .main .btn span::after {
    right: -12%;
  }

  .main .main_person {
    right: -11%;
    width: 59.4%;
    bottom: -0.5%;
  }
}

.flow__item:nth-child(4) .flow__item-box {
    padding-top: 61px;
}