@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Sans:wght@400;500;600;700&display=swap');

:root {
  --blue: #007bff;
  --deep-blue: #004a99;
  --text: #012257;
  --bg-blue: #E9F7FF;
  --orange: #ff9305;
  --line-green: #43cf45;
  --red: #d90303;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

/* common */

html{
    font-size: 62.5%;
}

body{
    font-family: 
    'Noto Sans JP', sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    background-color: white;
    overflow-x: hidden;
  background: #fff;
  color: var(--text);
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.6;
}

.article_header{
    overflow: hidden;
    position: relative;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.title_area{
  text-align: center;
}


/* 追従型CTAボタン */
.float-button_icon{
  width: 30px;
  height: 30px;
  margin-left: 5px;
}

.float-button_txt{
  font-size: 15px;
}

.float-button_sub{
  font-size: 12px;
}

.float-button_sub.line{
  font-size: 15px;
}



  .float-button__wrap {
            position: fixed;
            display: flex;
            bottom: 6px;
            right: 0px;
            z-index: 10;
            width: 100%;
            z-index: 99;
            align-items: center;
            margin: 0 auto;
            height: 100px;
            text-align: center;
            justify-content: center;
            gap: 6px;
    }

    a.btn-custom02_float{
        margin-top: 0px;
        -webkit-transition: all 0.3s;
  transition: all .3s;
    }

    a.btn-custom02_float:active {
  -webkit-transform: translate(0rem, 0.75rem);
  transform: translate(0rem, 0.75rem);
}

a.btn-custom02:active:before {
  -webkit-transform: translate3d(0, 0, -1rem);
  transform: translate3d(0, 0, -1rem);
  -webkit-box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
}

.btn-custom02 {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 10rem;
  z-index: 999;
}

.btn-custom02 {
  animation:show 0.5s none;
  animation-delay: 950ms;
}

@keyframes show {
	0% {
		-webkit-transition: all 0.3s;
        transition: all 0.3s;
        background: #43CF45;
	}
	100% {
		-webkit-transform: translate(0, 0.25rem);
        transform: translate(0, 0.25rem);
	}
}

.btn-custom02.pink {
  animation:showp 0.5s none;
  animation-delay: 950ms;
}

@keyframes showp {
	0% {
		-webkit-transition: all 0.3s;
        transition: all 0.3s;
        background: var(--color-pink);
	}
	100% {
		-webkit-transform: translate(0, 0.25rem);
        transform: translate(0, 0.25rem);
	}
}

a.btn-custom02 {
  margin-bottom: 0.5rem;
  padding: 0;
  border-radius: 10rem;
  margin-top: 20px;
}

.float-button_ttg{
  text-align: left;
}

a.btn-custom02:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate3d(0, 0.75rem, -1rem);
  transform: translate3d(0, 0.75rem, -1rem);
  border-radius: inherit;
  background: #ab6203;
  -webkit-box-shadow: 0 0.6rem 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.6rem 0 0 rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

a.btn-custom02.pink:before {
  background: #ab6203;
}

a.btn-custom02:before {
  animation:show01 0.5s none;
  animation-delay: 950ms;
}

@keyframes show01 {
	0% {
    -webkit-box-shadow: 0 0.6rem 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0.6rem 0 0 rgba(0, 0, 0, 0.2);
	}
	100% {
		  -webkit-transform: translate3d(0, 0.5rem, -1rem);
            transform: translate3d(0, 0.5rem, -1rem);
            -webkit-box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
            transition: all 0.3s;
	}
}

.btn-custom02-front {
  font-family: "Noto Sans JP";
  display: flex;
  position: relative;
  padding: 1rem 2.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: inherit;
  background: #43CF45;
  align-items: center;
}

.btn-custom02-front.phone {
  background: #FF9305;
}

.fa-position-left {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1rem;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}

a.btn-custom02:hover {
  -webkit-transform: translate(0, 0.25rem);
  transform: translate(0, 0.25rem);
  background: #43CF45;
}

a.btn-custom02.pink:hover {
  background: var(--color-pink);
}

a.btn-custom02:hover:before {
  -webkit-transform: translate3d(0, 0.5rem, -1rem);
  transform: translate3d(0, 0.5rem, -1rem);
  -webkit-box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
}

a.btn-custom02:active {
  -webkit-transform: translate(0rem, 0.75rem);
  transform: translate(0rem, 0.75rem);
}

a.btn-custom02:active:before {
  -webkit-transform: translate3d(0, 0, -1rem);
  transform: translate3d(0, 0, -1rem);
  -webkit-box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
}


@media screen and (min-width:1024px) {
   .float-button__wrap {
        display: none;
    }

    .title_en{
  font-size: 18px;
}

.title_ja{
  font-size: 24px;
}
}

/* nav Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
  transition: transform 0.15s ease-out, box-shadow 0.15s ease-out,
    background-color 0.15s ease-out, color 0.15s ease-out, border-color 0.15s ease-out;
}

.btn-custom01 {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 10rem;
  z-index: 999;
}

.btn-custom01 {
  animation:show 0.5s none;
  animation-delay: 950ms;
}

@keyframes show {
	0% {
		-webkit-transition: all 0.3s;
        transition: all 0.3s;
        background: #43CF45;
	}
	100% {
		-webkit-transform: translate(0, 0.25rem);
        transform: translate(0, 0.25rem);
	}
}

.btn-custom01.pink {
  animation:showp 0.5s none;
  animation-delay: 950ms;
}

@keyframes showp {
	0% {
		-webkit-transition: all 0.3s;
        transition: all 0.3s;
        background: var(--color-pink);
	}
	100% {
		-webkit-transform: translate(0, 0.25rem);
        transform: translate(0, 0.25rem);
	}
}

a.btn-custom01 {
  margin-bottom: 0.5rem;
  padding: 0;
  border-radius: 10rem;
  margin-top: 20px;
}

a.btn-custom01:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate3d(0, 0.75rem, -1rem);
  transform: translate3d(0, 0.75rem, -1rem);
  border-radius: inherit;
  background: #18A01A;
  -webkit-box-shadow: 0 0.6rem 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.6rem 0 0 rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

a.btn-custom01.pink:before {
  background:#AC6404;
}

a.btn-custom01:before {
  animation:show01 0.5s none;
  animation-delay: 950ms;
}

@keyframes show01 {
	0% {
    -webkit-box-shadow: 0 0.6rem 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0.6rem 0 0 rgba(0, 0, 0, 0.2);
	}
	100% {
		  -webkit-transform: translate3d(0, 0.5rem, -1rem);
            transform: translate3d(0, 0.5rem, -1rem);
            -webkit-box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
            transition: all 0.3s;
	}
}

.btn-custom01-front {
  font-family: "Noto Sans JP";

  position: relative;
  display: block;
  padding: 1rem 2rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: inherit;
  background: #43CF45;
}

.btn-custom01-front.phone {
  background: #FF9305;
}

.btn-custom01-front.phone::before{
  content: '';/*何も入れない*/
  display: inline-block;
  width: 21px;/*画像の幅*/
  height: 21px;/*画像の高さ*/
  background-image: url(../images/phone.png);
  background-size: contain;
  vertical-align: bottom;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.btn-custom01-front.line::before{
  content: '';/*何も入れない*/
  display: inline-block;
  width: 22px;/*画像の幅*/
  height: 22px;/*画像の高さ*/
  background-image: url(../images/line.png);
  background-size: contain;
  vertical-align: sub;
  margin-right: 10px;
  background-repeat: no-repeat;
}

.fa-position-left {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1rem;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}

a.btn-custom01:hover {
  -webkit-transform: translate(0, 0.25rem);
  transform: translate(0, 0.25rem);
  background: #43CF45;
}

a.btn-custom01.pink:hover {
  background: #FF9305;
}

a.btn-custom01:hover:before {
  -webkit-transform: translate3d(0, 0.5rem, -1rem);
  transform: translate3d(0, 0.5rem, -1rem);
  -webkit-box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
}

a.btn-custom01:active {
  -webkit-transform: translate(0rem, 0.75rem);
  transform: translate(0rem, 0.75rem);
}

a.btn-custom01:active:before {
  -webkit-transform: translate3d(0, 0, -1rem);
  transform: translate3d(0, 0, -1rem);
  -webkit-box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
}

/* header */
.article_header{
  overflow-x: hidden;
  overflow: hidden;
  position: relative;
  z-index: 1000;
}

.header{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 999;
  position: sticky;
  top: 0;
  z-index: 999;
  background: #ffffffcc;
  margin-bottom: -47.2px;
  transition: margin-bottom 0.3s ease;
}
.header.header--visible {
  margin-bottom: 0;
}

.logo{
    display: flex;
    align-items: center;
}

.header_topic,
.nav_logo,.header_logo{
    display: block;
}

.header_topic,
.nav_logo{
    margin: 14px 0px 14px 20px;
    color: var(--color-green);
    font-size: 12px;
}

/* nav */

.nav_btn,
.header_btn{
    width: 47px;
}

.nav_cta{
  width: 227px;
    height: 40px;
    padding: 10px 19px;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
     margin: 18px auto 0px auto;
    text-align: center;
}


/*============
nav
=============*/
nav {
  display: block;
  position: fixed;
  top: 0;
  left: -300px;
  bottom: 0;
  width: 311px;
  background:#FFF;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 3;
  opacity: 0;
}
.open nav {
  left: 0;
  opacity: 1;
  z-index: 1000;
  display: block;
}
nav .inner {
  padding: 25px;
}
nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 2px solid var(--text);
}
nav .inner ul li a {
    display: block;
    color:var(--text);
    font-size: 14px;
    padding: 1em;
    font-weight: 600;
    text-decoration: none;
    transition-duration: 0.2s;
}

@media screen and (max-width: 767px) {
  nav {
    left: -300px;
    width: 311px;
  }
}
/*============
.toggle_btn
=============*/
.toggle_btn {
display: block;
    position: fixed;
    top: 8px;
    right: 18px;
    width: 30px;
    height: 30px;
    transition: all .5s;
    cursor: pointer;
    z-index: 3;
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: var(--blue);
  border-radius: 4px;
  transition: all .5s;
}
.toggle_btn span:nth-child(1) {
  top: 4px;
}
.toggle_btn span:nth-child(2) {
  top: 14px;
}
.toggle_btn span:nth-child(3) {
  bottom: 4px;
}
.open .toggle_btn span {
  background-color: #fff;
}
.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}
/*============
#mask
=============*/
#mask {
  display: none;
  transition: all .5s;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 2;
  cursor: pointer;
}


/* .header PC */
@media screen and (min-width:1024px) {

  a.btn-custom01 {
    margin-top: 0px;
}

  nav {
  display: block;
  position: fixed;
  top: 0;
  left: -300px;
  bottom: 0;
  width: 311px;
  background:#ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 3;
  opacity: 1;
}

nav .inner ul li{
      border-bottom: 0px solid var(--color-card);
}

nav .inner ul li a {
    display: block;
    font-size: 71%;
    padding: 8px;
    font-weight: 600;
    text-decoration: none;
    transition-duration: 0.2s;
    display: inline-block;
  position: relative;
  overflow: hidden;
  margin: 0px 0px 0px 0px;
}
nav .inner ul li a:hover {
  color:var(--text);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}

.inner{
  display: flex;
  align-items: center;
}

.inner ul{
  display: flex;
}


    .header_topic {
        width: 109px;
        margin: 0px 0px 10px 33px;
    }

    .header_logo{
    width: 90px;
    margin: 20px 0px 10px 10px;
    }

    nav{
        background: transparent;
        width: auto;
        height: auto;
        padding: 0;
        position: static;
        transform: translateX(0);
    }

    .toggle_btn {
        display: none;
    }

    .nav_cta{
      width: 54%;
    }

    .btn.nav_cta{
        margin: 0px 0px;
        text-align: center;
        font-size: 75%;
        color: #FFF;
    }

.header-cta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0px 10px;
}

nav .inner {
    padding: 16px;
}

}

@media screen and (min-width:1340px) {
    nav .inner ul li a {
        padding: 10px;
    }
}

@media screen and (min-width:1024px) {
  .header {
    margin-bottom: -79.91px;
  }
}

/* Hero */

.mainImg_sp{
  display: block;
  position: relative;
  width: 100%;
}

.mainImg_pc{
  display: none;
      width: 100%;
}



/* .header PC */
@media screen and (min-width:1024px) {

    .mainImg_sp{
  display: none;
  
}

.mainImg_pc{
  display: block;
  width: 100%;
  position: relative;
}

.hero-cta-row{
  display: flex;
}

.hero-cta{
  position: absolute;
 bottom: -5px;
        left: 50%;
        transform: translate(-50%, -50%);
}

}


/* PC共通ラッパー */
.pc-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}

/* ======= FV ======= */
.fv { width: 100%; }
.fv-main img { width: 100%; display: block; }
.fv-banner1, .fv-banner2 { width: calc(100% - 29px); margin: 0 auto; }
.fv-banner1 img, .fv-banner2 img { width: 100%; display: block; }

/* ======= 緊急対応 ======= */
.emergency {
  margin: 20px auto;
  width: calc(100% - 36px);
}
.emergency-inner {
  background: linear-gradient(122.88deg, #d90303 21.6%, #730202 85.5%);
  border: 2px solid #ef5350;
  border-radius: 4px;
  padding: 17px 18px 16px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.emergency-title {
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}
.emergency-text {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  line-height: 1.85;
  margin-bottom: 14px;
}
.emergency-highlight { color: #fbff00; font-size: 17px; }
.emergency-btn {
  display: block;
  background: #fff;
  border-radius: 100px;
  padding: 14px 0;
  font-size: 21px;
  font-weight: 700;
  color: #b60202;
  text-decoration: none;
  text-align: center;
  width: 287px;
  margin: 0 auto;
}

/* ======= お悩み ======= */
.worries {
  background-color: var(--bg-blue);
}

.worries-inner::after {
    content: "";
    position: absolute;
    bottom: -97px;
    width: 0;
    height: 0;
    box-sizing: border-box;
    border-right: 50vw solid transparent;
    border-left: 50vw solid transparent;
    border-top: 100px solid var(--bg-blue);
    left: 0%;
    display: block;
    overflow: hidden;
}

.worries-inner{
  position: relative;
  display: block;
      z-index: 1;
    max-width: 100%;
    margin-inline: auto;
        padding: 40px 30px 30px;
}

.worries-dots {
  display: flex;
  gap: 12px;
  justify-content: center;
  position: absolute;
  top: 44px;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
}
.dot {
  width: 4px;
  height: 4px;
  background: var(--blue);
  border-radius: 50%;
  display: inline-block;
}
.worries-title {
  text-align: center;
  margin-top: 12px;
  margin-bottom: 18px;
  line-height: 1;
  
}
.worries-sm { font-size: 18px; font-weight: 700; color: var(--blue); }
.dot-text {
   font-size: 28px;
      -webkit-text-emphasis: filled;
  text-emphasis: filled;
  color: var(--blue);
    }
.worries-list { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.worry-item {
  background: #fff;
  border: 2px solid var(--blue);
  border-radius: 45px;
  padding: 13px 20px;
  font-size: 14px;
  font-weight: 500;
  color: var(--blue);
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

.check{
  width: 20px;
  height: 100%;
  margin-right: 7px;
}

/* ======= 解決訴求 ======= */
.resolve {
  background: linear-gradient(to bottom, #fff 67%, #d5ecff 100%);
  padding: 55px 18px 30px;
  text-align: center;
  margin-top: 69px;
}
.resolve-text {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.28;
  background: linear-gradient(229.54deg, #004a99 15.3%, #007bff 44.9%, #004a99 74.5%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: none;
  display: inline-block;
}
.resolve-brand { font-size: 30px; }
.resolve-jp { font-size: 25px; }

/* ======= REASONS ======= */
.reasons {
  background: linear-gradient(to bottom, var(--blue), var(--deep-blue));
  padding: 36px 18px 40px;
  position: relative;
}
.reasons-bg-text {
  font-size: 39px;
  font-weight: 700;
  color: #fff;
  opacity: 0.41;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: -12px;
}
.reasons-title {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 24px;
}
.reasons-num { font-size: 28px; letter-spacing: 1.12px; }
.reason-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 4px rgba(0,0,0,0.22);
  padding: 0 10px 12px;
  margin-bottom: 16px;
  overflow: hidden;
}
.reason-badge {
  display: flex;
  align-items: center;
  padding: 18px 0 19px;
}

.reasons-area{
  position: relative;
}

.reason-number{
  position: absolute;
      top: 14px;
    left: -7px;
}

.reason-en { font-family: 'Noto Sans', sans-serif; font-size: 18px; font-weight: 600; color: #fff; }
.reason-num-sm { font-family: 'Noto Sans', sans-serif; font-size: 19px; font-weight: 600; color: #fff; }
.reason-label {
  font-size: 15px;
  font-weight: 700;
  color: var(--orange);
  line-height: 1.47;
  margin-left: 124px;
}
.reason-img { border-radius: 4px; overflow: hidden; margin-bottom: 10px; }
.reason-img img { width: 100%; height: 134px; object-fit: cover; display: block; }
.reason-desc {
  font-size: 12px;
  font-weight: 500;
  color: var(--text);
  text-align: center;
  line-height: 1.5;
}
.reason-makers {
  padding: 8px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  min-height: 80px;
  justify-content: center;
}
.makers-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.makers-row img { height: 100%; max-width: 100px; object-fit: contain; }

/* ======= コミコミ価格 ======= */
.comikomi { padding: 24px 18px; background: url('../images/komikomi.png') center;
  background-size: contain;
  background-repeat:no-repeat;margin: 10px;}
.comikomi-inner {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  padding: 10px 18px; 
  margin-bottom: 30px;
}

.comikomi-title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  background: linear-gradient(198.93deg, #004a99 15.3%, var(--blue) 44.9%, #004a99 74.5%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 16px;
}
.comikomi-badge {
  background: var(--orange);
  border: 1.5px solid var(--orange);
  border-radius: 4px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  padding: 9px 0;
  width: 152px;
  margin: 0 auto 12px;
}
.comikomi-desc {
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
  text-align: center;
  line-height: 1.47;
  margin-bottom: 16px;
}
.comikomi-tags { display: flex; flex-direction: column; gap: 8px; margin-bottom: 12px; }
.comikomi-row { display: flex; gap: 6px; justify-content: center; }
.ctag {
  background: var(--blue);
  border: 1px solid #21a1e8;
  border-radius: 2px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 7px 8px;
}
.comikomi-note {
  font-size: 11px;
  color: #666;
  text-align: center;
  line-height: 1.55;
  margin-bottom: 30px;
}

/* ======= 商品カテゴリ ======= */
.products { padding: 24px 18px; }
.products-title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  background: linear-gradient(209.75deg, #004a99 15.3%, var(--blue) 44.9%, #004a99 74.5%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
      max-width: 345px;
    margin: 0px auto 16px;
}
.products-title::before,
.products-title::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 90px;
  height: 1.5px;
  background: linear-gradient(209.75deg, #004a99 15.3%, var(--blue) 44.9%, #004a99 74.5%);
}
.products-title::before { left: 0; }
.products-title::after { right: 0; }
.products-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.product-card {
  background: #fff;
  border: 2px solid var(--bg-blue);
  border-radius: 4px;
  box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.26);
  overflow: hidden;
}
.product-header {
  background: var(--bg-blue);
  font-size: 14px;
  font-weight: 700;
  color: var(--blue);
  text-align: center;
  padding: 8px 0;
}
.product-img img {
  width: 100%;
  height: 67px;
  object-fit: cover;
  display: block;
}
.product-footer { padding: 8px 6px 10px; }
.price-badge {
  display: block;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 2px 0;
  width: 88px;
  margin: 0 auto 6px;
}
.badge-blue { background: var(--blue); }
.badge-orange { background: var(--orange); }
.product-price {
  text-align: center;
  color: var(--blue);
  font-weight: 700;
  line-height: 1.2;
}
.price-num { font-size: 22px; }
.price-unit { font-size: 14px; }
.price-subsidy {
  display: block;
  font-size: 11px;
  color: var(--red);
  font-weight: 500;
  text-align: center;
  margin-top: 2px;
}

/* ======= 主要5メーカー ======= */
.makers { padding: 16px 18px 24px; }
.makers-inner {
  background: #ffffdb;
  border: 2px solid var(--orange);
  border-radius: 10px;
  overflow: hidden;
}
.makers-header {
  background: var(--orange);
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 14px 0;
}
.makers-desc {
  font-size: 13px;
  font-weight: 500;
  color: var(--text);
  text-align: center;
  line-height: 1.54;
  padding: 16px 16px 12px;
}
.makers-logos {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 16px 20px;
  align-items: center;
}
.makers-logos .makers-row img { height: 100%; max-width: 110px; object-fit: contain; }

/* ======= FLOW ======= */
.flow { padding: 24px 18px; }
.flow-inner {
  background: #ffffdb;
  border: 3px solid var(--blue);
  border-radius: 10px;
  box-shadow: 0 4px 11px 1px rgba(0,0,0,0.16);
  padding: 50px 18px 24px;
  position: relative;
}
.flow-bg-text {
  font-size: 39px;
  font-weight: 700;
  color: var(--blue);
  opacity: 0.41;
  text-align: center;
  text-shadow: 0 1px 4px rgba(0,0,0,0.25);
  letter-spacing: 1px;
  line-height: 1;
}
.flow-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--blue);
  text-align: center;
  margin-bottom: 28px;
  margin-top: 4px;
}
.flow-step { text-align: center; margin-bottom: 4px; }
.flow-step-last .flow-line { display: none; }
.flow-step-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
      width: 300px;
      margin: 0 auto;
}
.flow-circle {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 2.5px solid var(--blue);
  background: #fff;
  color: var(--blue);
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  z-index: 1;
}

.flow-step-head::before{
  position: absolute;
  display: block;
content: "";
width: 259px;
height: 2px;
    top: 16px;
       right: 24px;
background: #007BFF;
}

.flow-step-name {
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
  margin: 8px 0 4px;
}
.flow-step-sub {
  font-size: 13px;
  color: #555;
  margin-bottom: 8px;
}
.flow-badge {
  display: inline-block;
  background: var(--blue);
  border-radius: 4px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 4px 16px;
  margin-bottom: 20px;
}

/* ======= LINE見積り ======= */
.line-estimate {
  background: linear-gradient(152deg, #A0EFA1 0%, #D7F8D8 20.68%, #D6F8D6 86.55%, #A6F0A7 100%);
  padding: 30px 1px;
  text-align: center;
}
.line-est-popularity {
  font-size: 19px;
  font-weight: 700;
  color: #FF9305;
  margin-bottom: 10px;
}
.line-est-badge {
  display: inline-block;
  background: #43CF45;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  border-radius: 100px;
  padding: 6px 20px;
  margin-bottom: 12px;
}
.line-est-title {
  font-size: 36px;
  font-weight: 700;
  background: linear-gradient(92deg, #309331 3.46%, #43CF45 49.34%, #226923 95.21%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
  margin-bottom: 8px;
  line-height: 1.2;
}
.line-est-subtitle {
  font-size: 15px;
  font-weight: 700;
background-clip: text;
color: #388E3C;
-webkit-background-clip: text;
  margin-bottom: 20px;
  z-index: 2;
}
strong{
  background:linear-gradient(transparent 50%,#fafa00 50%,#fafa00 100%);
}

.yellow{
  color:#FFFB00 ;
  font-size: 18px;
}
.line-est-body {
  display: flex;
    align-items: center;
    gap: 12px;
    margin: 24px auto;
    justify-content: center;
}
.line-est-features {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: center;
}
.line-est-feature {
  background: #fff;
  border-radius: 100px;
  padding: 10px 5px;
  font-size: 12px;
  font-weight: 700;
  color: #012257;
  box-shadow: 0 1px 4px rgba(0,0,0,0.08);
  border: 1px solid #51B354;
}
.line-est-free {
  font-size: 20px;
  font-weight: 700;
  color: #388E3C;
  line-height: 1.4;
  margin-top: 6px;
  text-align: center;
}
.line-est-free-em {
  font-size: 28px;
  color: #FF9305;
}
.line-est-phone {
  width: 174px;
  flex-shrink: 0;
}
.line-est-phone img {
  width: 100%;
  display: block;
}

.line-camera{
margin: 0 auto;
width: 130px;
display: block;
    margin-bottom: -19px;
}

.line-est-btn {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  margin: 0 auto;
  line-height: 1.5;
padding: 9px 10px 15px;
flex-direction: column;
justify-content: center;
align-items: center;
border-radius: 9px;
border: 2px solid #16BF18;
background: var(--LINE, #43CF45);
box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.19);

}
.line-est-btn-icon {
  font-size: 28px;
  background: rgba(255,255,255,0.25);
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* ======= 代表からのご挨拶 + 会社概要 ======= */
.greeting-company {
  background: linear-gradient(to bottom, #ffffff 0%, #ffe3bf 100%);
  padding: 28px 18px 32px;
}
.greeting {
  margin-bottom: 32px;
}
.greeting-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--orange);
  margin-bottom: 14px;
}
.greeting-message {
  font-size: 12px;
  color: #555;
  line-height: 20px;
  width: 240px;
  margin-bottom: 16px;
}
.greeting-name {
  font-size: 12px;
  color: #555;
  text-align: right;
}
.company-title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: var(--orange);
  margin-bottom: 16px;
}
.company-table {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 6px 1px rgba(0,0,0,0.06);
  overflow: hidden;
}
.company-row {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #e5e5e5;
}
.company-row-last {
  border-bottom: none;
}
.company-label {
  background: #ffffdb;
  color: var(--orange);
  font-size: 12px;
  font-weight: 500;
  min-width: 82px;
  padding: 10px 8px;
  display: flex;
  align-items: center;
  border-radius: 0;
}
.company-value {
  font-size: 12px;
  color: #555;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  flex: 1;
}

/* ======= よくあるご質問 ======= */
.faq {
  background: var(--bg-blue);
  padding: 28px 18px 32px;
}
.faq-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--blue);
  text-align: center;
  margin-bottom: 20px;
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.faq-item {
  background: #fff;
  border-radius: 5px;
  padding: 0;
  overflow: hidden;
}
.faq-q {
  display: flex;
  align-items: center;
  padding: 10px 12px;
  gap: 10px;
  min-height: 38px;
}
.faq-label-q {
  font-size: 17px;
  font-weight: 700;
  color: var(--blue);
  flex-shrink: 0;
}
.faq-label-a {
  font-size: 17px;
  font-weight: 700;
  color: var(--orange);
  flex-shrink: 0;
}
.faq-q-text {
  font-size: 12px;
  font-weight: 500;
  color: #1a1a1a;
  flex: 1;
}
.faq-arrow {
  font-size: 16px;
  color: var(--blue);
  flex-shrink: 0;
  transform: rotate(90deg);
  display: inline-block;
}
.faq-divider {
  height: 1px;
  background: #e5e5e5;
  margin: 0 12px;
}
.faq-a {
  display: flex;
  align-items: flex-start;
  padding: 8px 12px 12px;
  gap: 10px;
}
.faq-a-text {
  font-size: 12px;
  color: #1a1a1a;
  line-height: 16px;
  flex: 1;
}

/* ======= お問合せフォーム ======= */
.contact {
  padding: 28px 18px 36px;
}
.contact-inner {
  background: var(--bg-blue);
  border-radius: 4px;
  padding: 28px 18px 32px;
}
.contact-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--blue);
  text-align: center;
  margin-bottom: 24px;
}
.contact-form {
  display: flex;
  flex-direction: column;
}
.contact-label {
  font-size: 10px;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 4px;
  line-height: 23.5px;
}
.contact-input {
  width: 268px;
  height: 34px;
  border: 1px solid var(--blue);
  border-radius: 3px;
  background: #fff;
  margin: 0 auto 16px;
  display: block;
  font-size: 13px;
  padding: 0 10px;
}
.contact-textarea {
  width: 268px;
  height: 111px;
  border: 1px solid var(--blue);
  border-radius: 3px;
  background: #fff;
  margin: 0 auto 16px;
  display: block;
  font-size: 13px;
  padding: 8px 10px;
  resize: vertical;
  font-family: inherit;
}
.contact-privacy-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 10px;
  color: #1a1a1a;
  text-decoration: none;
  width: 268px;
  height: 34px;
  border: 1px solid var(--blue);
  border-radius: 100px;
  margin: 0 auto 16px;
  background: #fff;
}
.contact-link-arrow {
  font-size: 14px;
  transform: rotate(90deg);
  display: inline-block;
}
.contact-submit {
  width: 226px;
  height: 49px;
  background: var(--blue);
  border: none;
  border-radius: 100px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  margin: 0 auto 12px;
  display: block;
  box-shadow: inset 0 3px 4px #61a4ec, inset 0 -4px 4px #0068d7;
}
.contact-privacy-note {
  font-size: 9px;
  color: #1a1a1a;
  text-align: center;
  line-height: 15.5px;
}

/* ======= CTA ======= */
.cta {
  padding: 32px 18px 1px;
  text-align: center;
}
.cta-title {
  font-size: 27px;
  font-weight: 700;
  background: linear-gradient(217.94deg, #004a99 15.3%, var(--blue) 44.9%, #004a99 74.5%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.36;
  margin-bottom: 10px;
}
.cta-sub {
  font-size: 15px;
  font-weight: 500;
  color: var(--text);
  line-height: 1.5;
  margin-bottom: 20px;
}
.cta-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 300px;
  min-height: 77px;
  border-radius: 40px;
  text-decoration: none;
  margin: 0 auto 12px;
  padding: 12px 0;
  font-weight: 700;
  color: #fff;
}
.cta-btn-top { font-size: 16px; line-height: 1.4; }
.cta-btn-main { font-size: 20px; line-height: 1.3; }
.cta-tel {
  background: #d90303;
  box-shadow: inset 0 -6px 4px #bd0303, inset 0 4px 4px #f06161;
}
.cta-tel .cta-btn-main { font-size: 25px; }
.cta-line {
  background: var(--line-green);
  box-shadow: inset 0 -6px 4px #25c327, inset 0 4px 4px #67ec69;
}
.cta-form {
  background: var(--blue);
  box-shadow: inset 0 -6px 4px #0268d4, inset 0 4px 4px #469fff;
}

/* ======= FOOTER ======= */
.footer {
  background: var(--bg-blue);
  padding: 28px 22px 16px;
  
}
.footer-company {
  font-size: 20px;
  font-weight: 500;
  color: var(--text);
  margin-bottom: 4px;
}
.footer-info { font-size: 12px; color: var(--text); line-height: 1.83; margin-bottom: 16px; }
.footer-divider {
  width: 100%;
  height: 1px;
  background: rgba(0,123,255,0.48);
  margin: 12px 0;
}
.footer-nav-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--blue);
  margin-bottom: 6px;
}
.footer-nav ul { list-style: none; font-size: 12px; color: var(--text); line-height: 1.83; }
.footer-copy {
  font-size: 10px;
  color: #99abc2;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 100px;
}


/* ======= PC (1024px以上) ======= */
@media (min-width: 1024px) {

  body {
    max-width: 100%;
    font-size: 16px;
  }

  /* --- FV --- */
  .fv-main img { max-height: 600px; width: 100%; object-fit: cover; }
  .fv-banners {
    display: flex;
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
  }
  .fv-banner1, .fv-banner2 {
    width: auto;
    flex: 1;
    margin: 0;
  }

  /* --- 緊急対応 --- */
  .emergency {
    max-width: 500px;
    margin: 32px auto;
    width: auto;
  }
  .emergency-title { font-size: 26px; }
  .emergency-text { font-size: 15px; }
  .emergency-btn { font-size: 22px; width: 320px; }

  /* --- お悩み --- */

  .worries-inner {
    margin: 0 auto;
    margin-top: 20px;
  }
  .dot-text {
   font-size: 32px;
      -webkit-text-emphasis: filled;
  text-emphasis: filled;
  color: var(--blue);
    }
  .worries-sm { font-size: 22px; }
  .worries-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    max-width: 900px;
    margin: 0 auto;
  }
  .worry-item {
    font-size: 15px;
    white-space: normal;
  }
  .check{
  width: 25px;
  margin-right: 10px;
}

  /* --- 解決訴求 --- */
  .resolve { padding: 64px 40px 48px; }
  .resolve-text { font-size: 36px; }
  .resolve-brand { font-size: 44px; }
  .resolve-jp { font-size: 36px; }

  /* --- REASONS --- */
  .reasons { padding: 56px 40px 64px; }
  .reasons-bg-text { font-size: 60px; }
  .reasons-title { font-size: 28px; margin-bottom: 36px; }
  .reasons-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
  }
  .reason-img img { height: 180px; }
  .reason-en { font-size: 20px; }
  .reason-num-sm { font-size: 22px; }
  .reason-label { font-size: 17px; margin-left: 124px; }
  .reason-desc { font-size: 17px; }
  .reason-card{
    height: 290px;
  }

  /* --- コミコミ価格 --- */
  .comikomi { padding: 48px 40px;background: url('../images/komikomi_pc.png') center;
  background-size: contain;
  background-repeat:no-repeat;margin: 10px; }
  .comikomi-inner {
    max-width: 700px;
    margin: 0 auto;
    padding: 32px 48px;
  }
  .comikomi-title { font-size: 26px; }
  .comikomi-badge { font-size: 20px; width: 200px; padding: 12px 0; }
  .comikomi-desc { font-size: 18px; }
  .comikomi-tags { flex-direction: row; justify-content: center; flex-wrap: wrap; gap: 10px; }
  .comikomi-row { gap: 10px; }
  .ctag { font-size: 16px; padding: 8px 16px; }
  .comikomi-note { font-size: 13px; }

  /* --- 商品カテゴリ --- */
  .products { padding: 48px 40px; }
  .products-title { font-size: 26px; margin-bottom: 28px; }
  .products-title::before { left: -78px; width: 160px; }
  .products-title::after { right: -78px; width: 160px; }
  .products-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    max-width: 1100px;
    margin: 0 auto;
  }
  .product-header { font-size: 15px; padding: 10px 0; }
  .product-img img { height: 110px; }
  .price-num { font-size: 20px; }

  /* --- 主要5メーカー --- */
  .makers { padding: 24px 40px 40px; }
  .makers-inner { max-width: 800px; margin: 0 auto; }
  .makers-header { font-size: 24px; padding: 18px 0; }
  .makers-desc { font-size: 15px; padding: 20px 40px 16px; }
  .makers-logos { flex-direction: row; gap: 24px; flex-wrap: wrap; justify-content: center; padding: 0 40px 28px; }
  .makers-logos .makers-row { gap: 24px; }
  .makers-logos .makers-row img { height: 100%; max-width: 130px; }
  .reason-makers {
    gap: 19px;
    min-height: 200px;
}
.makers-row img {
    max-width: 184px;
}

  /* --- FLOW --- */
  .flow { padding: 48px 40px; }
  .flow-inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 32px 30px 40px;
  }
  .flow-bg-text { font-size: 56px; }
  .flow-title { font-size: 26px; margin-bottom: 40px; }
  .flow-steps-row {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
  }
  .flow-step {
    flex: 1;
    text-align: center;
    position: relative;
    margin-bottom: 0;
  }
  .flow-step:not(.flow-step-last)::after {
    content: '▶';
    position: absolute;
    right: -14px;
    top: 2px;
    font-size: 18px;
    color: var(--blue);
    opacity: 0.6;
  }

  .flow-step-head::before {
    width: 130px;
    height: 2px;
    top: 16px;
    right: 27px;
    }
  .flow-step-head { flex-direction: column;     width: 186px;}
  .flow-circle { margin: 0 auto 10px; }
  .flow-step-name { font-size: 15px; }
  .flow-step-sub { font-size: 12px; }
  .flow-badge { font-size: 13px; padding: 3px 10px; }

  /* --- CTA --- */
  .cta { padding: 56px 40px; }
  .cta-title { font-size: 32px; }
  .cta-sub { font-size: 15px; margin-bottom: 32px; }
  .cta-btns-row {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .cta-btn {
    width: 300px;
    margin: 0;
  }
  .cta-btn-top { font-size: 14px; }
  .cta-btn-main { font-size: 22px; }
  .cta-tel .cta-btn-main { font-size: 24px; }

  /* --- 代表からのご挨拶 + 会社概要 --- */
  .greeting-company { padding: 48px 40px; }
  .greeting { max-width: 700px; margin: 0 auto 40px; }
  .greeting-title { font-size: 24px; }
  .greeting-message { font-size: 14px; width: auto; }
  .greeting-name { font-size: 14px; }
  .company-title { font-size: 24px; max-width: 700px; margin: 0 auto 20px; }
  .company-table { max-width: 700px; margin: 0 auto; }
  .company-label { font-size: 13px; min-width: 120px; padding: 12px 16px; }
  .company-value { font-size: 13px; padding: 12px 16px; }

  /* --- FOOTER --- */
  .footer { padding: 40px 40px 24px; }
  .footer-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.5fr 1px 1fr 1px 1fr;
    gap: 32px;
    align-items: start;
  }
  .footer-divider {
    width: 1px;
    height: 100%;
    margin: 0;
  }
  .footer-company { font-size: 22px; }
  .footer-info { font-size: 13px; margin-bottom: 0; }
  .footer-nav ul { font-size: 13px; }
  .footer-copy {
    grid-column: 1 / -1;
    font-size: 11px;
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid rgba(0,123,255,0.2);
  }
}


/* ======= LINE見積りタイトルアニメーション ======= */
.line-est-title {
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.line-est-title--in {
  animation: lineTitle 0.6s ease forwards;
}
@keyframes lineTitle {
  0%   { opacity: 0; transform: scale(0.85); }
  60%  { opacity: 1; transform: scale(1.04); }
  100% { opacity: 1; transform: scale(1); }
}



/* ======= 解決訴求アニメーション ======= */
.resolve-text {
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.resolve-text--in {
  animation: resolveIn 0.7s ease forwards;
}
@keyframes resolveIn {
  0%   { opacity: 0; transform: scale(0.9) translateY(16px); }
  100% { opacity: 1; transform: scale(1) translateY(0); }
}

/* FAQ */

.fa-inner{
  padding: 60px 24px;
  background: #E9F7FF;
}

.title_en.fa{
  color: #fff;
}

.title_ja.fa{
  color: #007BFF;
text-align: center;
font-size: 20px;
font-weight: 700;
line-height: normal;
margin-bottom: 23px;
}

.qa-7 {
    max-width: 500px;
    margin: 10px auto;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
    background-color: #fff;
}

.qa-7 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #2F2F2F;
    font-weight: 600;
    cursor: pointer;
    font-size: 15px;
    list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

.qa-7 summary::before,
.qa-7 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-7 p::before {
    position: absolute;
    left: 0.5em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-7 summary::before {
    color:#007BFF;
    content: "Q";
}

.qa-7 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-7[open] summary::after {
    transform: rotate(225deg);
}

.qa-7 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
        padding: .3em 2.3em 1.5em;
    color: #2F2F2F;
    transition: transform .5s, opacity .5s;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
}

.qa-7[open] p {
    transform: none;
    opacity: 1;
    border-top: 1.5px solid #007BFF;
    margin: 0rem 1rem;
}

.qa-7 p::before {
    color:#FF9305;
    line-height: 1.2;
    content: "A";
}

.faq {
  padding: 29px 10px;
  background: var(--color-yellow);
  overflow-x: hidden;
  margin-top: 30px;
}

.faq-inner {
  width: min(868px, 100% - 32px);
  margin-inline: auto;
}

.faq-head{
  margin:  0 auto;
  text-align: center;
      margin-bottom: 17px;
}




@media screen and (min-width:1024px){

  .faq {
    padding: 54px 10px;
}


.qa-7 {
    max-width: 740px;
    margin: 18px auto;
}

.qa-7 summary {
    font-size: 16px;
}

.qa-7 p {
    font-size: 16px;
}

.faq-head {
    margin-bottom: 35px;
}

.qa-7[open] p {
    margin: 0rem 3rem;
    padding-top: 11px;
}

.qa-7 summary {
    padding: 1em 3em 1em 4em;
}

.qa-7 summary::before{
    left: 1.8em;
}

.fa-inner {
    padding: 72px 24px;
}

}

/* contact */

.contact-inner{
  padding: 28px 0px;
}

.contact_cta{
  margin-top: 20px;
}

.hero-cta-row.contact{
    border: 0px solid;
}

.formtt{
      color: #007BFF;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}

.form{
  border-radius: 4px;
  background: #E9F7FF;
}

.formTable tr th{
  color: var(--, #1A1A1A);
font-family: "Noto Sans JP";
font-size: 10px;
font-style: normal;
font-weight: 500;
line-height: 23.5px; 
background: #E9F7FF;
}

#formWrap {
	width:700px;
	margin:0 auto;
	line-height:120%;
	font-size:90%;
  table-layout: fixed;
    font-size: 10px;
    border: 0px solid #007BFF;
    border-radius: 4px;
    padding: 30px 30px;
    text-align: center;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
  border: 0px;
  background-color: #ffffff00;
  margin-top: 17px;
}

table.formTable th{
	font-weight:normal;
	text-align:left;
}

input{
  border: 2px solid #007BFF;
    color: #333;
    font-size: 10px;
    background: #fff;
    text-align: left;
}

table.formTable th, table.formTable td {
	display:block;
}

table.formTable td .form_check {
  margin:  0 auto;
  text-align: center;
}

tr {
    width: 271px;
}

#formWrap {
	width: 98%;
  margin: 20px auto;
}

table.formTable th {
	border-bottom:0;
}
form input[type="text"], form textarea {
	width:100%;
	padding:12px 5px;
	font-size:110%;
    border: 1.5px solid #007BFF;
    color: #333;
    font-size: 14px;
    background: #fff;
    text-align: left;
    border-radius: 5px;
}

form select {
	width:100%;
	min-height: 45px;
	padding:12px 5px;
	font-size: 14px;
	line-height: 1.4;
    border: 1.5px solid #007BFF;
    color: #333;
    background: #fff;
    text-align: left;
    border-radius: 5px;
}

form input[type="submit"], form input[type="reset"], form input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}

input:-internal-autofill-selected {
    background-color: light-dark(rgb(232, 254, 236), rgba(70, 90, 126, 0.4)) !important;
}

input[type="checkbox" i] {
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    padding: initial;
    border: initial;
    margin: 3px 3px 3px 4px;
}

td {
  margin-bottom: 14px;
  font-size: 13px;
}

.submit-btn{
  width: 226px;
  height: 49px;
  border-radius: 100px;
  background: #007BFF;
  box-shadow: 0 3px 4px 0 #61A4EC inset, 0 -4px 4px 0 #0068D7 inset;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 23.5px; 
}

.formtxt{
font-size: 13px;
    line-height: 18px;
    margin-top: 10px;
    text-align: center;
    font-weight: 400;
}

.recaptcha-disclaimer {
    font-size: 11px;
    line-height: 16px;
    margin-top: 10px;
    text-align: center;
    color: #888;
}

.recaptcha-disclaimer a {
    color: #888;
    text-decoration: underline;
}
/* 個人情報の取り扱いについて */

.form-7 {
    max-width: 300px;
    margin: 10px auto;
    border: none;
    border-radius: 5px;
}

.form-7 summary {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0.5em 2em 0.5em 3em;
    color: #1A1A1A;
    font-weight: 600;
    cursor: pointer;
    font-size: 12px;
    list-style: none;
    background-color: #ffffff;
    border-radius: 41px;
    z-index: 10;
    border: 1.5px solid #007BFF;
}

summary::-webkit-details-marker {
  display: none;
}

.form-7 summary::before,
.form-7 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.form-7 p::before {
    position: absolute;
    left: 0.5em;
    font-weight: 600;
    font-size: 1.3em;
}

.form-7 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    margin-top: 1px;
    border-bottom: 3px solid #007BFF;
    border-right: 3px solid #007BFF;
    content: '';
    transition: transform .5s;
}

.form-7[open] summary::after {
    transform: rotate(225deg);
}

.form-7 div {
    position: relative;
    transform: translateY(-10px);
    margin: -6px 1px;
    padding: 1rem 2rem;
    color: #1A1A1A;
    transition: transform .5s, opacity .5s;
    border: 1.5px solid #007BFF;
    background-color: #ffffff;
    z-index: 1;
}

.form-7[open] .footer-innertxt {
    transform: none;
    opacity: 1;
    border-bottom: 1.5px solid #007BFF;
    font-size: 10px;
    line-height: 1;
    font-weight: 500;
    margin-top: 3px;
    padding-bottom: 3px;
}

.form-innertt{
  font-size: 10px;
  margin-top: 10px;
  line-height: 1.3;
}

.form-innertxt{
  font-size: 10px;
  margin-top: 10px;
  line-height: 1.3;
}

.formTable tr th {
    font-size: 14px;
    color: #1A1A1A;
    font-weight: 500;
}

@media screen and (min-width:1024px){
  table.formTable{
    width:64%;
    margin:0 auto;
    border-collapse:collapse;
    border: 0px;
    background-color: #ffffff00;
    margin-top: 17px;
  }

  .form-7 {
    max-width: 540px;
}

.form-innertt {
    font-size: 12px;
    margin-top: 15px;
    line-height: 1.5;
}

.form-innertxt {
    font-size: 12px;
    margin-top: 15px;
    line-height: 1.5;
}

.formTable tr th {
    font-size: 12px;
}

.form-7 summary {
    font-size: 12px;
}

td {
    margin-bottom: 12px;
}

table {
    font-size: 12px;
}

.formtxt {
    font-size: 10px;
}

#formWrap {
    width: 65%;
    margin: 20px auto;
}

}

.grecaptcha-badge { 
      bottom: 90px;
    right: -7px;
  /* visibility: hidden;  */
} 


