* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

html {
  scroll-behavior: smooth;
}

img:not(header *) {
  width: 100%;
}
body {
        font-family: 'Noto Sans JP', sans-serif;
}
h2 {
  font-size: 35px;
  text-align: center;
}

a {
  display: block;
  text-decoration: none;
}

.sp {
  display: none;
}

.box {
  max-width: 1000px;
  margin: 0 auto;
}

/* header {
  width: 100%;
  height: 104px;
  display: flex;
  justify-content: space-between;
  align-items: center;  
  padding: 0 2%;
} */

.header-left {
  width: 353px;
  max-height: 69px;
}

.header-right {
  display: flex;
  justify-content: flex-end;
  width: 491px;
height: 60px;
}

.header-right a {
  width: 218px;
  height: 60px;
  position: relative;
  font-size: 19px;
  border-radius: 6px;
  text-align: center;
  line-height: 54px;
}

.header-right a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 54px;
  bottom: -8px;
  left: 0;
  border-radius: 6px;
  z-index: -1;
}

.header-btn-red {
  /*background-color: #F0DBDE;
  color: #000000;*/

  color: #000;
  font-weight: 600;
  letter-spacing: .1em;
  background-color: #F0DBDE;
  border-bottom: 8px solid #B95455;



}
.header-btn-red:hover {
  margin-top: 6px;
  color: #000;
  background: #F0DBDE;
  border-bottom: 4px solid #B95455;
}

/*.header-btn-red::before {
  background-color: #B95455;
}*/

.header-btn-blue {
  /*background-color: #5E94B1;
  color: #ffffff;*/
  margin-left: 30px;

  color: #fff;
  font-weight: 600;
  letter-spacing: .1em;
  background-color: #5E94B1;
  border-bottom: 8px solid #2E5871;
}
.header-btn-blue:hover {
  margin-top: 6px;
  color: #fff;
  background: #5E94B1;
  border-bottom: 4px solid #2E5871;
}

/*.header-btn-blue::before {
  background-color: #2E5871;
}*/

.top-wrapper {
  background-image: url(images/top_bg.png);
  background-size: cover;
  padding: 135px 0 0;
  display: flex;
}

.top-box {
  background-color: #ffffff96;
  width: 48%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
    margin-bottom: 75px;
    padding-right: 6em;
}

.top-box h1 {
  /*padding-top: 56px;*/
  font-size: 3.4em;
  font-weight: 800;
  letter-spacing: .1em;
  font-family: 'Noto Sans JP', sans-serif;
}

.top-box p {
  font-size: 1.23em;
    /* padding-bottom: 30px; */
    margin-top: 20px;
}

.top-box img {
  width: 150px;
  position: absolute;
  right: -90px;
  top: -35px
}
.top-box-right {
  width: 50%;
}
.top-box-right img {
  width: 100%;
  position: relative;
    margin-bottom: -6px;
}
.top-logo-box {
  display: flex;
  justify-content: space-between;
  padding: 35px 0 30px 0;
}

.top-logo-box img:nth-child(1) {
  width: 13%;
}
.top-logo-box img:nth-child(2) {
  width: 18%;
}
.top-logo-box img:nth-child(3) {
  width: 26%;
}
.top-logo-box img:nth-child(4) {
  width: 22%;
}

.top-content-wrapper {
  background-color: #F4F9FC;
}

.top-content-box {
  padding: 70px 0 110px 0;
}

.top-content-box h2 {
  font-size: 35px;
  text-align: center;
  margin-bottom: 55px;
}

.top-content-flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.top-content-item {
  width: 48%;
}

.top-content-text {
  background-color: #ffffff;
  padding: 25px 35px;
  margin-top: -8px;
  text-align: center;
}

.top-content-text p {
  font-size: 19px;
  margin-bottom: 20px;
}

.top-content-text p:nth-child(2) {
  font-size: 16px;
}

.top-about-wrapper {
  background-color: #ffffff;
  padding: 110px 10px;
}

.top-about-flex {
  background-color: #F4F9FC; 
  display: flex;
  align-items: center;
  padding: 15px;
  margin-top: 80px;
}

.top-about-left {
  width: 31%;
}

.top-about-left img:nth-child(1) {
  margin-bottom: 15px;
}

.top-about-right {
  width: 69%;
  padding: 0 5%;
}

.top-about-right p {
  font-size: 20px;
}

.top-about-right p:nth-child(1) {
  margin-bottom: 35px;
}

.strength-wrapper {
  background-image: url(images/a3_bg1.png);
  background-position: center;
  background-size: cover;
  padding: 90px 10px 120px 10px;
}

.strength-wrapper h2 {
  margin-bottom: 120px;
}

.strength-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  margin-bottom: 60px;
  padding: 20px 15px;
}

.strength-flex1 {
  max-height: 250px;
}

.strength-left {
  width: 60%;
  padding: 0 7%;
}

.head-parts {
  display: flex;
  align-items: flex-end;
}

.strength-head {
  margin-bottom: 28px;
}

.head-parts p {
  font-size: 18px;
  color: #366E84;
  border-bottom: 3px solid #A80001;
  margin-right: 20px;
  line-height: 0.9;
}

.head-parts span {
  font-size: 45px;
  color: #366E84;
  padding-left: 9px;
  font-weight: bold;
}

.strength-head h3 {
  font-size: 24px;
}

.strength-left > p {
  font-size: 18px;
    line-height: 1.6;
}

.strength-right {
  width: 40%;
}

.strength-flex:nth-child(2n+1) {
  flex-direction: row-reverse;
}

.strength-flex:nth-child(5) .strength-right {
  width: 30%;
}

.voice-wrapper {
  background-image: url(images/a3_bg2.png);
  background-size: cover;
  padding: 120px 10px 10px 10px;
}

.voice-wrapper h2 {
  margin-bottom: 85px;
}

.voice-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  margin-bottom: 55px;
  padding: 35px;
}

.voice-left {
  width: 58%;
}

.voice-head {
  margin-bottom: 14px;
}

.voice-head h3 {
  font-size: 18px;
  margin-right: 5px;
}

.voice-head h4 {
  font-size: 13px;
  font-weight: normal;
}

.voice-left > p {
  font-size: 17px;
  line-height: 32px;
}

.voice-right {
  width: 33%;
}

.voice-flex:nth-child(3) {
  flex-direction: row-reverse;
}

.plan-wrapper {
  background-color: #ffffff;
  padding: 70px 10px 120px 10px;
}

.plan-box > h2 {
  margin-bottom: 70px;
}

.plan-item {
  padding: 60px 50px;
  border: 4px solid #EBBF3F;
  background-color: #FAFAFA;
  margin-bottom: 100px;
}

.plan-item > h3 {
  font-size: 29px;
  text-align: center;
  margin-bottom: 50px;
  font-family: 'Noto Sans JP', sans-serif;
}

.plan-item > p {
  font-size: 20px;
  text-align: center;
  margin-bottom: 70px;
  font-family: 'Noto Sans JP', sans-serif;
}

.plan-item1 {
  position: relative;
}

.plan-item1 > img {
  position: absolute;
  width: 260px;
  top: -60px;
  right: -70px;
}

.plan-table-box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.plan-table-item {
  width: 47%;
}

.plan-table {
  width: 100%;
  table-layout: fixed;
}

.plan-table tbody {

}

.plan-table tbody tr {
  border-top: 3px solid #ffffff;
  display: block;
}

.plan-table thead {
  background-color: #EBBF3F;
  display: block;
  text-align: center;
  width: 100%;
  position: relative;
  bottom: -2px;
  padding: 10px 0;
}

.plan-table thead tr {
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
}

.plan-table thead th {
  font-size: 24px;
}

.plan-table th {
  width: 100%;
  display: block;
  text-align: center;
}

.plan-table tbody {
  background-color: #F7DA56;
}

.plan-table tbody tr td:nth-child(1) {
  width: 40%;
}

.plan-table tr td:nth-child(2) {
  border-left: 3px solid #ffffff;
}

.plan-table td {
  display: inline-block;
  height: 100%;
  padding: 10px 10px 10px 20px;
  font-size: 20px;
}

.plan-table ul {
  list-style: none;
}

.plan-table li {
  margin-bottom: 10px;
}

.plan-table tfoot {
  background-color: #A70000;
  color: #ffffff;
      font-weight: 600;
    font-size: 16px;
}

.plan-table tfoot td:nth-child(1) {
  width: 41.3%;
}

.plan-table-item > p {
  font-size: 11px;
  margin-top: 7px;
}


/* アコーディオン */

.accordion {
  position: relative;
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
}

.accordion-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.accordion-item {
  width: 430px;
  flex-shrink: 0;
  background-color: #ffffff;
  border: 2px solid #EBBF3F;
  transition: all 0.2s;
  margin-bottom: 30px;
}

.accordion-title {
  padding: 12px 18px 6px 18px;
  cursor: pointer;
  height: 88px;
  position: relative;
}

.ac-head {
  display: flex;
  align-items: flex-end;
}

.ac-head h4 {
  font-size: 24px;
  width: 55%;
}

.ac-head-pri {
  width: 45%;
  font-size: 12px;
}

.pri-red-bg {
  background-color: #A70000;
  color: #ffffff;
  padding: 3px 6px;
  border-radius: 4px;
}

.ac-head-pri p {
  font-size: 26px;
  color: #A70000;
  margin-top: 0px;
}

.ac-head-pri p span {
  font-size: 17px;
}

.accordion-title > p {
  font-size: 11px;
  text-align: center;
}

.accordion-content {
  display: none;
  padding: 10px 20px;
  /* transition: all 0.2s; */
}

/*.ac-tri-top {
  border-left: 51px solid transparent;
  border-top: 51px solid #EBBF3F; 
  height: 0;
  width: 0;
  position: absolute;
  top: -1px;
  right: -1px;
  opacity: 0;
  transition: all 0.2s;
}

.ac-tri-bottom {
  border-top: 51px solid transparent;
  border-right: 51px solid #EBBF3F; 
  height: 0;
  width: 0;
  position: absolute;
  bottom: -1px;
  right: -1px;
  opacity: 0;
  transition: all 0.2s;
}*/

.accordion-title:hover .ac-tri {
  opacity: 1;
}

.open .ac-tri {
  opacity: 0 !important;
}

.ac-cont {
  display: flex;
  align-items: center;
  margin-bottom: 2px;
}

.ac-cont p {
  font-size: 13px;
}

.ac-cont p:nth-child(1) {
  width: 80px;
}

/* 矢印 */
.accordion-title {
  position: relative;
}
.accordion-title::after {
  content: "";
  display: block;
  width: 8px;
  height: 15px;
  background-image: url(images/ac-btn.png);
  background-repeat: no-repeat;
  background-size: 8px;
  position: absolute;
  right: 15px;
  top: 32px;
  transition: transform .3s ease-in-out, top .09s ease-in-out;
}
.accordion-title.open::after {
  transform: rotate(90deg);
  /* right: 20px; */
}

.accordion-title:hover::after {
  /*display: none;*/
}

.accordion-title.open:hover::after {
  display: block;
}

.plan-item3 {
  padding-bottom: 140px;
}


.plan-item nav {
  display: none;
}

.order-ac-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.order-ac-item {
  width: 32.5%;
}

.order-ac-item .nav-open {
  background-color: #EBBF3F;
  background-image: url(images/ac-order-btn.png);
  background-position: 90% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  font-size: 18px;
  font-weight: 600;
  padding: 15px;
  text-align: center;
  margin-bottom: 14px;
  cursor: pointer;
}

.order-ac {
  display: flex;
  align-items: center;
  border: 2px solid #EBBF3F;
  padding: 13px 10px;
  background-color: #ffffff;
  margin-top: 8px;
}
.order-ac:hover {
  background-color: #EBBF3F60;
}
.order-ac img {
  width: 20px;
  margin-right: 7px;
}

.order-ac p {
  font-size: 13px;
}
.order-ac p span {
  font-size: 8px;
}
.contact-wrapper {
  background-color: #B3CEE1;
  padding: 45px 10px 90px 10px;
}

.contact-wrapper h2 {
  margin-bottom: 50px;
}

.contact-btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  height: 80px;
}

.contact-btn-box a {
  width: 300px;
  height: 78px;
  border-radius: 6px;
  line-height: 78px;
  text-align: center;
  font-size: 23px;
  position: relative;
  flex-shrink: 0;
}

.con-blue-btn {
  /*background-color: #5E94B1;*/
  color: #ffffff;
  /* z-index: 2; */
  letter-spacing: .1em;
  font-weight: 600;
  background-color: #5E94B1;
  border-bottom: 10px solid #3F687E;
  padding-bottom: 4px;
}
.con-blue-btn:hover {
  margin-top: 10px;
  background: #5E94B1;
  border-bottom: 6px solid #3F687E;
}
.con-white-btn {
  background-color: #ffffff;
  margin-left: 50px;
  color: #000000;
  letter-spacing: .1em;
  font-weight: 600;
  border-bottom: 10px solid #5E94B1;
  padding-bottom: 4px;
}
.con-white-btn:hover {
  margin-top: 10px;
  background: #ffffff;
  border-bottom: 6px solid #5E94B1;
}
/*.contact-btn-box a:before {
  content: '';
  width: 100%;
  height: 78px;
  border-radius: 6px;
  background-color: #3F687E;
  position: absolute;
  bottom: -8px;
  left: 0;
  z-index: -1;
}*/

.voice-wrapper2 {
  background-color: #ffffff;
  background-image: none;
}

.voice-wrapper2 .voice-flex {
  background-color: #F4F9FC;
  padding: 35px 45px;
}

.voice-wrapper2 .voice-head {
  margin-bottom: 40px;
}

.voice-wrapper2 .voice-head > p {
  margin-right: 35px;
}

.voice-head2 h3 {
  margin-bottom: 5px;
}

.voice-head2 h4 {
  margin-bottom: 5px;
}

.place-wrapper {
  background-color: #f4f9fc;
  padding: 90px 10px 120px 10px;
}

.place-box h2 {
  margin-bottom: 15px;
}

.place-box > p {
  font-size: 20px;
  color: #2E5871;
  text-align: center;
  margin-bottom: 45px;
}

.place-flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.place-item {
  width: 47%;
  background-color: #ffffff;
  padding: 35px;
  text-align: center;
}

.place-item > h4 {
  font-size: 24px;
  color: #366E84;
  display: inline-block;
  border-bottom: 3px solid #A80001;
  margin-bottom: 20px;
  font-weight: 600;
}

.place-item h4 span {
  font-size: 18px;
}

.place-item > p {
  font-size: 19px;
  line-height: 37px;
}

.place-item:nth-child(2) p, .place-item:nth-child(2) span {
  text-align: left;
}

.place-item:nth-child(1) > p {
  text-align: center;
}

.place-item:nth-child(2) > p {
  margin-bottom: 30px;

}

.place-item > span {
  font-size: 12px;
  display: block;
}

.place-table-wrapper {
  background-color: #ffffff;
  padding: 100px 10px;
}

.place-table-wrapper h2 {
  margin-bottom: 70px;
}

.place-table-wrapper img {
  margin-bottom: 45px;
}

.table-arrow-flex {
  display: flex;
  justify-content: space-between;
}

.table-arrow {
  width: 175px;
  text-align: center;
  padding: 20px 5px;
  border: 2px solid #B2CFE1;
  font-size: 18px;
  position: relative;
  flex-shrink: 0;
}

.table-arrow p {
  font-size: 18px;
}

.table-arrow::before {
  content: '';
  width: 38px;
  height: 73px;
  background-image: url(images/place-arrow-right.png);
  background-repeat: no-repeat;
  background-size: 38px;
  position: absolute;
  background-position: 50%;
  top: -4px;
  right: -40px;
}

.table-arrow:nth-child(5)::before {
  display: none;
}



@media screen and (max-width: 1000px) {
  body > div {
    overflow: hidden;
  }

  .box {
    max-width: 600px;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none!important;
  }

  h2 {
    font-size: 21px;
  }
  

  /* header {
    height: auto;
    justify-content: center;
    padding: 7px;
  } */

  .header-left {
    width: 55.5%;
    height: auto;
  }

  .top-wrapper {
    padding: 20px 0 25px 8%;
    background-image: url(images/top_bg_sp.png);
    margin-top: 53px;
  }

  .top-box-sp {
    width: 36%;
  }

  .top-project-wrapper {
    padding: 25px 26px 31px 26px;
    background-image: url(images/a3_bg1_sp.png);
    background-size: cover;
    background-position: center;
  }

  .top-project-head {
    margin-bottom: 24px;
  }

  .top-project-head p {
    font-size: 16px;
    color: #ffffff;
    background-color: #A80002;
    border-radius: 32px;
    padding: 3px 0;
    width: 104px;
    margin-bottom: 5px;
    text-align: center;
    letter-spacing: .1em;
    margin-left: 6em;
  }

  .top-project-head span {
    font-size: 10px;
  }

  .top-project-head h1 {
    font-size: 42px;
    text-align: center;
  }

  .top-project-box > p {
    font-size: 17px;
    text-align: center;
    margin-bottom: 26px;
    font-weight: 600;
  }

  .top-project-logo-box {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 35px;
  }

  .top-project-logo {
    width: 40%;
    margin-bottom: 10px;
    text-align: center;
  }

  .top-project-logo:nth-child(1) img {
    width: 80%;
  }

  .top-project-point-box > p {
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
  } 

  .top-project-point {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #ffffff;
    padding: 12px 20px 12px 5px;
  }

  .top-project-point:nth-of-type(1) {
    margin-bottom: 18px;
  }

  .top-project-left {
    width: 22%;
    margin-right: 10px;
    flex-shrink: 0;
  }

  .top-project-right p {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 600;
  }

  .top-project-right span {
    display: block;
    font-size: 10px;
    transform: scale(0.8);
    transform-origin: 0 0;
    width: 287px;
  }

  .top-about-wrapper {
    padding: 25px 10px 55px 10px;
  }

  .top-about-flex {
    flex-direction: column;
    padding: 15px;
    margin-top: 26px;
  }

  .top-about-flex > div {
    width: 100%;
  }

  .top-about-left {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
  }

  .top-about-left img:nth-child(1) {
    margin-bottom: 0;
  }

  .top-about-left img {
    width: 47.5%;
  }

  .top-about-right {
    padding: 0;
  }

  .top-about-right p {
    font-size: 12px;
  }

  .top-about-right p:nth-child(1) {
    margin-bottom: 14px;
  }

  .strength-head h3 {
    font-size: 12px;
  }

  .head-parts p {
    font-size: 12px;
    margin-right: 13px;
  }

  div div .head-parts span {
    font-size: 25px;
  }

  .strength-left > p {
    font-size: 13px;
  }

  .strength-left {
    width: 60%;
    padding: 0;
  }

  .strength-head {
    margin-bottom: 10px;
  }

  .strength-flex:nth-child(3) .strength-right {
    width: 35%;
  }

  .strength-flex {
    padding: 15px 10px 10px 10px;
    margin-bottom: 34px;
  }

  .strength-flex:nth-child(3) {
    padding: 24px 10px;
  }

  .strength-flex:nth-child(4) {
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 10px;
  } 

  .strength-wrapper {
    padding: 30px 10px;
  }

  .strength-wrapper h2 {
    margin-bottom: 20px;
  }

  .voice-wrapper {
    padding-top: 38px;
  }

  .voice-wrapper h2 {
    margin-bottom: 25px;
  }

  .voice-right {
    width: 40%;
  }

  .voice-left {
    width: 52.5%;
  }

  .voice-flex:nth-child(3) .voice-left {
    width: 56%;
  }

  .voice-flex {
    padding: 68px 15px 28px 15px;
    position: relative;
    align-items: flex-start;
  }

  .voice-head h3 {
    font-size: 12px;
    margin-right: 10px;
  }

  .voice-head h4 {
    font-size: 10px;
  }

  .voice-left > p {
    font-size: 13px;
    line-height: 1.8;
  }

  .head-parts {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    padding: 0 15px;
  }

  .plan-wrapper {
    background-color: #ffffff;
    padding: 40px 10px 30px 10px;
  }

  .plan-item {
    padding: 40px 15px;
    margin-bottom: 33px;
  }

  .plan-item1 {
    padding-top: 0;
    padding: 0 15px 30px 15px;
  }

  .plan-item1 > img {
    width: 145px;
    position: relative;
    right: auto;
    top: -60px;
    display: block;
    margin: 0 auto;
    margin-bottom: -50px;
  }

  .plan-item > h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .plan-item > p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .plan-table-box {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }

  .plan-table-item {
    width: 100%;
  }

  .plan-table-item:nth-child(1) {
    margin-bottom: 25px;
  }

  .plan-table thead th {
    font-size: 14px;
  }

  .plan-table td {
    font-size: 14px;
    padding: 5px 10px 5px 15px;
  }

  .plan-table li:nth-of-type(3) {
    margin-bottom: 0;
  }

  .plan-table-item > p {
    font-size: 10px;
  }

  .accordion-item {
    width: 100%;
    margin-bottom: 20px;
  }

  .accordion-title {
    height: auto;
    padding-bottom: 3px;
  }

  .ac-head h4 {
    font-size: 17px;
    margin-bottom: 1px;
  }

  .pri-red-bg {
    font-size: 10px;
  }

  .ac-head-pri p {
    font-size: 19px;
  }

  .ac-head-pri p span {
    font-size: 13px;
  }

  .accordion-title > p {
    font-size: 15px;
    transform: scale(0.6);
    transform-origin: bottom right;
  }

  .ac-tri {
    display: none;
  }

  .accordion-title:hover::after {
    display: block;
  }

  .order-ac-box {
    flex-wrap: wrap;
  }

  .order-ac-item {
    width: 100%;
    margin-bottom: 16px;
  }

  .order-ac-item .nav-open {
    font-size: 16px;
    padding: 10px;
  }

  .order-ac img {
    width: 27px;
    margin-right: 10px;
  }

  .contact-wrapper {
    padding: 40px 10px 35px 10px;
  }

  .contact-wrapper h2 {
    margin-bottom: 25px;
  }

  .contact-btn-box a {
    width: 157px;
    height: 44px;
    font-size: 16px;
    line-height: 44px;
  }

  .contact-btn-box a:before {
    height: 44px;
    bottom: -5px;
  }
  .con-blue-btn{
    border-bottom: 6px solid #3F687E;
  }
  .con-white-btn {
    margin-left: 10px;
    border-bottom: 6px solid #5E94B1;
  }

  .voice-wrapper2 .voice-flex {
    padding: 92px 15px 28px 15px;
  }

  .voice-wrapper2 .voice-head > p {
    margin-right: 18px;
  }

  .voice-head2 h3 {
    margin-bottom: 3px;
  }

  .voice-head2 h4 {
    margin-bottom: 1px;
  }

  .voice-flex {
    margin-bottom: 40px;
  }

  .place-wrapper {
    padding: 35px 15% 60px 15%;
  }

  .place-box h2 {
    margin-bottom: 10px;
  }

  .place-box > p {
    font-size: 12px;
    margin-bottom: 37px;
  }

  .place-table-wrapper img {
    margin-bottom: 21px;
  }

  .place-flex {
    flex-wrap: wrap;
    align-items: center;
  }

  .place-item {
    width: 100%;
    padding: 22px 0 23x 0;
    margin-bottom: 35px;
  }

  .place-item > h4 {
    font-size: 14px;
  }

  .place-item h4 span {
    font-size: 10px;
  }

  .place-item > p {
    font-size: 14px;
    line-height: 1.8;
  }

  .place-item:nth-child(2) p, .place-item:nth-child(2) span {
    text-align: center;
  }

  .place-item .mini-span {
    display: block;
    font-size: 14px;
    transform: scale(0.6);
  }

  .place-item:nth-child(2) > p {
    margin-bottom: 0px;
  }

  .place-table-wrapper {
    padding: 40px 25px 45px 25px;
  }

  .place-table-wrapper h2 {
    margin-bottom: 23px;
  }

  .table-arrow-flex-sp {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

  .table-arrow-flex-sp > div {
    width: 46%;
  }

  .table-arrow-flex-left {
    margin-right: 30px;
  }

  .table-arrow-item-sp {
    height: 80px;
    border: 2px solid #B2CFE1;
  }

  .table-arrow-item-sp p {
    font-size: 15px;
    text-align: center;
    line-height: 80px;
  }

  .table-arrow-sp {
    text-align: center;
  }
  
  .table-arrow-sp img {
    width: 30px;
    margin: 0;
    margin-bottom: -24.9px;
  }

  .table-arrow-item-blue {
    background-color: #B2CFE1;
  }

  .arrow-right-sp {
    position: relative;
  }

  .arrow-right-sp::before {
    content: '';
    width: 41px;
    height: 30px;
    background-image: url(images/place-arrow-right.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 23px;
    right: -41px;
  }

  .arrow-left-sp {
    position: relative;
  }

  .arrow-left-sp::before {
    content: '';
    width: 41px;
    height: 30px;
    background-image: url(images/place-arrow-left.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 23px;
    left: -41px;
  }

  .none {
    opacity: 0;
  }

  .strength-head {
    position: static;
    padding: 0;
  }

  /* .footer-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 57px;
    display: flex;
    z-index: 100;
    transition: 0.3s;
  }

  .footer-btn {
    flex-grow: 2;
    line-height: 57px;
    text-align: center;
    font-size: 16px;
  }
  
  .footer-btn-blue {
    background-color: #5E94B1;
    color: #ffffff;
  }
  
  .footer-btn-white {
    border: 1px solid #5E94B1;
    color: #5E94B1;
    background-color: #ffffff;
  } */

  .top-scroll {
    height: 57px;
    width: 57px;
    background-color: #000000;
    position: relative;
    /* flex-grow: 1; */
  }

  .top-scroll span {
    display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  line-height: 1;
  width: 20px;
  height: 20px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: translateY(25%) rotate(-45deg);
  position: absolute;
  top: 18px;
  left: 18px;
  }

  .is-hidden {
    visibility: hidden;
    opacity: 0;
  }




/* 

  footer {
    display: block;
  } */
  
}

@media screen and (max-width: 1140px) and (min-width: 1000px) {
  .plan-item1 > img {
    right: 0;
    width: 250px;
  }
}








.loop_wrap {
  display: flex;
  width: 100vw;
  height: 80px;
  overflow: hidden;
}

.loop_wrap img {
  width: auto;
  height: 100%;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

.loop_wrap img:first-child {
  animation: loop 16s -8s linear infinite;
}

.loop_wrap img:last-child {
  animation: loop2 16s linear infinite;
}


.top-content-item h3 {
  margin-bottom: 10px;
}




/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/

.huwabox{
  opacity: 0;
}

/*==================================================
動かしたい動き（今回は” ふわっ” を採用）
===================================*/

.fadeUp {
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}
