@charset "UTF-8";
/* reset.css
------------------------------------------ */
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;
}
html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body {
    line-height: 1;
    font-feature-settings: "palt" 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
li {
    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;
    text-decoration: none;
    color: #000;
}
/* 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;
}
img {
    width: 100%;
    vertical-align: bottom;
}
main {
    display: block;
}
/*border-box*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
}

/* 書式設定
------------------------------------------ */
body {
  font-family: "Noto Sans JP", sans-serif!important;
  font-optical-sizing: auto;
  font-size: 16px;
  font-weight: 700!important;
  font-style: normal;
  color: #1b1b1b;
  line-height: 1.6;
  letter-spacing: 0.7px;
}
p {
  font-weight: 700!important;
}
.dashicons-arrow-up-alt2:before {
  content: " "!important;
}
.asterisk {
  display: inline-block;
  margin-bottom: 4px;
}
.grecaptcha-badge {
  bottom:150px!important
}
.p-pagetop a {
  width: 68px !important;
  height: 68px !important;
  background: rgba(13,67,111,0.80) !important;
}
.p-pagetop a:hover {
  opacity: 0.7!important;
}
#to_top_scrollup {
  display: none!important;
}
/* パーツ設定
------------------------------------------ */
.contents {
  padding: 50px 20px;
}
.contents.contents02 {
  padding-top: 0;
}
.contents.contents-small {
  max-width: 760px;
  margin: auto;
}
.btn_arrow {
  position: relative;
}
.btn_arrow::before, .btn_arrow::after {
  position: absolute;
  content: "";
}
.btn_arrow::before {
  top: 20px;
  right: 30.5px;
  z-index: 1;
  border-top: 2px solid #1167d6;
  border-right: 2px solid #4f8ad6;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
}
.btn_arrow::after {
  top: 10px;
  right: 20px;
  z-index: 0;
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50px;
  background-color: #FFF;
}
.btn_arrow.btn_arrow02::before {
  top: 30.5px;
}
.btn_arrow.btn_arrow02::after {
  top: 20.5px;
}
.btn_arrow.btn_arrow03::before {
  width: 6px;
  height: 6px;
  top: 16px;
  right: 28px;
}
.btn_arrow.btn_arrow03::after {
  width: 20px;
  height: 20px;
  top: 8.5px;
}
.balloon-arrow::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 8px solid #f28449;
  border-bottom: 0;
  position: relative;
  left: 20px;
}
.balloon-arrow02 {
  position: relative;
}
.balloon-arrow02::after {
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 20px solid #0d436f;
  border-bottom: 0;
  border-radius: 5px;
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translate(-50%, 0);
}
.slash {
  position: relative;
}
.slash::before, .slash::after {
  content: '';
  display: block;
  width: 2px;
  height: 20px;
  background-color: #0b3973;
  position: absolute;
  bottom: 2px;
}
.slash::before {
  left: 10px;
  transform: rotate(-25deg);
}
.slash::after {
  right: -10px;
  transform: rotate(25deg);
}
.sc-ttl {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 900;
  text-align: center;
}
.under-line {
  display: inline;
  padding: 0 1px 0px;
  background: linear-gradient(transparent 60%, #fff600 0%);
}
.under-line.under-line02 {
  background: linear-gradient(transparent 70%, #fff600 0);
}
.bg-btn {
  background: linear-gradient(to bottom, #7ca3d6 40%, #1167d6);
}
.font-en {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings:    "wdth" 100;
}
.font-small {
  font-size: 70%;
}
.font-large {
  font-size: 120%;
}
.font-yellow {
  color: #fff600;
}
.font-blue {
  color: #1167d6;
}
.font-navy {
  color: #0d436f;
}
/* header
------------------------------------------ */
header {
  width: 100%;
  padding: 15px 0 10px 20px;
  position: relative;
  z-index: 10;
}
header .h_logo {
  width: 210px;
  padding-bottom: 3px;
}
/* ハンバーガーボタン*/
header .hamburger {
  width: 46px;
  height: 46px;
  position: fixed;
  top: 13px;
  right: 5px;
  z-index: 999;
  cursor: pointer;
}
header .hamburger div {
  padding: 11px 10px 14px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
header .hamburger span {
  display: inline-block;
  width: 22px;
  height: 3px;
  background: #000;
  border-radius: 5px;
  transition: all .3s;
}
header .hamburger.active {
  position: fixed;
}
header .hamburger.active span {
  background: #FFF;
  position: absolute;
}
header .hamburger.active span:nth-of-type(1) {
  top: 16px;
  transform: translateY(6px) rotate(-45deg);
}
header .hamburger.active span:nth-of-type(2) {
  opacity: 0;
}
header .hamburger.active span:nth-of-type(3) {
  top: 28px;
  transform: translateY(-6px) rotate(45deg);
}
/* g_nav
------------------------------------------ */
.g_nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  max-width: 320px;
  height: 100%;
  background: rgba(34, 34, 34, 0.9);
  padding: 70px 30px;
  transition: right 0.5s ease;
  z-index: 100;
}
.g_nav.active {
  right: 0;
}
.g_nav_list {
  text-align: center;
}
.g_nav_list a {
  color: #FFF;
}
.g_nav_list li {
  margin-bottom: 1.2rem;
}
.g_nav_list .contact_btn {
  width: 100%;
  max-width: 260px;
  margin-top: 1.5rem;
  background: linear-gradient(to bottom, #1167d6 40%, #7ca3d6);
  border-radius: 10px;
}
.g_nav_list .contact_btn a {
  display: block;
  margin-left: -30px;
  padding: 10px;
  color: #FFF;
  font-weight: 700;
  text-align: center;
}
/* fv
------------------------------------------ */
.fv {
  background: url("https://www.yamashita-net.co.jp/wp-content/uploads/fv-bg01.png") no-repeat center top / cover;
  color: #FFF;
  overflow: hidden;
}
.fv .fv-contents {
  padding: 50px 20px;
  position: relative;
}
.fv .fv-contents::after {
  content: '';
  display: inline-block;
  width: 260px;
  height: 360px;
  background-image: url("https://www.yamashita-net.co.jp/wp-content/uploads/fv-bg-parts.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 30px;
  right: -40px;
  z-index: 0;
}
.fv .fv-catch {
  margin-bottom: 8px;
  font-weight: 900;
  position: relative;
  z-index: 1;
}
.fv-catch-main {
  display: block;
  margin-top: 5px;
  font-size: 26px;
  line-height: 1.4;
  letter-spacing: 1.5px;
}
.fv .fv-catch .fv-catch-balloon {
  display: block;
}
.fv .fv-catch .fv-catch-balloon span {
  display: inline-block;
  padding: 5px 14px;
  font-size: 20px;
  letter-spacing: 0.8px;
  background: linear-gradient(to right, #f28449 40%, #fccc05);
}
.fv .fv-txt {
  margin-bottom: 16px;
  font-size: 95%;
  position: relative;
  z-index: 1;
}
.fv .fv-list {
  display: flex;
  column-gap: 8px;
  position: relative;
  z-index: 1;
}
.fv .fv-list li {
  width: 78px;
  height: 78px;
  padding: 18px 0;
  font-size: 90%;
  text-align: center;
  line-height: 1.3;
  border: 2px solid #FFF;
  border-radius: 100px;
}
/* cta
------------------------------------------ */
.cta {
  text-align: center;
}
.cta.cta02 {
  background-color: #edf5ff;
}
.cta .cta_txt {
  color: #0b3973;
}
.cta .slash::before {
  left: -90px;
}
.cta .slash::after {
  right: -22px;
}
.cta .cta_btn {
  max-width: 520px;
  margin: 14px auto 0;
}
.cta_hover {
  position: relative;
  transform: translateY(0);
  transition: all 0.3s;
}
.cta_hover:hover {
  position: relative;
  transform: translateY(-5px);
  transition: all 0.3s;
}
.cta_hover::before,
.cta_hover::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.cta_hover::before {
  transition: all 0.3s;
  z-index: -1;
  background: linear-gradient(to bottom, #7ca3d6 40%, #1167d6);
  
}
.cta_hover::after {
  z-index: -2;
  background: linear-gradient(to bottom, #fccc05 40%, #f28449);
}
.cta_hover:hover::before {
  opacity: 0;
}
.cta_hover:hover .btn_arrow::before {
  border-color: #f28449;
}
.cta .cta_btn a {
  width: 100%;
  display: block;
  padding: 20px 10px;
  font-size: 18px;
  color: #FFF;
  border-radius: 10px;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}
.cta .cta_btn a span {
  margin-left: -24px;
}
/* about
------------------------------------------ */
#about p {
  line-height: 2;
}
#about .about-bg01 {
  color: #FFF;
  background: url("https://www.yamashita-net.co.jp/wp-content/uploads/about-bg01.jpg") no-repeat center top / cover;
}
#about .about-bg01 .contents {
  position: relative;
}
#about .about-bg01 .contents::before, #about .about-bg01 .contents::after {
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
}
#about .about-bg01 .contents::before {
  width: 140px;
  height: 70px;
  background-image: url("https://www.yamashita-net.co.jp/wp-content/uploads/about-bg-top.png");
  top: -35px;
  left: 15px;
}
#about .about-bg01 .contents::after {
  width: 100px;
  height: 80px;
  background-image: url("https://www.yamashita-net.co.jp/wp-content/uploads/about-bg-bottom.png");
  bottom: -30px;
  right: 20px;
}
#about .about-bg02 {
  color: #0B3973;
  background: url("https://www.yamashita-net.co.jp/wp-content/uploads/about-bg02.jpg") no-repeat right bottom / cover;
}
#about .about-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 10px;
  margin-top: 32px;
  text-align: center;
}
#about .about-list li {
  width: calc(50% - 5px);
  position: relative;
}
#about .about-list .about-list-ttl {
  width: 80%;
  padding: 2px 0 5px;
  background-color: #0d436f;
  color: #FFF;
  letter-spacing: 2px;
  position: absolute;
  top: -15px;
  left: 10%;
}
#about .about-list .about-list-txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 95px;
  padding: 30px 0 20px;
  color: #1b1b1b;
  font-size: 90%;
  font-weight: 900;
  line-height: 1.4;
  background-color: #FFF;
  border: 2px solid #0d436f;
}
#about .about-list .about-list-txt p {
  line-height: 1.4;
}
/* worry
------------------------------------------ */
.worry .worry-ttl {
  padding: 20px 20px 10px;
  margin-bottom: 0;
  font-size: 22px;
  letter-spacing: 1.5px;
}
.worry .worry-ttl.worry-ttl02 {
  padding: 14px 20px 40px;
  font-size: 21px;
}
.worry .worry-ttl span {
  /*  font-size: 125%;*/
}
.worry .slash {
  bottom: 5px;
}
.worry .slash::before {
  left: -10px;
}
.worry .slash::after {
  right: -10px;
}
.worry .worry-point {
  background: url("https://www.yamashita-net.co.jp/wp-content/uploads/worry-bg01.png") no-repeat center center / cover;
}
.worry .worry-point .worry-point-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  width: 100%;
  max-width: 426px;
  margin: auto;
  color: #FFF;
  line-height: 1.4;
}
.worry .worry-point .worry-point-list li {
  padding-left: 22px;
  position: relative;
}
.worry .worry-point .worry-point-list li::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("https://www.yamashita-net.co.jp/wp-content/uploads/worry-point.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 4px;
  left: 0;
}
.worry .worry-intoro {
  background: url("https://www.yamashita-net.co.jp/wp-content/uploads/worry-bg02.png") no-repeat center center / cover;
}
.worry .worry-intoro .worry-intoro-top {
  display: inline-block;
  font-size: 85%;
}
.worry .worry-intoro .worry-intoro-top::after {
  content: '';
  display: block;
  width: 98px;
  height: 8px;
  background-image: url("https://www.yamashita-net.co.jp/wp-content/uploads/worry-intoro-top.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
/* reason
------------------------------------------ */
#reason {
  background: url("https://www.yamashita-net.co.jp/wp-content/uploads/reason-bg.png") no-repeat left center / cover;
}
#reason .reason-balloon {
  display: block;
  width: 270px;
  margin: 0 auto -50px;
  padding: 3px 24px 5px;
  color: #FFF;
  font-size: 70%;
  font-weight: 700;
  text-align: center;
  background-color: #0d436f;
  border-radius: 50px;
  position: relative;
  top: -20px;
}
#reason .reason-ttl {
  letter-spacing: 2px;
}
#reason .reason-count {
  display: inline-block;
  color: #f28449;
  font-size: 40px;
  position: relative;
  top: 2px;
}
#reason .reason-count .font-large {
  font-size: 64px;
  font-style: italic;
  vertical-align: bottom;
  letter-spacing: 0;
  position: relative;
  top: 13px;
}
#reason .reason-list {
  display: flex;
  flex-direction: column;
  grid-gap: 30px;
}
#reason .reason-list .reason-list-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 350px;
  height: 200px;
  margin: auto;
  padding: 30px 0;
  background: linear-gradient(to bottom, #e0f4ff, #a0dfff);
  box-shadow: 8px 8px 6px -8px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  position: relative;
}
#reason .reason-list .reason-list-wrap .reason-list-circle {
  width: 62px;
  height: 62px;
  padding: 14px 0;
  background-color: #0B3973;
  color: #EEE;
  text-align: center;
  font-size: 10px;
  font-style: italic;
  line-height: 1;
  border-radius: 100px;
  position: absolute;
  top: -15px;
  left: 6px;
}
#reason .reason-list .reason-list-wrap .reason-list-circle span {
  display: block;
  font-size: 24px;
  letter-spacing: 0;
}
#reason .reason-list .reason-list-wrap .reason-list-icon {
  width: 50px;
  margin: auto;
  flex-grow: 1;
}
#reason .reason-list .reason-list-wrap .reason-list-txt {
  margin-top: 20px;
  text-align: center;
  flex-grow: 1;
}
/* technology
------------------------------------------ */
#technology {
  background: url("https://www.yamashita-net.co.jp/wp-content/uploads/technology-bg.jpg") no-repeat center top / cover;
}
#technology .technology-ttl {
  color: #FFF;
}
#technology .technology-ttl::after {
  content: '';
  display: block;
  width: 280px;
  height: 1px;
  margin: auto;
  background-color: #FFF;
}
#technology .technology-ttl .technology-ttl-top {
  font-size: 85%;
}
#technology .technology-ttl .technology-ttl-bottom {
  display: inline-block;
  font-size: 130%;
  background: linear-gradient(0deg, #fad126 20%, #f27b3b 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#technology .technology-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#technology .technology-list .technology-list-wrap {
  padding: 20px 10px;
  background-color: #FFF;
}
#technology .technology-list .technology-list-wrap .technology-list-txt .technology-list-ttl {
  font-size: 120%;
  font-weight: 900;
  color: #0d436f;
  text-align: center;
  margin-bottom: 16px;
}
#technology .technology-list .technology-list-wrap .technology-list-txt p {
  line-height: 1.4;
}
#technology .technology-list .technology-list-wrap figure {
  width: 80%;
  margin: 16px auto 0;
}
/* product
------------------------------------------ */
#product {
  overflow: hidden;
}
#product .product-ttl {
  position: relative;
}
#product .product-ttl::before,
#product .product-ttl::after {
  content: '';
  display: inline-block;
  width: 100%;
  width: 30%;
  height: 2px;
  background-color: #0d436f;
  position: absolute;
  top:50%;
}
#product .product-ttl::before {
  left: -17%;
}
#product .product-ttl::after {
  right: -17%;
}
#product .product-intoro {
  margin-bottom: 16px;  
}
#product .product-list .product-list-wrap {
  padding: 30px 10px;
  background-color: #edf5ff;
  border-radius: 10px;
}
#product .product-list .product-list-wrap .product-list-ttl {
  margin-bottom: 10px;
  font-size: 110%;
  font-weight: 900;
  color: #0d436f;
  text-align: center;
}
#product .product-list .product-list-wrap p {
  font-size: 88%;
  font-weight: 500;
}
#product .product-list .product-list-wrap .product-list-btn {
  width: 180px;
  margin: 20px auto;
  border-radius: 5px;
}
#product .product-list .product-list-wrap .product-list-btn a {
  display: block;
  padding: 6px 32px 8px;
  font-weight: 700;
  color: #FFF;
}
  #product .product-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
#product .product-list .product-list-wrap .product-list-img {
  width: 100%;
  max-width: 300px;
  margin: auto;
}
/* flow
------------------------------------------ */
.flow {
  background: url("https://www.yamashita-net.co.jp/wp-content/uploads/flow-bg.jpg") no-repeat center top / cover;
}
.flow .flow-list .flow-list-wrap {
  padding: 14px 0 10px 14px;
  color: #FFF;
}
.flow .flow-list .flow-list-wrap {
  display: flex;
/*  background-color: #a0d8f0;*/
  background-color: #70c2e5;
}
.flow .flow-list .flow-list-wrap:nth-child(2) {
/*  background-color: #70c2e5;*/
  background-color: #629fd8;
}
.flow .flow-list .flow-list-wrap:nth-child(3) {
/*  background-color: #629fd8;*/
  background-color: #1167d6;
}
.flow .flow-list .flow-list-wrap:nth-child(4) {
/*  background-color: #1167d6;*/
  background-color: #0047a3;
}
.flow .flow-list .flow-list-wrap:nth-child(5) {
/*  background-color: #0047a3;*/
  background-color: #0d436f;
}
.flow .flow-list .flow-list-wrap.flow-balloon-arrow {
  position: relative;
}
.flow .flow-list .flow-list-wrap.flow-balloon-arrow::after {
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
/*  border-top: 12px solid #a0d8f0;*/
  border-top: 12px solid #70c2e5;;
  position: absolute;
  bottom: -11px;
  left: 46px;
  z-index: 1;
}
.flow .flow-list .flow-list-wrap.flow-balloon-arrow:nth-child(2)::after {
/*  border-top: 12px solid #70c2e5;*/
  border-top: 12px solid #629fd8;
}
.flow .flow-list .flow-list-wrap.flow-balloon-arrow:nth-child(3)::after {
  border-top: 12px solid #1167d6;
}
.flow .flow-list .flow-list-wrap.flow-balloon-arrow:nth-child(4)::after {
  border-top: 12px solid #0047a3;
}
.flow .flow-list .flow-list-wrap:nth-child(5)::after {
  border: 0;
}

.flow .flow-list .flow-list-wrap .flow-list-circle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin-right: 20px;
  background-color: #FFF;
  border-radius: 100px;
  font-size: 18px;
/*  color: #a0d8f0;*/
  color: #70c2e5;;
  text-align: center;
  line-height: 1;
}
.flow .flow-list .flow-list-wrap:nth-child(2) .flow-list-circle {
  color: #629fd8;
}
.flow .flow-list .flow-list-wrap:nth-child(3) .flow-list-circle {
  color: #1167d6;
}
.flow .flow-list .flow-list-wrap:nth-child(4) .flow-list-circle {
/*  color: #1167d6;*/
  color: #0047a3;
}
.flow .flow-list .flow-list-wrap:nth-child(5) .flow-list-circle {
/*  color: #0047a3;*/
  color: #0d436f;
}
.flow .flow-list .flow-list-wrap .flow-list-circle span {
  display: block;
  font-size: 150%;
  letter-spacing: 0;
}
.flow .flow-list .flow-list-wrap .flow-list-txt {
  width: calc(100% - 113px);
}
.flow .flow-list .flow-list-wrap .flow-list-txt .flow-list-ttl {
  font-size: 110%;
  margin-bottom: 5px;
}
.flow .flow-list .flow-list-wrap .flow-list-txt p {
  font-size: 90%;
  font-weight: 500;
  line-height: 1.2;
}
/* faq
------------------------------------------ */
#faq ul li {
  border-top: 1px solid #a0a0a0;
  cursor: pointer;
  overflow: hidden;
}
#faq ul li {
}
#faq ul li:first-child {
  border-top: 1px solid #4787c8;
}
#faq ul li div {
  padding: 24px 50px 24px 50px;
  position: relative;
}
#faq ul li div::before {
  content: 'Q';
  display: inline-block;
  padding: 7px;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  background-color: #4787c8;
  color: #FFF;
  border-radius: 50px;
  position: absolute;
  top: 25px;
  left: 8px;
}
#faq ul li div.question::after {
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url("https://www.yamashita-net.co.jp/wp-content/uploads/faq-open.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 25px;
  right: 8px;
}
#faq ul li div.question.active::after {
  background-image: url("https://www.yamashita-net.co.jp/wp-content/uploads/faq-close.png");
}
#faq ul li div.question p {
  font-size: 110%;
}

#faq ul li div.answer {
  display: none;
  padding-top: 0;
}
#faq ul li:first-of-type div.answer {
  display: block;
}
#faq ul li div.answer::before {
  content: 'A';
  background-color: #c9e9f7;
  color: #4787c8;
  top: 0;
}

#faq ul li div.answer p {
  font-size: 90%;
  font-weight: 500;
}
@media (min-width:500px) {
  .fv .fv-contents::after {
    width: 420px;
    height: 520px;
    top: 20px;
    right: -56px;
  }
  .fv .fv-catch .fv-catch-balloon span {
    font-size: 24px;
  }
  .fv .fv-catch .fv-catch-balloon::after {
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 10px solid #f28449;
    left: 36px;
  }
  .fv-catch-main {
    font-size: 36px;
  }
  .fv .fv-txt {
    margin-bottom: 22px;
    font-size: 100%;
  }
  .fv .fv-list {
    display: flex;
    column-gap: 15px;
  }
  #reason .reason-list {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
  }
  #reason .reason-list .reason-list-wrap {
    width: calc(50% - 15px);
    max-width: inherit;
    padding: 35px 0;
    height: 204px;
    margin: 0;
  }
  #technology .technology-list .technology-list-wrap {
    padding: 30px;
  }
  #product .product-ttl::before, #product .product-ttl::after
 {
    width: 43%;
  }
  #product .product-list .product-list-wrap {
    display: flex;
    padding: 30px 20px;
    column-gap: 3%;
    position: relative;
  }
  
  #product .product-list .product-list-wrap .product-list-txt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 60%;
  }
  #product .product-list .product-list-wrap .product-list-txt div{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #product .product-list .product-list-wrap .product-list-ttl {
    text-align: left;
  }
  #product .product-list .product-list-wrap .product-list-btn {
    margin: 20px 0 0;
    flex-grow: 1;
/*
    position: absolute;
    left: 20px;
    bottom: 10px;
*/
  }
  #product .product-list .product-list-wrap .product-list-img {
    width: 43%;
    max-width: 180px;
    margin: 0;
  }
}
@media (min-width:768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .grecaptcha-badge {
  bottom:90px!important
}
  /*----- fv 768px -----*/
  .fv {
    position: static;
  }
  .fv .fv-contents::after {
    width: 400px;
    height: 540px;
    right: -16px;
  }
  .fv .fv-contents {
    width: 90%;
    max-width: 700px;
    margin: auto;
    padding: 80px 0;
    position: relative;
  }
  .fv .fv-txt {
    margin-bottom: 22px;
    font-size: 18px;
  }
  .fv .fv-list li {
    width: 100px;
    height: 100px;
    padding: 24px 0;
    font-size: 18px;
  }
  .cta .cta_txt {
    font-size: 20px;
  }
  .cta .cta_txt .br {
    display: none;
  }
  .cta .slash::before {
    left: -24px;
  }
  .cta .slash::after {
    right: -24px;
  }
  .cta .cta_btn {
    max-width: 720px;
    margin: 20px auto 0;
  }
  .cta .cta_btn a {
    font-size: 24px;
  }
  .btn_arrow.btn_arrow02::before {
    width: 10px;
    height: 10px;
    top: 31.5px;
    right: 37.5px;
  }
  .btn_arrow.btn_arrow02::after {
    width: 42px;
    height: 42px;
    top: 16px;
  }
  #about .about-bg01 .contents::before {
    width: 200px;
    height: 130px;
    top: -15px;
  }
  #about .about-bg01 .contents::after {
    width: 125px;
    height: 100px;
    bottom: -60px;
  }
  #about .about-list {
    gap: 50px 30px;
    margin-top: 50px;
  }
  #about .about-list li {
    width: 250px;
    position: relative;
  }
  #about .about-list .about-list-txt {
    height: 160px;
  }
  .worry .worry-point .worry-point-list {
    max-width: 530px;
  }
  .worry .worry-point .worry-point-list li {
    padding-left: 32px;
    font-size: 20px;
  }
  .worry .worry-point .worry-point-list li::before {
    width: 22px;
    height: 22px;
  }
  #reason .reason-list {
    grid-gap: 60px 30px;
  }
  #reason .reason-list .reason-list-wrap {
    width: calc(32.6% - 20px);
  }
  #technology.contents {
    max-width: inherit;
    padding-left: 0;
    padding-right: 0;
  }
  #technology .technology-list .technology-list-wrap {
    display: flex;
    flex-direction: row-reverse;
    background-color: transparent;
    padding: 0;
  }
  #technology .technology-list .technology-list-wrap:nth-child(even) {
    flex-direction: row;
  }
  #technology .technology-list .technology-list-wrap .technology-list-txt {
    width: calc(98% - 280px);
    padding: 15px 20px 10px 40px;
    background-color: #FFF;
  }
  #technology .technology-list .technology-list-wrap:nth-child(even) .technology-list-txt {
    padding-left: 20px;
    padding-right: 40px;
  }
  #technology .technology-list .technology-list-wrap .technology-list-txt .technology-list-ttl {
    text-align: left;
  }
  #technology .technology-list .technology-list-wrap figure {
    width: 380px;
    margin: 0;
    position: relative;
    left: 30px;
  }
  #technology .technology-list .technology-list-wrap:nth-child(even) figure {
    right: 30px;
    left: inherit;
  }
  #product .product-ttl::before, #product .product-ttl::after {
        width: 52%;
    }
}
@media (min-width:992px) {
  .p-pagetop a {
    position: fixed;
    bottom: 0;
    right: 0;
    color: #FFF;
    border: none;
  }
  .p-pagetop a::after {
    font-size: 22px;
    bottom: 12px;
  }
}
@media (min-width:1025px) {
  body {
    font-size: 18px;
  }
  .contents {
    max-width: 1000px;
    margin: auto;
    padding: 80px 20px;
  }
  .contents.contents-s {
    max-width: 850px;
  }
  .sc-ttl {
    margin-bottom: 50px;
    font-size: 42px;
  }
  /*----- header 1025px -----*/
  header {
    height: 78px;
    padding-top: 20px;
    padding-bottom: 15px;
    padding: 20px 10px 15px 10px;
    background-color: rgba(255, 255, 255, 0.80);
    position: fixed;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    top: 0;
  }
  header .h_logo {
    width: 220px;
  }
  header .hamburger {
    display: none;
  }
  /*----- gnav 1025px -----*/
  .g_nav {
    width: calc(100% - 280px);
    position: absolute;
    top: 15px;
    right: 15px;
    max-width: inherit;
    height: auto;
    background: transparent;
    padding: 0;
  }
  .g_nav_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .g_nav_list li {
    margin: 0;
  }
  .g_nav_list a {
    color: #1b1b1b;
    font-size: 16px;
  }
  .g_nav_list .contact_btn {
    margin: -0;
    width: 180px;
  }
  main {
    margin-top: 78px;
  }
  .fv .fv-contents {
    max-width: 1000px;
  }
  .fv .fv-contents::after {
    width: 540px;
    height: 740px;
    right: -56px;
  }
  .fv .fv-catch .fv-catch-balloon::after {
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 14px solid #f28449;
    left: 50px;
  }
  .fv .fv-catch .fv-catch-balloon span {
    padding: 0 20px;
    font-size: 40px;
  }
  .fv .fv-catch-main {
    margin-top: 8px;
    font-size: 64px;
  }
  .fv .fv-txt {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .fv .fv-list {
    column-gap: 20px;
  }
  .fv .fv-list li {
    width: 122px;
    height: 122px;
    padding: 22px 0;
    font-size: 26px;
  }
  .cta .cta_txt {
    font-size: 24px;
  }
  #about .about-bg01 .contents::before {
    width: 270px;
    height: 140px;
    left: -76px;
  }
  #about .about-bg01 .contents::after {
    width: 190px;
    height: 150px;
    right: -20px;
    bottom: -76px;
  }
  #about .about-list {
    gap: 70px 30px;
    margin-top: 70px;
  }
  #about .about-list .about-list-ttl {
    font-size: 22px;
  }
  #about .about-list .about-list-txt {
    height: 176px;
  }
  .worry .worry-ttl {
    padding: 30px 20px 20px;
  }
  .worry .worry-ttl.worry-ttl02 {
    padding: 34px 20px 58px;
  }
  .worry .worry-ttl, .worry .worry-ttl.worry-ttl02 {
    font-size: 42px;
  }
  .worry .slash::before, .worry .slash::after {
    height: 34px;
    bottom: 8px;
  }
  .worry .slash::before {
    left: -53px;
  }
  .worry .slash::after {
    right: -44px;
  }
  .worry .worry-point .worry-point-list {
    max-width: 685px;
    gap: 1.5rem;
  }
  .worry .worry-point .worry-point-list li {
    padding-left: 40px;
    font-size: 26px;
  }
  .worry .worry-point .worry-point-list li::before {
    width: 28px;
    height: 28px;
    top: 6px;
  }
  .worry .worry-intoro .worry-intoro-top::after {
    width: 180px;
    height: 15px;
  }
  #reason .reason-balloon {
    display: block;
    width: 420px;
    margin-bottom: -80px;
  }
  #reason .reason-count {
    font-size: 60px;
    top: 3px;
  }
  #reason .reason-count .font-large {
    font-size: 110px;
    top: 24px;
  }
  #technology .technology-ttl::after {
    width: 430px;
  }
  #technology .technology-list {
    gap: 50px;
  }
  #reason .reason-list .reason-list-wrap {
    height: 260px;
    padding: 50px 0 55px;
  }
  #technology .technology-list .technology-list-wrap .technology-list-txt {
    max-width: 1200px;
    padding: 20px 30px 10px 60px;
  }
  #technology .technology-list .technology-list-wrap:nth-child(even) .technology-list-txt {
    padding-left: 30px;
    padding-right: 60px;
  }
  #technology .technology-list .technology-list-wrap .technology-list-txt h3, #technology .technology-list .technology-list-wrap .technology-list-txt p {
    width: 100%;
    max-width: 590px;
  }
  #technology .technology-list .technology-list-wrap:nth-child(even) .technology-list-txt h3, #technology .technology-list .technology-list-wrap:nth-child(even) .technology-list-txt p {
    float: right;
  }
    #product .product-list {
    display: flex;
    flex-direction: row;
      flex-wrap: wrap;
    gap: 20px;
  }
  #product .product-ttl::before {
    left: -20%;
  }
  #product .product-ttl::after {
    right: -20%;
  }
  #product .product-list .product-list-wrap {
    width: calc(50% - 10px);
  }
  #product .product-intoro {
    width: 760px;
    margin: 0 auto 50px;
  }
  #product .product-list .product-list-wrap .product-list-txt {
    position: relative;
  }
  #product .product-list .product-list-wrap .product-list-btn {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #product .product-list .product-list-wrap .product-list-txt div:last-child {
    height: 60px;
  }
  .flow .flow-list .flow-list-wrap {
    padding-left: 36px;
  }
  .flow .flow-list .flow-list-wrap.flow-balloon-arrow::after {
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
    left: 74px;
  }
  .flow .flow-list .flow-list-wrap .flow-list-circle {
    width: 100px;
    height: 100px;
    margin-right: 32px;
    font-size: 22px;
  }
  .flow .flow-list .flow-list-wrap .flow-list-txt .flow-list-ttl {
   font-size: 120%;
    margin: 10px 0; 
  }
}
@media (min-width:1240px) {
  .btn_arrow::before {
    top: 27px;
    right: 46px;
  }
  .btn_arrow::after {
    top: 17px;
    right: 35px;
  }
  .btn_arrow.btn_arrow02::before {
    top: 35px;
    right: 53.5px;
  }
  .btn_arrow.btn_arrow02::after {
    top: 18.5px;
  }
 .btn_arrow.btn_arrow03::after {
    right: 21px;
  }
  .contents {
    padding: 100px 0;
  }
  /*----- header 1240px -----*/
  header {
    height: 96px;
    padding: 20px 70px;
  }
  header .h_logo {
    width: 240px;
    margin-top: 8px;
  }
  /*----- gnav 1240px -----*/
  .g_nav {
    width: calc(100% - 480px);
    max-width: 1060px;
    top: 17px;
    right: 80px;
  }
  .g_nav_list a {
    font-size: 18px;
  }
  .g_nav_list .contact_btn {
    margin: -0;
    width: 220px;
  }
  .g_nav_list .contact_btn a {
    padding: 16px 10px;
  }
  main {
    margin-top: 96px;
  }
  #about .about-list li {
    width: 263px;
  }
  #technology .technology-list .technology-list-wrap .technology-list-txt {
    padding: 22px 30px 10px 100px;
  }
  #technology .technology-list .technology-list-wrap:nth-child(even) .technology-list-txt {
    padding-right: 100px;
  }
}