html {
  font-size: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}

body {
  overflow-x: hidden;
  font-family: 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  width: 100%;
  vertical-align: bottom;
}

p {
  padding: 0;
}

.p {
  line-height: 1;
}

section {
  max-width: 1000px;
  margin: 0 auto;
}

.header {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 80px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}

.header-inner {
  max-width: 1022px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 20px;
}

.header-box {
  padding: 10px 0;
}

.header-ttl {
  position: absolute;
  top: 15px;
  left: 10;
  max-width: 50px;
}

.header-inner h1 a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}

.header-nav ul {
  display: flex;
}
.header-nav ul li {
  margin-right: 30px;
  font-weight: bold;
}
.header-nav ul li a {
  color: black;
  font-size: 14px;
}
.header-nav ul li a:hover {
  color: #F29339;
}

/* ハンバーガー */
#menu {
  z-index: 2;
  display: none;
}

#menu-bar {
  width: 45px;
  height: 40px;
  margin: 30px 20px 0 20px;
  cursor: pointer;
}

.bar {
  height: 5px;
  width: 100%;
  background-color: #F29339;
  display: block;
  border-radius: 5px;
  transition: 0.3s ease;
}

#bar1 {
  transform: translateY(-4px);
}

#bar3 {
  transform: translateY(4px);
}

.nav {
  transition: 0.3s ease;
  display: none;
}

.nav ul {
  padding: 0 22px;
}

.nav li {
  list-style: none;
  padding: 12px 0;
  font-weight: bold;
}

.nav li a {
  color: white;
  font-size: 20px;
  text-decoration: none;
}

.nav li a:hover {
  font-weight: bold;
}

.menu-bg, #menu {
  top: 0;
  right: 0;
  position: absolute;
}

.menu-bg {
  z-index: 1;
  width: 0;
  height: 0;
  margin: 30px 0 20px 20px;
  background: radial-gradient(circle, #F29339, #F29339);
  border-radius: 50%;
  transition: 0.3s ease;
}

.change {
  display: block;
}

.change .bar {
  background-color: white;
}

.change #bar1 {
  transform: translateY(4px) rotateZ(-45deg);
}

.change #bar2 {
  opacity: 0;
}

.change #bar3 {
  transform: translateY(-6px) rotateZ(45deg);
}

.change-bg {
  width: 690px;
  height: 800px;
  transform: translate(60%,-30%);
}
/* //ハンバーガー */


/* .mv {
  padding-top: 80px;
} */

.inner {
  text-align: center;
}

.point {
  padding-top: 50px;
  padding-bottom: 70px;
}

.ttl-en {
  font-size: 24px;
  color: #F29339;
}

.ttl-ja {
  font-size: 40px;
  color: #F29339;
}

.point-ttl-text {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 40px;
}

.point_area-list {
  display: grid;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  /* margin-bottom: 50px; */
}

/* .point-area-item {
  display: flex;
} */

.point-area-item-logo {
  width: 120px;
  height: 120px;
  /* line-height: 37px; */
  background: #F29339;
  color: #fff;
  border-radius: 10px;
  display: block;
  text-align: center;
  padding: 15px;
  position: absolute;
}

/* .logo2 {
  margin-top: 30px;
} */

.point-area-item-en {
  font-size: 16px;
  line-height: 1;
  padding-top: 10px;
}

.point-area-item-number {
  font-size: 48px;
  line-height: 1;
  padding-top: 5px;
}


.point-area-item-ttl {
  color: #F29339;
  padding-left: 150px;
  font-size: 20px;
  font-weight: bold;
  padding-top: 10px;
}

.point-area-item-ttl p {
  font-size: 14px;
}

.point_area-item-box {
  background: #FFFBDE;
  margin-top: 30px;
  height: 360px;
}

/* .box2 {
  margin-top: 60px;
} */

.box-height {
  height: 420px;
}

.point-area-item-center {
  text-align: center;
}

.point_area-item-box img {
  width: 200px;
  /* padding: 20px 0; */
}

.point-area-item-text {
  padding-bottom: 30px;
  margin: 0 auto;
  padding: 0 30px 30px;
}

.feature {
  padding-top: 85px;
  background: #F9F9F2;
  padding-bottom: 70px;
}

.feature-inner {
  text-align: center;
}

.feature img {
  width: 90%;
  height: auto;
}

.feature-ttl-ja {
  padding-bottom: 40px;
}

.feature_area-list {
  display: grid;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin: 0 auto;
  max-width: 1000px;
}

.feature_area-item {
  align-items: center;
}

.feature_area-ttl {
  font-size: 24px;
  font-weight: bold;
  color: #F29339;
  margin-bottom: 10px;
}

.feature_area-item img {
  width: 140px;
  padding: 20px 0;
}

.feature-img {
  padding: 0 30px;
}

.mind {
  padding-top: 70px;
  padding-bottom: 80px;
  background: #F9F9F2;
}

.mind p {
  max-width: 1000px;
  margin: 0 auto;
  line-height: 2;
  margin-bottom: 30px;
}

.mind-box {
  display: flex;
  justify-content: center;
  padding: 0 30px;
  max-width: 1000px;
  margin: 0 auto;
}

.mind-img {
  margin-right: 15px;
}

.mind-img img{
  max-width: 500px;
  height: auto;
  border-radius: 15px;
}

.mind-img:last-child {
  margin-right: 0px;
}

.caption {
  margin-top: 10px;
}

.voice {
  padding-top: 60px;
}

.voice-ttl-ja {
  margin-bottom: 30px;
}

.voice_area-list {
  display: grid;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
}

.voice_area-box {
  display: flex;
  background: #EAEAEA;
  padding: 25px;
  align-items: center;
  height: 220px;
}

.g_voice_area-box {
  display: flex;
  background: #FFFBDE;
  padding: 25px;
  align-items: center;
  height: 240px;
}

.voice_area-img img {
  width: 120px;
  margin-right: 20px;
}

.g_voice_area-img img {
  width: 120px;
  margin-right: 20px;
}

.voice_area-text {
  font-size: 14px;
}

.g_voice {
  padding-top: 100px;
  padding-bottom: 70px;
}

.g_voice-ttl-ja {
  padding-bottom: 40px;
}

.g_voice_area_name {
  margin-right: 20px;
  margin-top: 10px;
}

.step {
  margin-top: 55px;
  background: #EAEAEA;
}

.step-ttl-en {
  padding-top: 36px;
}

.step-ttl-ja {
  padding-bottom: 34px;
}

.step_area-list {
  display: grid;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  padding-bottom: 87px;
  max-width: 1000px;
  margin: 0 auto;
}

.step_area-ttl {
  font-size: 20px;
  padding-top: 15px;
}

.step_area-text {
  padding-top: 11px;
  border: 1px solid #000;
  border-right: none;
  border-left: none;
  border-bottom: none;
}

.qa {
  padding-top: 37px;
  background: #F9F9F2;
  padding-bottom: 74px;
}

.qa-ttl-ja {
  padding-bottom: 40px;
}

.qa-list-Q {
  font-size: 40px;
  padding-right: 10px;
  padding-left: 25px;
}
.qa-list-A {
  font-size: 40px;
  padding-right: 10px;
  padding-left: 25px;
}


.flex{
  padding: 20px 0;
  display: flex;
  /* justify-content: center; */
  background: #F29339;
  color: #fff;
  font-size: 18px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.flex2{
  padding: 20px 0;
  display: flex;
  /* justify-content: center; */
  background: #fff;
  margin-bottom: 30px;
  font-size: 18px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.qa-ttl-list {
  margin: 0 auto;
  max-width: 1000px;
}

.qa p  {
  padding-right: 30px;
  text-align: left;
}

.center-line {
  padding-top: 15px;
}

.access {
  padding-top: 44px;
  background: #FFFBDE;
}

.access-inner {
  margin: 0 auto;
  max-width: 1000px;
}

.access-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 70px;
}

.access-flex dl {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 0;
  margin-bottom: 25px;
}

.access-flex dt {
  text-align-last: left;
  width: 30%;
  margin-bottom: 20px;
}

.access-flex dd {
  text-align-last: left;
  width: 70%;
  margin-bottom: 20px;
}

.access-ttl-ja {
  margin-bottom: 25px;
}

.map {
  display: block;
  margin-right: 50px;
}

.map-img {
  width: 552px;
  height: 353px;
}

.contact {
  margin-top: 80px;
  background: #F29339;
  border-radius: 15px;
  margin-bottom: 93px;
}

.contact-ttl-en {
  color: #fff;
  padding-top: 35px;
}

.contact-ttl-ja {
  color: #fff;
  padding-bottom: 20px;
}

.contact-btn {
  padding-bottom: 44px;
}

.btn-design {
  width: 464px;
  line-height: 70px;
  background: #fff;
  color: #F29339;
  border-radius: 10px;
  display: block;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 24px;
}
/* #page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}
#page-top a {
  background: #F29339;
  text-decoration: none;
  color: #fff;
  width: 80px;
  padding: 28px 5px;
  text-align: center;
  display: block;
  border-radius: 90px;
  transition: all .3s ease;
}
#page-top a:hover {
  text-decoration: none;
  opacity: .5;
}


.page-top {
  position: fixed;
  bottom: 30px;
  right: 15px;
} */

/*  */
.pagetop {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 15px;
}
.pagetop a {
  display: block;
  text-align: center;
  color: #222;
  font-size: 12px;
  text-decoration: none;
  padding: 5px 10px;
}
.pagetop a:hover {
  display: block;
  font-size: 12px;
  text-decoration: none;
  padding:5px 10px;
}
/*  */

.footer-inner {
  width: 100%;
  margin: 0 auto;
  background-color: #F29339;
}

.footer-box {
  text-align: center;
  padding: 50px;
}

small {
  font-size: 14px;
  color: #fff;
}



.css-carousel-slider {
  width: 100%;
  /* max-width: 800px */ /* サイズ設定をする場合はここ(*1) */
  overflow: hidden;
  position: relative;
  height: 580px;
}
.css-carousel-slider img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

/* スライド設定 */
.css-carousel-slider .slide-wrap {
  width: 400%; /* 画像の合計数*100%を設定(*2) */
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  z-index: 0;
  animation: css-carousel-slider 20s infinite; /* スライダーアニメーション全体の時間(*3) */
  animation-delay: 2s; /* スライダーが始まるまでの時間(*4) */
}
.css-carousel-slider .slide-wrap-main {
  width: 100%;
  z-index: 1;
  animation: css-carousel-slider-main 20s infinite; /* (*3)と同じ内容を設定 */
  animation-delay: 2s; /* (*4)と同じ内容を設定 */
}
.css-carousel-slider .slide {
  width: 100%;
}

/* スライダーアニメーションの設定(*5) */
@keyframes css-carousel-slider {
  0% { transform: translateX(0); }

  20% { transform: translateX(calc(1 / 4 * -100%)); }
  25% { transform: translateX(calc(1 / 4 * -100%)); }

  45% { transform: translateX(calc(2 / 4 * -100%)); }
  50% { transform: translateX(calc(2 / 4 * -100%)); }

  70% { transform: translateX(calc(3 / 4 * -100%)); }
  75% { transform: translateX(calc(3 / 4 * -100%)); }

  95% { transform: translateX(calc(4 / 4 * -100%)); }
  100% { transform: translateX(calc(4 / 4 * -100%)); }
}

@keyframes css-carousel-slider-main {
  0% { transform: translateX(100%); }
  75% { transform: translateX(100%); }
  95% { transform: translateX(0%);}
}

@media screen and (max-width: 1100px) {
  
  .point-ttl-text {
    margin: 0 30px;
  }
  .point_area-list {
    margin: 0 30px;
  }
  .feature_area-list {
    margin: 0 30px;
  }
  .voice_area-list {
    margin: 0 30px;
  }
  .step_area-list {
    margin: 0 30px;
  }
  .qa-list {
    margin: 0 30px;
  }
  .access-flex {
    margin: 0 30px;
  }
  .contact {
    margin: 80px 30px 93px;
  }


  .css-carousel-slider {
    width: 100%;
    /* max-width: 800px */ /* サイズ設定をする場合はここ(*1) */
    overflow: hidden;
    position: relative;
    height: 400px;
  }

  .point-area-item-ttl {
    padding-right: 20px;
  }

  .point_area-item-box {
    /* margin-top: 30px; */
    height: 430px;
  }

  .box-height {
    height: 445px;
  }

  .mind p {
    padding: 0 30px;
  }

  .box2 {
    height: auto;
  }

  .voice_area-box {
    height: 250px;
  }
}

@media screen and (max-width: 940px) {
  .box-height {
    height: 445px;
  }
}

@media screen and (max-width: 900px) {

  html {
    scroll-padding-top: 70px;
  }
  header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 94px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  }

  .css-carousel-slider {
    margin-top: 70px;
    height: 350px;
  }

  #menu {
    z-index: 2;
    display: block;
  }

  .header-nav {
    display: none;
  }

  .feature-ttl-ja {
    padding: 0 30px;
    line-height: 1.4;
    margin-bottom: 20px;
  }

  .point_area-list {
    flex-direction: column;
    display: block;
  }

  .point-area-item-logo {
    width: 120px;
    height: 120px;
    position: absolute;
  }
  
  .point_area-item-box {
    height: auto;
    margin-top: 30px;
  }

  .logo2 {
    margin-top:0px;
  }

  .point-ttl-text {
    padding-bottom: 20px;
  }

  .point-area-item-ttl {
    padding-top: 20px;
  }

  /* .feature_area-list {
    grid-template-columns: 1fr 1fr;
  } */

  .mind p br {
    display: none;
  }

  .voice_area-list {
    flex-direction: column;
    display: block;
  }

  .voice_area-box {
    margin-bottom: 30px;
    height: 200px;
  }

  .g_voice_area-box {
    margin-bottom: 30px;
  }

  .voice_area-text {
    padding-left: 30px;
    padding-right: 20px;
  }

  .step {
    margin-top: 0px;
  }

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

  .access-flex {
    display: block;
    padding-bottom: 20px;
  }

  .access-flex dl {
    margin-bottom: 0;
  }

  .map {
    margin: auto;
    text-align: center;
  }

  .map-img {
    width: 100%;
  }

  .pagetop img {
    display: none;
  }
}

@media screen and (max-width: 680px) {

  .css-carousel-slider {
    height: auto;
  }


  .point-area-item-ttl {
    font-size: 18px;
  }
  .point-area-item-ttl p {
    font-size: 14px;
  }
  
  /* .feature_area-list {
    flex-direction: column;
    display: block;
  }
  
  .feature_area-item {
    margin-bottom: 30px;
  } */

  .feature {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .mind-box {
    display: block;
  }

  .mind-img {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .caption {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .step_area-list {
    flex-direction: column;
    display: block;
    padding-bottom: 40px;
  }

  .step_area-item {
    margin-bottom: 60px;
  }

  .btn-design {
    width: 300px;
    font-size: 16px;
  }

  .voice_area-text {
    padding-left: 20px;
    padding-right: 0px;
  }
  
}

@media screen and (max-width: 500px) {

  .point {
    padding-top: 50px;
  }

  .ttl-en {
    font-size: 16px;
  }

  .ttl-ja {
    font-size: 32px;
  }

  .point-area-item-logo {
    width: 80px;
    height: 80px;
  }

  .point-area-item-en {
    font-size: 14px;
    padding-top: 0;
  }

  .point-area-item-number {
    font-size: 32px;
  }
  
  .point-area-item-ttl {
    padding-left: 100px;
  }

  .point-ttl-text {
    padding-bottom: 0;
  }

  .voice_area-box  {
    display: block;
    height: auto;
  }

  .voice_area-img img {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .g_voice_area-box  {
    display: block;
    height: auto;
  }

  .g_voice_area-img {
    margin-bottom: 0px;
  }

  .g_voice_area_name {
    margin-top: 8px;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .g_voice_area-img img {
    margin-right: 0;
  }

  .voice_area-text {
    padding-left: 0px;
    padding-right: 0px;
  }

  .qa-list-Q {
    font-size: 32px;
  }

  .qa-list-Q p {
    font-size: 14px;
  }

  .qa-list-A {
    font-size: 32px;
    align-items: center;
  }

  .center-line {
    padding: 0;
  }

  .contact {
    margin: 60px 30px 60px;
  }

  .btn-design {
    width: 250px;
    font-size: 14px;
    line-height: 50px;
  }
}



