@charset "UTF-8";
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  font-weight: normal;
}
body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
img {
  width: 100%;
  display: inline-block;
  vertical-align: bottom;
}
iframe {
  width: 100%;
}
a {
  text-decoration: none;
}
h1,h2,h3,h4,.mincho {
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-style: normal;
}
.vibes {
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-style: normal;
}
.gold1 {
  background: linear-gradient(0deg, #AD710A 0%, #C78C06 27%, #FACB62 47%, #CC8F05 74%, #754602 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-right: .2em;
  margin-right: -.2em;
}
.gold2 {
  background: linear-gradient(0deg, #FFFFD7 26%, #F5D77F 36%, #F5D77F 61%, #FFFFD7 74%, #F5D77F 84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-right: .2em;
  margin-right: -.2em;
}









/*=============================
.btn-trigger
=============================*/
.btn-trigger {
  position: relative;
  width: 50px;
  height: 44px;
  cursor: pointer;
}
.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #091D44;
  border-radius: 4px;
}
.btn-trigger,
.btn-trigger span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
  top: 0;
}
.btn-trigger span:nth-of-type(2) {
  top: 20px;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}
#humbtn.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
}
#humbtn.active span:nth-of-type(2) {
  left: 200%;
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-animation: active-btn06-bar02 .8s forwards;
  animation: active-btn06-bar02 .8s forwards;
}
@keyframes active-btn06-bar02 {
  100% {
    height: 0;
  }
}
#humbtn.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
}








.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.hummenu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  gap: 0px;
  align-items: flex-start;
  overflow: hidden;
  width: 0px;
  transition: .3s;
  padding-top: 100px;
  background-color: rgb(249 248 255 / 95%);
}
.hummenu a {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 12px 5px;
  color: #091D44;
  font-size: 14px;
  border-bottom: solid 1px #ddd;
}
input[type="checkbox"]#hummenu {
  display: none;
}
input[type="checkbox"]#hummenu:checked ~ .hummenu{
  width: 250px;
}
.logo {
  display: block;
  width: 170px;
}
.header label {
  position: relative;
  z-index: 100000;
}
@media screen and (max-width:480px){
.header {
  padding: 15px;
}
.logo {
  width: 120px;
}
}



.mv {
  background-image: url(../img/mv-human.png), url(../img/mv-bk.png);
  padding: 7em 0 0;
  background-position: right 3em, center;
  background-size: 48%, cover;
  background-repeat: no-repeat, no-repeat;
}
.mv_inner {
  padding: 0 2em;
  max-width: 1200px;
  margin: 0 auto;
}
.mv_catch h1{
  font-size: 5em;
  line-height: 1.1;
  color: #091D44;
  padding: 1% 0px 3%;
}
.mv_catch h1 b {
  display: block;
  font-size: 120%;
  text-indent: -0.5em;
}
.mv_catch h2 {
  font-size: 1.6em;
  color: #091D44;
}
.mv_catch .vibes {
  font-size: 3em;
}
.mv_pick {
  position: relative;
}
.mv_pick_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 63%;
  max-width: 750px;
  gap: 10px;
  position: relative;
  z-index: 3;
  margin-top: 10px;
}
.mv_pick_list li img {
  box-shadow: rgba(0, 0, 0, .06) 0px 10px 20px;
  border-radius: 10000px;
}
.mv_pickvis {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45%;
  z-index: 2;
}

@media screen and (max-width:480px){
.mv {
  padding: 5em 0 0;
  background-position: right 13em, center;
  background-size: 70%, cover;
}
.mv_inner {
  padding: 0 15px;
}
.mv_catch {
  margin-bottom: 8em;
}
.mv_catch h1 {
  font-size: 40px;
  line-height: 1.2;
  padding: 2% 0px 4%;
}
.mv_catch h2 {
  font-size: 16px;
}
.mv_catch .vibes {
  font-size: 1em;
}
.mv_pick_list {
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  gap: 3px;
  margin-top: 10px;
}
.mv_pickvis {
  bottom: inherit;
  top: -110px;
  right: inherit;
  width: 230px;
}

}





.inner {
  padding: 80px 0;
  max-width: 1000px;
  width: calc(100% - 30px);
  margin: 0 auto;
}
.cta {
  margin-top: -13em;
}
.cta_cont {
  background: #082347;
}
.cta_cont .inner {
  background-image: url(../img/cta-human.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}
.cta_cont_child {
  color: #fff;
}
.cta_cont h2{
  background-image: url(../img/cta-ttl-bk.png);
  background-size: 100% 100%;
  max-width: 600px;
  padding: 10px 0 15px;
  text-align: center;
  font-size: 2.4em;
  color: #091D44;
}
.cta_cont h3 {
  color: #fff;
  font-size: 3em;
  font-style: italic;
  line-height: 1.2;
  border-bottom: solid 2px;
  border-image: linear-gradient(-28deg, #B07515 0%, #E0BA5F 9%, #F5D77F 14%, #FFFFD7 25%, #F5D77F 36%, #B07515 49%, #E0BA5F 57%, #F5D77F 61%, #FFFFD7 74%, #F5D77F 85%, #B07515 100%) 2;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.cta_cont h3 span.size1 {
  font-size: 160%;
}
.cta_cont_child {
  width: 70%;
  max-width: 600px;
}
.cta_subttl {
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2em;
}
.cta_btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 30px;
}
.cta_btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-style: normal;
  padding: 15px 0;
  border-radius: 3px;
}
.cta_btns a.contact_btn {
  border: solid 2px;
  border-image: linear-gradient(-28deg, #B07515 0%, #E0BA5F 9%, #F5D77F 14%, #FFFFD7 25%, #F5D77F 36%, #B07515 49%, #E0BA5F 57%, #F5D77F 61%, #FFFFD7 74%, #F5D77F 85%, #B07515 100%) 2;
  background: #091D44;
}
.cta_btns a.line_btn {
  background: linear-gradient(45deg, #23C85A, #00A236);
}
.cta_btns a img {
  width: 8%;
  margin-right: 5px;
}
.cta_btns a p {
  color: #fff;
  font-size: 1.6em;
}

@media screen and (max-width:480px){
.inner {
  padding: 50px 0;
}
.cta {
  margin-top: -5em;
}
.cta_cont .inner {
  background-repeat: no-repeat;
  background-position: 110% 40%;
  background-size: 160px;
}
.cta_cont_child {
  width: 100%;
}
.cta_cont h2 {
  font-size: 1.8em;
}
.cta_cont h3 {
  font-size: 1.8em;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.cta_btns {
  grid-template-columns: 1fr;
}
.cta_subttl {
    font-size: 1em;
}

}



.section_pickttl {
  border-bottom: solid 2px;
  border-image: linear-gradient(-28deg, #B07515 0%, #E0BA5F 9%, #F5D77F 14%, #FFFFD7 25%, #F5D77F 36%, #B07515 49%, #E0BA5F 57%, #F5D77F 61%, #FFFFD7 74%, #F5D77F 85%, #B07515 100%) 2;
  padding-bottom: .5em;
  margin-bottom: 1em;
  text-align: center;
  font-size: 3em;
  color: #091D44;
  position: relative;
}
.section_pickttl:before {
  content: "Case Study";
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 200%;
  position: absolute;
  opacity: .04;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
}
.linkbtn,
input[type="submit"],
input[type="button"] {
  color: #091D44;
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-style: normal;
  border: solid 2px;
  border-image: linear-gradient(-28deg, #E0BA5F 9%, #F5D77F 14%, #FFFFD7 25%, #F5D77F 36%, #E0BA5F 57%, #F5D77F 61%, #FFFFD7 74%, #F5D77F 85%, #B07515 100%) 2;
  background: linear-gradient(40deg, #f5d77f 0%, #ffffd7 26%, #f5d77f 36%, #f5d77f 61%, #f5d77f 84%);
  font-size: 1.2em;
  padding: 0.7em 0;
  width: 300px;
  display: block;
  text-align: center;
}
input[type="submit"] {
  margin: 0 auto;
}
.casestudy {
  background-image: url(../img/casestudy-bk.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
.casestudy_child {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.casestudy_child .left b {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  gap: 5px;
  background-color: #091D44;
  clip-path: polygon(0% 0%, 93% 0%, 100% 50%, 93% 100%, 0% 100%);
  color: #fff;
  padding: .5em 0;
  position: relative;
}
.casestudy_child .left b:before {
  content:"";
  position: absolute;
  clip-path: polygon(0% 0%, 93% 0%, 100% 50%, 93% 100%, 0% 100%);
  border: solid 1px #091D44;
}
.casestudy_child .left b img {
  width: 34px;
}
.casestudy_child .left b span {
  font-size: 60%;
}
.casestudy_child .left p {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.8;
  padding: 1em;
}


@media screen and (max-width:480px){
.casestudy_child {
  grid-template-columns: 1fr;
}
.section_pickttl {
  font-size: 2em;
  border-bottom: solid 2px;
  padding-bottom: .3em;
  margin-bottom: .7em;
}
.section_pickttl:before {
  font-size: 150%;
  width: 100%;
}
.casestudy_child .left b {
  font-size: 1.2em;
  flex-wrap: wrap;
  gap: 0px 3px;
}
.casestudy_child .left b img {
  width: 20px;
}
.casestudy_child .left b span {
    font-size: 60%;
    width: 100%;
    text-align: center;
}
.casestudy_child .left p {
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    padding: 20px 3px;
}
.casestudy_child .left b {
    clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 50% 100%, 0% 70%);
    padding: .8em 0 1em;
}
.linkbtn,
input[type="submit"] {
    font-size: 1em;
    padding: 0.7em 0;
    width: 250px;
    margin: 0 auto;
}

}


.section_ttl {
  text-align: center;
  font-size: 2em;
  line-height: 1.3;
  color: #091D44;
}
.section_ttl .small {
  font-size: 80%;
}
.section_ttl .large {
  font-size: 140%;
}
.about .section_ttl {
  color: #fff;
}
.about .inner {
  padding: 50px 0;
}
.about_cont {
  background: linear-gradient(0deg, #082347, #0b2e5d, #082347);
}
.about_list {
  display: grid;
  gap: 30px;
}
.about_list li {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 50px;
  color: #fff;
  align-items: center;
}
.about_list li:nth-child(even) {
  grid-template-columns: 400px 1fr;
}
.about_list li b {
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  display: flex;
  line-height: 1;
  background: linear-gradient(0deg, #fae7ae 36%, #eddaa1 61%, #FFFFD7 74%, #fff8e2 84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  align-items: center;
  gap: 10px;
}
.about_list li b span {
  font-size: 12px;
}
.about_list li h3 {
  font-size: 2.4em;
  line-height: 1.2;
}
.about_list li h3 span.small {
  font-size: 80%;
}
.about_list li p {
  font-size: 16px;
  line-height: 2;
  margin-top: 20px;
  font-weight: 300;
}

@media screen and (max-width:480px){
.section_ttl {
  font-size: 20px;
}
.about_list li,
.about_list li:nth-child(even) {
  grid-template-columns: 1fr;
  gap: 20px;
}
.about_list li h3 {
  font-size: 26px;
  line-height: 1.2;
}
.about_list li p {
  font-size: 14px;
  margin-top: 10px;
}

}




.approach_cont {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 30px;
}
.approach_cont.set {
  grid-template-columns: 1fr 150px;
}
.sticky_box {
  background-color: #091D44;
  border-radius: 5px;
  color: #fff;
  padding: 20px;
  border: solid 1px;
  position: sticky;
  top: 50px;
  left: 0;
}
.sticky_box span {
  background: linear-gradient(0deg, #FFFFD7 26%, #F5D77F 36%, #F5D77F 61%, #FFFFD7 74%, #F5D77F 84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Zen Antique Soft", serif;
  display: block;
  text-align: center;
  font-size: 12px;
}
.sticky_box b {
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3em;
  line-height: 1;
  background: linear-gradient(0deg, #fae7ae 36%, #eddaa1 61%, #FFFFD7 74%, #fff8e2 84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  text-align: center;
}
.sticky_box img {
  padding: 10px 0;
  display: block;
}
.sticky_box p {
  display: block;
  text-align: center;
  font-size: 1.4em;
  margin-bottom: 15px;
  line-height: 1.1;
}
.sticky_box h3 {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
.approach .inner {
  display: grid;
  gap: 50px;
}
.approach_cont .right {
  border-left: solid 1px;
  border-image: linear-gradient(-28deg, #B07515 0%, #E0BA5F 9%, #F5D77F 14%, #FFFFD7 25%, #F5D77F 36%, #B07515 49%, #E0BA5F 57%, #F5D77F 61%, #FFFFD7 74%, #F5D77F 85%, #B07515 100%) 2;
  padding-left: 30px;
}
.approach_cont.set .right {
  border-left: none;
  border-right: solid 1px;
  border-image: linear-gradient(-28deg, #B07515 0%, #E0BA5F 9%, #F5D77F 14%, #FFFFD7 25%, #F5D77F 36%, #B07515 49%, #E0BA5F 57%, #F5D77F 61%, #FFFFD7 74%, #F5D77F 85%, #B07515 100%) 2;
  padding-left: 0px;
  padding-right: 30px;
}
.approach_list {
  display: grid;
  gap: 70px;
}
.approach_list li {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: stretch;
}
.approach_list li b {
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  display: flex;
  line-height: 1;
  align-items: center;
  gap: 10px;
}
.approach_list li b span {
  font-size: 12px;
}
.approach_list li h3 {
  font-size: 1.8em;
  line-height: 1.3;
  padding: 20px 0px;
  color: #091D44;
}
.approach_list li p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}
.approach_list li img {
  object-fit: cover;
}
.approach_list_child {
  padding: 30px 0;
}


@media screen and (max-width:480px){
.approach_cont,
.approach_cont.set {
  grid-template-columns: 1fr;
}
.approach .section_ttl {
  margin-top: 20px;
}
.approach_list li {
  display: grid;
  grid-template-columns: 1fr;
  gap:0px;
}
.sticky_box{
  display: flex;
  align-items: center;
  gap: 10px;
}
.sticky_box img {
  display: none;
}
.sticky_box h3 {
  text-align: left;
  font-size: 10px;
}
.sticky_box h3 br {
  display: none;
}
.sticky_box p {
  text-align: left;
  font-size: 1.2em;
  margin-bottom: 3px;
}
.approach_cont.set {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.approach_cont .right {
  padding-left: 20px;
}
.approach_list_child {
  padding: 10px 0;
}
.approach_list {
  gap: 30px;
}
.approach_list li h3 {
  font-size: 1.4em;
  line-height: 1.2;
  padding: 10px 0px;
}
.approach_list li b {
    font-size: 28px;
}
.approach_list li b span {
    font-size: 10px;
}



}



.lstep_cont {
    background: linear-gradient(0deg, #082347, #0b2e5d, #082347);
}
.lstep .section_pickttl {
  color: #fff;
}
.lstep .section_pickttl:before {
    content: "Lstep Case";
    color: #fff;
    opacity: .1;
}


.lstep_list {
  display: grid;
  gap: 80px;
}
.lstep_list li {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 50px;
  color: #fff;
  align-items: center;
}
.lstep_list li:nth-child(even) {
  grid-template-columns: 300px 1fr;
}
.lstep_list li b {
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  display: flex;
  line-height: 1;
  background: linear-gradient(0deg, #fae7ae 36%, #eddaa1 61%, #FFFFD7 74%, #fff8e2 84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.lstep_list li b span {
  font-size: .7em;
}
.lstep_list li h3 {
  font-size: 2.3em;
  line-height: 1.2;
}
.lstep_list li h3 span.small {
  font-size: 80%;
}
.lstep_list li p {
  font-size: 16px;
  line-height: 2;
  margin-top: 20px;
  font-weight: 300;
}

.lstep_list_data {
  margin-top: 20px;
}
.lstep_list_data dt {
  border-bottom: solid 1px #ddd;
  font-weight: 500;
  font-size: 14px;
}
.lstep_list_data dd {
  font-weight: 400;
  line-height: 1.8;
}
.lstep_list_data dt,
.lstep_list_data dd {
  padding: 8px;
}


@media screen and (max-width:480px){
.lstep_list li,
.lstep_list li:nth-child(even) {
  grid-template-columns: 1fr;
}
.lstep_list li h3 {
  font-size: 1.2em;
  line-height: 1.2;
}
.lstep_list_data dt {
  font-size: 12px;
}
.lstep_list_data dd {
  font-size: 14px;
}
.lstep_list img {
  height: 380px;
  object-fit: cover;
}

}




.plan {
  background-image: url(../img/casestudy-bk.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
.plan .section_ttl {
  text-align: left;
}
.plan .section_ttl .large {
  font-size: 180%;
}
.ttl_undertxt {
  max-width: 700px;
  display: block;
  font-size: 14px;
  line-height: 1.4;
  padding: 20px 0;
}
.plan_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5px;
}
.plan_list li {
  position: relative;
  color: #fff;
  background-color: #091D44;
  padding: 30px 20px;
  text-align: center;
  border: solid 2px;
  border-image: linear-gradient(-28deg, #B07515 0%, #E0BA5F 9%, #F5D77F 14%, #FFFFD7 25%, #F5D77F 36%, #B07515 49%, #E0BA5F 57%, #F5D77F 61%, #FFFFD7 74%, #F5D77F 85%, #B07515 100%) 2;
}
.pickup_label{
  position: absolute;
  width: 250px;
  top: -10px;
  right: 20px;
}
.plan_list li h3 {
  font-size: 2em;
  border-bottom: solid 1px;
  border-image: linear-gradient(-28deg, #B07515 0%, #E0BA5F 9%, #F5D77F 14%, #FFFFD7 25%, #F5D77F 36%, #B07515 49%, #E0BA5F 57%, #F5D77F 61%, #FFFFD7 74%, #F5D77F 85%, #B07515 100%) 2;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.plan_list li b {
  font-weight: 500;
  display: block;
  line-height: 1;
}
.plan_list li b span {
  font-size: 2.4em;
  line-height: 1;
}
.plan_list li.full {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  gap: 30px;
  text-align: left;
  align-items: center;
}
.plan_list li.full h3 {
  font-size: 2.6em;
}
.plan_list li.full b span {
    font-size: 4em;
}
.plan_list_data {
  margin-top: 20px;
  display: grid;
  gap: 5px;
}
.plan_list_data dt {
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 5px;
}
.plan_list_data dt:before {
  content:"";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/check.png);
  background-size: 100% 100%;
}

.footer {
  background-color: #091D44;
  border-top: solid 2px;
  border-image: linear-gradient(-28deg, #B07515 0%, #E0BA5F 9%, #F5D77F 14%, #FFFFD7 25%, #F5D77F 36%, #B07515 49%, #E0BA5F 57%, #F5D77F 61%, #FFFFD7 74%, #F5D77F 85%, #B07515 100%) 2;
}
.footer .inner {
  display: grid;
  grid-template-columns: 170px 400px;
  gap: 100px;
}
.footer_menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 10px;
}
.footer_menu a {
  color: #fff;
}
.copy_right {
  font-weight: 400;
  text-align: center;
  font-size: 12px;
  display: block;
  padding: 5px;
}

@media screen and (max-width:480px){
.plan_list {
  grid-template-columns: 1fr;
  gap: 10px;
}
.plan_list li.full {
  display: block;
  text-align: center;
  padding: 50px 20px;
}
.plan_list li h3 {
  font-size: 1.6em;
}
.plan_list li.full h3 {
  font-size: 1.8em;
}
.pickup_label {
  position: absolute;
  width: 200px;
  top: -7px;
  right: 0px;
}

.footer .inner {
  grid-template-columns: 1fr;
  gap: 50px;
}
.footer_menu {
  grid-template-columns: 1fr;
  gap: 15px 10px;
}
.ft_logo {
  max-width: 200px;
  margin: 0 auto;
}
.copy_right {
  font-size: 11px;
  padding: 3px;
}

}




.bottom_ttl .inner {
  padding: 170px 0 0;
}
.bottom_ttl_child h1{
  color:#091D44;
  font-size: 3em;
}
form h3 {
  font-size: 1.8em;
  border-bottom: solid 1px;
  border-image: linear-gradient(-28deg, #B07515 0%, #E0BA5F 9%, #F5D77F 14%, #FFFFD7 25%, #F5D77F 36%, #B07515 49%, #E0BA5F 57%, #F5D77F 61%, #FFFFD7 74%, #F5D77F 85%, #B07515 100%) 2;
  padding: 0 .5em .5em;
  margin-bottom: 1em;
}
form h3 span {
  font-size: 80%;
  margin-right: 10px;
}
form table {
  margin-bottom: 50px;
  width: 100%;
}
form table th {
  text-align: left;
}
form table th,
form table td {
  padding: 1em .5em;
}
.dateset span:not(:last-child) {
  display: block;
  margin-bottom: 5px;
}
form table th .required:after {
  content:"*";
  color: red;
}

/* ===== 共通リセット ===== */
input[type="checkbox"],
input[type="radio"],
input[type="text"],
input[type="date"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
  font-family: inherit;
  font-size: 1rem;
  color: #1a1a1a;
  box-sizing: border-box;
  outline: none;
}

/* ===== テキスト・日付入力 ===== */
input[type="text"],
input[type="date"],
input[type="email"],
input[type="tel"] {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  background-color: #fff;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder {
  color: #9ca3af;
}

input[type="text"]:hover,
input[type="date"]:hover,
input[type="email"]:hover,
input[type="tel"]:hover  {
  border-color: #9ca3af;
}

input[type="text"]:focus,
input[type="date"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus {
  border-color: #091D44;
  box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.15);
}

input[type="text"]:disabled,
input[type="date"]:disabled,
input[type="email"]:disabled,
input[type="tel"]:disabled{
  background-color: #f3f4f6;
  color: #9ca3af;
  cursor: not-allowed;
}

/* date専用：カレンダーアイコンの調整（任意） */
input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.15s ease;
}
input[type="date"]::-webkit-calendar-picker-indicator:hover {
  opacity: 1;
}

/* ===== チェックボックス ===== */
input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border: 1.5px solid #d1d5db;
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
  display: inline-grid;
  place-content: center;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}

input[type="checkbox"]::before {
  content: "";
  width: 10px;
  height: 10px;
  transform: scale(0);
  transition: transform 0.12s ease-in-out;
  box-shadow: inset 1em 1em white;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

input[type="checkbox"]:checked {
  background-color: #091D44;
  border-color: #091D44;
}

input[type="checkbox"]:checked::before {
  transform: scale(1);
}

input[type="checkbox"]:hover {
  border-color: #091D44;
}

input[type="checkbox"]:focus-visible {
  box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.25);
}

input[type="checkbox"]:disabled {
  background-color: #f3f4f6;
  border-color: #e5e7eb;
  cursor: not-allowed;
}

/* ===== ラジオボタン ===== */
input[type="radio"] {
  width: 20px;
  height: 20px;
  border: 1.5px solid #d1d5db;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  display: inline-grid;
  place-content: center;
  transition: border-color 0.15s ease;
}

input[type="radio"]::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #091D44;
  transform: scale(0);
  transition: transform 0.12s ease-in-out;
}

input[type="radio"]:checked {
  border-color: #091D44;
}

input[type="radio"]:checked::before {
  transform: scale(1);
}

input[type="radio"]:hover {
  border-color: #091D44;
}

input[type="radio"]:focus-visible {
  box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.25);
}

input[type="radio"]:disabled {
  background-color: #f3f4f6;
  border-color: #e5e7eb;
  cursor: not-allowed;
}


button,
.btn {
  appearance: none;
  -webkit-appearance: none;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  padding: 10px 20px;
  border-radius: 8px;
  border: 1px solid transparent;
  cursor: pointer;
  outline: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: background-color 0.15s ease,
              border-color 0.15s ease,
              box-shadow 0.15s ease,
              transform 0.1s ease;
}

button:active,
.btn:active {
  transform: translateY(1px);
}

button:focus-visible,
.btn:focus-visible {
  box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.25);
}


@media screen and (max-width:480px){
.bottom_ttl .inner {
    padding: 150px 0 0px;
}
.bottom_ttl_child h1 {
  font-size: 2em;
}
form h3 {
  font-size: 1.4em;
  padding: 0 0 .5em;
}
form h3 span {
  font-size: 70%;
  display: block;
}
form table th,
form table td {
  display: block;
  padding: .5em;
}
form .wpcf7-list-item {
  display: block;
  margin: 0 0 10px;
  font-size: .8em;
}

}



.gaiyo p {
  display: block;
  border-top: solid 1px #ddd;
  padding: 1em 2em;
}
.privacy span {
  display: block;
  border-bottom: solid 1px #ddd;
  padding: .8em 0;
  margin: 1em 0;
  font-weight: bold;
  font-size: 120%;
  color: #091D44;
}
.orderform_child .thanks_txt {
	text-align: center;
	line-height: 2;
	padding: 2em 0 4em;
}
@media screen and (max-width:480px){
.gaiyo p {
  padding: .8em;
  font-size: .9em;
}
.privacy p {
  font-size: 14px;
  line-height: 1.8;
}
.orderform_child .thanks_txt {
	text-align: left;
}

}
