@charset "UTF-8";

body {
  position: relative;
  color: #0e0e0e;
  font-size: 16px;
  line-height: 1;
  font-family: 'Lato', 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 600;
  word-wrap: break-word;
}

del {
  text-decoration: line-through; 
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; 
}

input, select {
  vertical-align: middle; 
}

hr, .areaAnchor {
  display: none; 
}

acronym, abbr {
  cursor: help; 
}

option {
  padding-right: 10px; 
}

button {
  border: none;
  background-color: transparent;
}

h1, h2, h3, h4, h5, h6, div, p, pre, ul, ol, dl, dt, dd, address, form, blockquote, small {
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
  line-height: 1.7;
  text-align: left; 
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; 
}

p {
  margin: 0 auto 20px; 
}

img {
  border: none;
  vertical-align: bottom;
  -o-object-fit: cover;
  object-fit: cover; 
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  empty-cells: show;
  font-size: 16px;
  width: 100%; 
}

figure {
  position: relative;
  height: 100%;
}

figcaption {
  color: #fff;
  font-size: 50%;
  position: absolute;
  bottom: 15px;
  right: 15px;
}

address {
  font-style: normal; 
}

ul, ul li {
  list-style: none; 
}

ol li {
  margin: 0 auto 20px; 
}

/* リンク */
a {
  color: #000;
  text-decoration: none;
  outline: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in; 
}
a.line:link {
  text-decoration: underline; 
}
a.line:hover, a.line:active {
  text-decoration: none; 
}

a:link {
  color: #000;
  text-decoration: none;
  outline: none; 
}
a:visited {
  color: #000; 
}
a:hover {
  color: #000;
}
a:active {
  color: #000; 
}

a:hover img {
  opacity: 0.8;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

/* clearfix */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; 
}
* html .clearfix,
* html .clearfix {
  height: 1%; 
}
.clearfix {
  display: block; 
}

/*********** 
汎用CSS
************/
.mt00 {  margin-top: 0 !important; }
.mt05 {  margin-top: 5px !important; }
.mt10 {  margin-top: 10px !important; }
.mt15 {  margin-top: 15px !important; }
.mt20 {  margin-top: 20px !important; }
.mt25 {  margin-top: 25px !important; }
.mt30 {  margin-top: 30px !important; }
.mt35 {  margin-top: 35px !important; }
.mt40 {  margin-top: 40px !important; }
.mt45 {  margin-top: 45px !important; }
.mt50 {  margin-top: 50px !important; }

.mr00 {  margin-right: 0 !important; }
.mr05 {  margin-right: 5px !important; }
.mr10 {  margin-right: 10px !important; }
.mr15 {  margin-right: 15px !important; }
.mr20 {  margin-right: 20px !important; }
.mr25 {  margin-right: 25px !important; }
.mr30 {  margin-right: 30px !important; }
.mr35 {  margin-right: 35px !important; }
.mr40 {  margin-right: 40px !important; }
.mr45 {  margin-right: 45px !important; }
.mr50 {  margin-right: 50px !important; }

.mb00 {  margin-bottom: 0 !important; }
.mb05 {  margin-bottom: 5px !important; }
.mb10 {  margin-bottom: 10px !important; }
.mb15 {  margin-bottom: 15px !important; }
.mb20 {  margin-bottom: 20px !important; }
.mb25 {  margin-bottom: 25px !important; }
.mb30 {  margin-bottom: 30px !important; }
.mb35 {  margin-bottom: 35px !important; }
.mb40 {  margin-bottom: 40px !important; }
.mb45 {  margin-bottom: 45px !important; }
.mb50 {  margin-bottom: 50px !important; }
.mb55 {  margin-bottom: 55px !important; }
.mb60 {  margin-bottom: 60px !important; }

.ml00 {  margin-left: 0 !important; }
.ml05 {  margin-left: 5px !important; }
.ml10 {  margin-left: 10px !important; }
.ml15 {  margin-left: 15px !important; }
.ml20 {  margin-left: 20px !important; }
.ml25 {  margin-left: 25px !important; }
.ml30 {  margin-left: 30px !important; }
.ml35 {  margin-left: 35px !important; }
.ml40 {  margin-left: 40px !important; }
.ml45 {  margin-left: 45px !important; }
.ml50 {  margin-left: 50px !important; }

.pt00 {  padding-top: 0 !important; }
.pt05 {  padding-top: 5px !important; }
.pt10 {  padding-top: 10px !important; }
.pt15 {  padding-top: 15px !important; }
.pt20 {  padding-top: 20px !important; }
.pt25 {  padding-top: 25px !important; }
.pt30 {  padding-top: 30px !important; }
.pt35 {  padding-top: 35px !important; }
.pt40 {  padding-top: 40px !important; }
.pt45 {  padding-top: 45px !important; }
.pt50 {  padding-top: 50px !important; }

.pr00 {  padding-right: 0 !important; }
.pr05 {  padding-right: 5px !important; }
.pr10 {  padding-right: 10px !important; }
.pr15 {  padding-right: 15px !important; }
.pr20 {  padding-right: 20px !important; }
.pr25 {  padding-right: 25px !important; }
.pr30 {  padding-right: 30px !important; }
.pr35 {  padding-right: 35px !important; }
.pr40 {  padding-right: 40px !important; }
.pr45 {  padding-right: 45px !important; }
.pr50 {  padding-right: 50px !important; }

.pb00 {  padding-bottom: 0 !important; }
.pb05 {  padding-bottom: 5px !important; }
.pb10 {  padding-bottom: 10px !important; }
.pb15 {  padding-bottom: 15px !important; }
.pb20 {  padding-bottom: 20px !important; }
.pb25 {  padding-bottom: 25px !important; }
.pb30 {  padding-bottom: 30px !important; }
.pb35 {  padding-bottom: 35px !important; }
.pb40 {  padding-bottom: 40px !important; }
.pb45 {  padding-bottom: 45px !important; }
.pb50 {  padding-bottom: 50px !important; }

.pl00 {  padding-left: 0 !important; }
.pl05 {  padding-left: 5px !important; }
.pl10 {  padding-left: 10px !important; }
.pl15 {  padding-left: 15px !important; }
.pl20 {  padding-left: 20px !important; }
.pl25 {  padding-left: 25px !important; }
.pl30 {  padding-left: 30px !important; }
.pl35 {  padding-left: 35px !important; }
.pl40 {  padding-left: 40px !important; }
.pl45 {  padding-left: 45px !important; }
.pl50 {  padding-left: 50px !important; }

.roman {
  font-family: "EB Garamond", Georgia, "Times New Roman", Times, serif; 
}

.mincyo {
  font-family: "EB Garamond", "Shippori Mincho", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif; 
}

.ss {
  font-size: 10px;
  line-height: 1.7; 
}

.s {
  font-size: 12px;
  line-height: 1.7; 
}

.m {
  font-size: 16px;
  line-height: 1.7; 
}

.l {
  font-size: 20px;
  line-height: 1.5; 
}

.ll {
  font-size: 24px;
  line-height: 1.5; 
}

.bold {  font-weight: bold !important; }
.normal {  font-weight: normal !important; }

.tl {  text-align: left !important; }
.tr {  text-align: right !important; }
.tc {  text-align: center !important; }

.vt {  vertical-align: top !important; }
.vm {  vertical-align: middle !important; }
.vb {  vertical-align: bottom !important; }

.clear {  clear: both; }
.cl {  clear: left; }
.cr {  clear: right; }

.black {  color: #333 !important; }
.brown {  color: #C69C6D !important; }
.blue {  color: #0071ba !important; }
.green {  color: #009E84 !important; }
.grey {  color: #999 !important; }
.orange {  color: #F15A24 !important; }
.red {  color: #c01c30 !important; }
.white {  color: #FFFFFF !important; }
.yellow {  color: #F6CF60 !important; }
.l-yellow {  color: #F6FF00 !important; }

.fl {
  float: left !important; 
}
.fr {
  float: right !important; 
}

.pc {
  display: block !important; 
}
.sp {
  display: none !important;
}
.pc.il {
  display: inline-block !important; 
}

/* header */
.header-wrapper {
  display: flex;
  justify-content: space-around;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000; 
  background: #fff;
  gap: 30%;
}
.logo {
  margin: 20px;
}
.btn-icon {
  margin-bottom: 7px;
  margin-right: 7px;
  width: 20px;
}
a.header-btn {
  font-size: 110%;
  margin: 20px;
  background: linear-gradient(180deg, #fd7102 0%, #d54c02 100%);
  padding: 15px 30px;
  color: #fff;
  border-radius: 4px;
}

/* main */
main {
  margin-top: 100px;
}
.fv {
  background-image: url(../images/fv.jpg);
  width: 100vw;
  height: 754px;
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  position: relative;
}
.fv-ttl {
  font-size: calc(20px + 75*(100vw - 479px) /(1920 - 479));
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
  line-height: 160px;
  position: absolute;
  top: 20px;
  left:clamp(30px,10vw,200px);
}
.fv-ttl span.blue {
  font-size: 120%;
  color: #125fa7;
  letter-spacing: -0.15em;
}
.fv-ttl span.big {
  font-size: 150%;
  letter-spacing: 1px;
}
.cv-area {
  position: absolute;
  bottom: 40px;
  left: clamp(30px, 10vw, 200px);
  background-color: #fff;
  border-radius: 10px;
  padding: 35px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
  height: auto;
  width: calc(45vw - 50px);
  padding: clamp(20px, 2vw, 35px);
  box-sizing: border-box;
}
.cv-list {
  display: flex;
  gap: 30px;
  justify-content: center;
  text-align: center;
  align-items: end;
}
.cv-list .icon {
  display: block;
  width: 100%;
  margin: 0 auto 20px;
}
a.cv-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 150%;
  margin: 0 auto;
  background-color: #fd7102;
  color: #fff;
  border-radius: 9999px;
  background-repeat: no-repeat;
  background-image: url(../images/right-arrow.svg), linear-gradient(180deg, #fd7102 0%, #d54c02 100%);
  padding: 15px 50px 15px 30px;
  background-position: right 20px center, center;
  background-size: 13px auto, cover;
  font-size:clamp(15px,1.4vw,24px);
  padding:18px 50px 18px 30px;
}
a.cv-btn .btn-icon {
  margin: 0 10px 0 0;
  width: clamp(15px, 2vw, 30px);
}

/* contents */
.blue-bg {
  background: #f7fafc;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.inner {
  margin: 0 auto;
  padding: 100px 20px;
  max-width: 1200px;
  text-align: center;
}
.sec2-cont.inner {
  padding: 100px 20px 0px;
}
h2 {
  text-align: center;
  font-size: calc(25px + 10*(100vw - 479px) /(1920 - 479));
  margin-bottom: 30px;
}
h3 {
  text-align: center;
  font-size: calc(18px + 10 * (100vw - 479px) / (1920 - 479));
}
p {
  text-align: center;
  font-size: calc(15px + 10 * (100vw - 479px) / (1920 - 479));
}

/* sec1 */
.problem-list {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  gap: 20px;
  flex-wrap: wrap;
}
.problem-list li {
    padding: 30px 0;
    border: 1px solid #0d3868;
    border-radius: 4px;
    width: calc((100% - 40px) / 3);
    box-sizing: border-box;
    color: #0d3868;
    font-size: calc(16px + 10 * (100vw - 479px) / (1920 - 479));
    display: flex;
    justify-content: center;
    align-items: center;
}
.problem-list .icon {
  width: 10%;
  margin-right: 10px;
}
.problem-list li:nth-child(3) .icon {
  width: 6%;
}
.problem-list li:nth-child(1) .icon, .problem-list li:nth-child(2) .icon, .problem-list li:nth-child(5) .icon {
  width: 12%;
}
.sec1-cont h2 {
  text-align: center;
  color: #0d3868;
  font-size: calc(25px + 10*(100vw - 479px) /(1920 - 479));
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}
.sec1-cont h2:before {
  content: ""; 
  display: inline-block;
  width: 120%;
  height: 120%;
  background-image: url(../images/moyamoya.svg);
  background-size: contain; 
  background-repeat: no-repeat;
  position: absolute;
  background-position: left center;
  left: -18%;
  bottom: 20px;
}

.blue-line {
  background: linear-gradient(transparent 70%, #d2e8f5 50%);
  padding: 0px 5px;
  width: fit-content;
}

/* sec2 */
.sec2-cont h2 {
  color: #e05002;
  border: 2px solid #e05002;
  border-radius: 9999px;
  padding: 20px;
  display: inline-block;
}
.sec2-cont .big-txt {
  text-align: center;
  font-size: calc(18px + 10 * (100vw - 479px) / (1920 - 479));
  margin-bottom: 70px;
}
.sec2-cont .big-txt span.orange {
  color: #e05002;
}
.sec2-cont .ex-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.sec2-cont .ex-list li img {
  width: 100%;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
}
.sec2-cont .cv-area {
  position: static;
  margin: 70px auto 100px;
  width: 80%;
}
.sec2-cont .cv-area a.cv-btn {
  max-width: 650px;
  width: 100%;
}
.flow .flow-list {
  list-style-type: none;
  display: flex;
  justify-content: left;
  margin: 40px auto 0;
  gap: 40px;
}
.flow .flow-list + .flow-list {
  justify-content: right;
}
.flow .flow-list li {
  color: #0d3868;
  background: #fff;
  font-size: calc(15px + 10 * (100vw - 479px) / (1920 - 479));
  border: 1px solid #0d3868;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  padding: 10px 20px;
  margin: 0;
  position: relative;
  width: 25%;
}
.flow .flow-list li + li:before {
  content: ""; 
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(../images/orenge-arrow.svg);
  background-size: contain; 
  background-repeat: no-repeat;
  position: absolute;
  background-position: left center;
  left: -30px;
}
.flow .flow-list li span {
  font-size: calc(18px + 10 * (100vw - 479px) / (1920 - 479));
}
.point {
  padding: 50px 0;
}
.point .point-list {
  display: flex;
  justify-content: center;
}
.point .point-list li {
  color: #0d3868;
  background: #fff;
  font-size: calc(13px + 2 * (100vw - 479px) / (1920 - 479));
  text-align: center;
  margin: 0;
  width: 20%;
  position: relative;
  border-left: 1px solid #0d3868;;
}
.point .point-list li .icon {
  width: 17%;
  display: block;
  margin: 0 auto 10px;
}
.point .point-list li:nth-child(4) {
  border-right: 1px solid #0d3868;
}
.point-list li:nth-child(1) .icon {
  width: 22%;
}
.point-list li:nth-child(2) .icon, .point-list li:nth-child(3) .icon, .point-list li:nth-child(4) .icon {
  width: 30%;
}
.dark-blue-bg {
  background-color: #0c3562;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.cv .cv-area {
  margin: 0px auto;
}
.cv .cv-area p {
  margin-top: 20px;
  margin-bottom: 0;
}
footer p {
  text-align: center;
  padding: 30px;
  font-weight: 300;
  font-size: 14px;
}

/* ========================================
   レスポンシブ調整
======================================== */
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

.fv-cont {
  position: relative;
  width: 100%;
  height: 100%;
}

.fv-sp-image {
  display: none;
}

/* ノートPC */
@media screen and (max-width: 1366px) {
  .header-wrapper {
    justify-content: space-between;
    gap: 24px;
    padding: 0 5vw;
  }

  .logo,
  a.header-btn {
    margin-left: 0;
    margin-right: 0;
  }

  .logo img {
    width: clamp(170px, 17vw, 230px);
  }

  .fv {
    background-position: 81% center;
  }

  .fv-ttl {
    left: clamp(30px, 6vw, 90px);
    max-width: 54vw;
    font-size: clamp(42px, 5vw, 72px);
    line-height: 1.32;
    top: 100px;
  }

  #fv .cv-area {
    left: clamp(30px, 6vw, 90px);
    width: min(44vw, 590px);
    bottom: 100px;
  }
}

/* タブレット・小型ノートPC */
@media screen and (max-width: 1024px) {
  main {
    margin-top: 82px;
  }

  .header-wrapper {
    min-height: 82px;
    padding: 0 28px;
  }

  .logo {
    margin: 14px 0;
  }

  a.header-btn {
    margin: 12px 0;
  }

  .fv {
    height: 610px;
    background-size: auto 100%;
    background-position: 81% center;
  }

  .fv-ttl {
    max-width: 52vw;
    font-size: clamp(34px, 5vw, 50px);
  }

  #fv .cv-area {
    width: min(44vw, 450px);
    padding: 18px;
  }

  .cv-list {
    gap: 8px;
  }

  .inner {
    padding-left: 24px;
    padding-right: 24px;
  }

  .problem-list li {
    width: calc((100% - 20px) / 2);
  }
}

/* スマートフォン */
@media screen and (max-width: 767px) {
  .pc {
    display: none !important; 
  }
  .sp {
    display: block !important;
  }
  body {
    font-size: 14px;
  }

  main {
    margin-top: 60px;
  }

  .header-wrapper {
    min-height: 60px;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 0 12px;
  }

  .logo {
    display: flex;
    align-items: center;
    width: min(46vw, 165px);
    margin: 0;
  }

  .logo img {
    display: block;
    width: 100%;
    height: auto;
  }

  a.header-btn {
    display: inline-flex;
    flex: 0 0 auto;
    justify-content: center;
    align-items: center;
    min-width: 92px;
    min-height: 36px;
    margin: 0;
    padding: 8px 12px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
  }

  a.header-btn .btn-icon {
    flex: 0 0 13px;
    width: 13px;
    height: auto;
    margin: 0 5px 0 0;
  }

  /* SP用FVはimg要素で全体を欠けずに表示 */
  .fv {
    width: 100%;
    height: auto;
    background: #fff;
  }

  .fv-sp-image {
    display: block;
    width: 100%;
    margin: 0;
    line-height: 0;
  }

  .fv-sp-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .fv-cont {
    height: auto;
    padding: 12px 12px 28px;
    background: #fff;
  }

  #fv .cv-area {
    position: static;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    padding: 12px;
    border-radius: 8px;
  }

  .cv-list {
    display: flex;
    gap: 5px;
    align-items: stretch;
  }

  .cv-list li {
    flex: 1 1 0;
    min-width: 0;
    margin: 0;
  }

  .cv-list .icon {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    object-fit: contain;
  }

  a.cv-btn {
    min-height: 44px;
    margin-top: 9px;
    padding: 10px 34px 10px 12px;
    background-position: right 14px center, center;
    background-size: 9px auto, cover;
    font-size: clamp(12px, 3.5vw, 15px);
    line-height: 1.35;
    text-align: center;
  }

  a.cv-btn .btn-icon {
    flex: 0 0 15px;
    width: 15px;
    height: auto;
    margin: 0 6px 0 0;
  }

  .inner,
  .sec2-cont.inner {
    width: 100%;
    max-width: none;
    padding: 48px 16px;
  }

  .sec2-cont.inner {
    padding: 48px 0 0;
  }

  h2,
  .sec1-cont h2 {
    margin-bottom: 24px;
    font-size: clamp(20px, 5.5vw, 25px);
    line-height: 1.5;
    display: block;
    padding-top: 50px;
  }

  .sec1-cont h2:before {
    left: 50%;
    transform: translateX(-50%);
    bottom: auto;
    top: 0;
    background-position: center center;
    width: 50%;
    height: 50%;
  }

  h3 {
    font-size: clamp(18px, 4.8vw, 22px);
    line-height: 1.5;
  }

  p {
    margin-bottom: 16px;
    font-size: clamp(14px, 3.8vw, 16px);
    line-height: 1.75;
  }

  .sec1-cont.inner {
    padding-top: 42px;
    padding-bottom: 46px;
  }

  .problem-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .problem-list li {
    width: auto;
    min-height: 84px;
    padding: 12px 6px;
    flex-direction: column;
    font-size: 12px;
    line-height: 1.45;
  }

  .problem-list .icon,
  .problem-list li:nth-child(1) .icon,
  .problem-list li:nth-child(2) .icon,
  .problem-list li:nth-child(3) .icon,
  .problem-list li:nth-child(5) .icon {
    width: 27px;
    max-width: 27px;
    height: 27px;
    margin: 0 0 7px;
    object-fit: contain;
  }

  .sec2-cont > h2 {
    display: block;
    margin: 0 16px 22px;
    padding: 13px 12px;
    border-radius: 16px;
    font-size: clamp(17px, 4.8vw, 22px);
  }

  .sec2-cont .big-txt {
    margin: 0 16px 34px;
    font-size: clamp(14px, 3.9vw, 17px);
    line-height: 1.8;
  }

  .sec2-cont .big-txt br {
    display: none;
  }

  .sec2-cont h3,
  .sec2-cont > div > p {
    padding-right: 16px;
    padding-left: 16px;
  }

  .sec2-cont .ex-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin: 22px 18px 20px;
  }

  .sec2-cont .ex-list li {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
  }

  .sec2-cont .ex-list li img {
    display: block;
  }

  .sec2-cont .cv-area {
    width: calc(100% - 32px);
    max-width: 520px;
    margin: 38px auto 56px;
    padding: 14px;
  }

  .sec2-cont .cv-area > p:first-child {
    margin-bottom: 12px;
  }

  .flow.inner {
    padding-top: 46px;
    padding-bottom: 48px;
  }

  .flow .flow-list,
  .flow .flow-list + .flow-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
    margin: 24px auto 0;
  }

  .flow .flow-list li {
    width: 100%;
    min-height: 66px;
    padding: 10px 15px;
    font-size: 14px;
  }

  .flow .flow-list li + li::before {
    width: 24px;
    height: 24px;
    top: -14px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }

  .flow .flow-list:nth-of-type(2) li:nth-of-type(1) {
    content: "";
    display: inline-block;
    background-image: url(../images/orenge-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    background-position: left center;
    width: 24px;
    height: 24px;
    top: -14px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }

  .flow .flow-list li span {
    font-size: 17px;
  }

  .point {
    padding: 38px 16px;
  }

  .point .point-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid #0d3868;
  }

  .point .point-list li {
    width: auto;
    min-height: 110px;
    padding: 16px 7px 0;
    border-right: 0;
    border-bottom: 1px solid #0d3868;
    border-left: 0;
    font-size: 11px;
    line-height: 1.5;
  }

  .point .point-list li:nth-child(odd) {
    border-right: 1px solid #0d3868;
  }

  .point .point-list li:last-child {
    border-right: 0;
  }

  .point .point-list li .icon,
  .point-list li:nth-child(1) .icon,
  .point-list li:nth-child(2) .icon,
  .point-list li:nth-child(3) .icon,
  .point-list li:nth-child(4) .icon {
    display: block;
    width: auto;
    max-width: 52px;
    height: 38px;
    margin: 0 auto 9px;
    object-fit: contain;
  }

  .cv.inner {
    padding: 48px 16px;
  }

  .cv .cv-area {
    width: 100%;
    margin: 0 auto;
  }

  .cv .cv-area p {
    margin-top: 14px;
  }

  footer p {
    padding: 18px 10px;
    font-size: 9px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 374px) {
  .header-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }

  .logo {
    width: 44vw;
  }

  a.header-btn {
    min-width: 86px;
    padding-right: 9px;
    padding-left: 9px;
    font-size: 11px;
  }

  .fv-cont {
    padding-right: 10px;
    padding-left: 10px;
  }

  .problem-list {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   SP FV：画像上にH1を重ね、問い合わせエリアは画像下に配置
   ========================================================= */
@media screen and (max-width: 767px) {
  #fv .fv {
    position: relative;
    overflow: hidden;
  }

  #fv .fv-sp-image {
    position: relative;
    z-index: 1;
  }

  #fv .fv-ttl {
    display: block;
    position: absolute;
    z-index: 2;
    top: clamp(30px, 2.6vw, 16px);
    left: clamp(30px, 3.4vw, 20px);
    width: 100%;
    margin: 0;
    color: #1a1310;
    font-size: clamp(23px, 7.4vw, 38px);
    line-height: 1.22;
    letter-spacing: 0;
    text-align: left;
    text-shadow:
      0 0 5px rgba(255,255,255,.98),
      0 0 10px rgba(255,255,255,.98),
      0 0 16px rgba(255,255,255,.9);
    pointer-events: none;
  }

  #fv .fv-ttl .blue {
    display: block;
    margin-top: .08em;
    color: #0071ba !important;
    font-size: 1em;
    line-height: 1.02;
    letter-spacing: 0;
    white-space: nowrap;
  }

  #fv .fv-ttl .big {
    font-size: 1.62em;
    line-height: 1;
    letter-spacing: -.04em;
  }

  #fv .fv-ttl .l-space {
    display: inline-block;
    margin-left: .08em;
    font-size: .72em;
    letter-spacing: -.08em;
    vertical-align: .12em;
  }

  /* 問い合わせエリアは画像の下に通常配置 */
  #fv .fv-cont {
    position: static;
    padding: 12px 12px 28px;
    background: #fff;
  }

  #fv .cv-area {
    position: static;
    z-index: auto;
  }
}

@media screen and (max-width: 374px) {
  #fv .fv-ttl {
    top: 12px;
    left: 10px;
    width: 70%;
    font-size: clamp(21px, 7.2vw, 27px);
  }
}

/* =========================================================
   SP FV H1：参考イメージに合わせて大きく表示
   顔・アンバサダー表記を避け、窓・背景部分への重なりは許容
   ========================================================= */
@media screen and (max-width: 767px) {
  #fv .fv-ttl {
    top: clamp(8px, 2.6vw, 16px);
    left: clamp(12px, 3.4vw, 20px);
    width: 100%;
    max-width: 100%;
    font-size: clamp(34px, 10.5vw, 54px);
    line-height: 1.18;
    letter-spacing: -.055em;
    text-shadow:
      0 0 10px rgba(255,255,255,1),
      0 0 10px rgba(255,255,255,1),
      0 0 14px rgba(255,255,255,1),
      0 0 14px rgba(255,255,255,1),
      0 0 14px rgba(255,255,255,.98),
      0 0 22px rgba(255,255,255,.88),
      0 0 22px rgba(255,255,255,.88);
  }

  #fv .fv-ttl .blue {
    width: 100%;
    margin-top: .05em;
    line-height: .94;
    white-space: normal;
  }

  #fv .fv-ttl .big {
    font-size: 1.88em;
    line-height: .88;
    letter-spacing: -.09em;
    white-space: nowrap;
  }

  #fv .fv-ttl .l-space {
    margin: .18em 0 0 0;
    font-size: .94em;
    line-height: 1;
    letter-spacing: -.12em;
    white-space: nowrap;
  }
}

@media screen and (max-width: 374px) {
  #fv .fv-ttl {
    top: 8px;
    left: 10px;
    width: 100%;
    font-size: clamp(32px, 10.5vw, 43px);
  }
}
