@charset "UTF-8";
.res-show {
  display: none;
}

.res-hide {
  display: block;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blue {
  background-color: #5670d1;
}

.blue2 {
  background-color: #283370;
  color: #fff;
}

.blue3 {
  background-color: #2e3875;
  color: #fff;
}

.yellow {
  background-color: #FDD826;
}

.grey {
  background-color: #B5B5B5;
}

.grey2 {
  background-color: #EBEBEB;
}

.white {
  background-color: #fff;
}

.bigtxt {
  font-size: 5rem;
}

.middletxt {
  font-size: 3.125rem;
}

.smalltxt {
  font-size: 0.875rem;
}

.yellowline {
  border-bottom: 4px solid #EBEBEB;
}

.redtxt {
  color: #4B63AD;
  font-size: 2.5rem;
}

.redtxt2 {
  color: #4B63AD;
}

.more {
  display: inline-block;
  font-size: 1.25rem;
  color: #fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: #FF3F33;
  border-radius: 50%;
  font-weight: bold;
  margin-bottom: 20px;
  margin-right: -8px;
  margin-left: -8px;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  height: auto;
}

li {
  list-style: none;
}

.sub-title {
  text-align: center;
  font-size: 2.25rem;
  font-weight: 700;
}

h3 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 30px;
}

h3::before {
  position: relative;
  top: 5px;
  right: 10px;
  content: url(../img/title-before.svg);
}

h3::after {
  position: relative;
  top: 5px;
  right: -10px;
  content: url(../img/title-after.svg);
}

.btn {
  -webkit-transition: all .3s;
  transition: all .3s;
  text-decoration: none;
  cursor: pointer;
  background-color: #EBEBEB;
}

.btn:hover {
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color: #2156a1;
  color: #fff;
}

/* .shadow {
  -webkit-box-shadow: 2px 2px 4px 1px #E1E1E1;
          box-shadow: 2px 2px 4px 1px #E1E1E1;
} */

a {
  text-decoration: none;
  color: #000000;
}

img {
  max-width: 100%;
}

.is-hidden {
  visibility: hidden;
}

.border-bottom {
  border-bottom: 2px solid #000000;
}

.container {
  margin: 0 auto;
  padding: 5% 10% 0;
  max-width: 100%;
}

#header {
  background-color: #EBEBEB;
}

#header .header-top {
  padding: 0 2.5rem;
  background-color: #EEEEEE;
}

#header .header-top h1 {
  padding-top: 1.5rem;
  display: inline-block;
  margin-left: 8%;
}
#header .header-top h1 img {
  width: 70px;
  margin-left: 8%;
}

#header nav {
  padding-top: 15px;
  padding-right: 3%;
  padding-left: 9%;
  padding-bottom: 15px;
  max-width: 100%;
  margin: 0 auto;
  /* background: #414349; */
  /* color: #fff!important; */
}

#header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.125rem;
  font-size: clamp(10px, 2vh, 1.125rem);
  font-weight: normal;
}

#header nav ul a {
  -webkit-transition: all .3s;
  transition: all .3s;
}

#header nav ul a:hover {
  opacity: 0.5;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#main {
  position: relative;
  /* background: linear-gradient(180deg, #fff 0, #fff 448px, #fff 0, #fff); */
  padding-bottom: 70px;
  /* margin-top: 20px; */
  height: 80vh;
  background-image: url(../img/mv2.jpg);
  background-size: cover;
}

@media screen and (max-width:768px) {
  #main {
    background-image: url(../img/mv2a.jpg);
  }
  
}


#main .main-img {
  position: absolute;
  top: 20px;
  right: -8%;
  max-width: 100%;
  width: 52%;
  height: 610px;
  /* background-image: url(../img/mv2.png); */
  /* background-size: cover; */
  z-index: 1;
}

#main .icon_free {
  display: none;
  width: 13%;
  position: absolute;
  bottom: -30px;
  right: 120px;
  z-index: 2;
}

#main .main-top {
  position: relative;
  z-index: 2;
  color: #FFFFFF;
}

#main .main-top .main-top-label {
  position: relative;
  background-color: #133463;
  color: #fff;
  width: 360px;
  height: 45px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 45px;
  text-align: center;
  border-radius: 6px;
  letter-spacing: 0.1rem;
}

#main .main-top .main-top-label::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 13px solid #133463;
  /* 好みで色を変えてください */
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

#main .main-top h2 {
  letter-spacing: 0.1rem;
  margin-top: 25px;
  font-size: clamp(20px, 7vh, 3.75rem);
  font-weight: 700;
  line-height: 1.2;
}

#main .main-top .main-top-txt {
  margin-top: 12px;
  font-size: 2rem;
  font-weight: 700;
}

#main .main-bottom {
  width: 60%;
  margin-top: 40px;
  /* background-color: #fff; */
  /* -webkit-box-shadow: 30px 25px 20px 1px #E1E1E1;
          box-shadow: 20px 15px 10px 1px #E1E1E1; */
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#main .main-bottom div {
  position: relative;
  z-index: 2;
}

#main .main-bottom div p {
  font-size: 2rem;
}

#main .main-bottom div .car {
  /* padding-left: 50px; */
  /* background-image: url(../img/ifn0423.svg); */
  background-position: left center;
  text-align: center;
}

#main .main-bottom div .calender {
  /* padding-left: 40px; */
  /* background-image: url(../img/icon_calendar.svg); */
  background-position: 0;
  text-align: center;
  color: #FFFFFF;
}

#main .main-bottom a {
  position: relative;
  width: 230px;
  font-size: 1.25rem;
  font-weight: 700;
  display: block;
  text-align: center;
  padding: 15px 0;
  margin-top: 10px;
  margin-right: 15px;
  border-radius: 6px;
}

#main .main-bottom a::after {
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 15px;
  /*画像の幅*/
  height: 15px;
  /*画像の高さ*/
  background-image: url(../img/icon_angle_right.svg);
  background-size: contain;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

#main .main-middle {
  display: none;
}

#achievement {
  padding-top: 110px;
  padding-bottom: 60px;
  display: none;
  /*
右から左へ
----------------------------*/
  /*
IE11対策
----------------------------*/
  /*----------------------------*/
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

#achievement _:-ms-lang(x)::-ms-backdrop,
#achievement .slider {
  display: -ms-grid;
  overflow: hidden;
}

#achievement .slider__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

#achievement .slider__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

#achievement .slider__list--left {
  -webkit-animation: infinity-scroll-left 15s infinite linear 0.5s both;
          animation: infinity-scroll-left 15s infinite linear 0.5s both;
}

#achievement .slider__item {
  width: calc(100vw / 6);
}

#achievement .slider__item > img {
  width: 50%;
}

#worries {
  position: relative;
  padding-top: 60px;
  padding-bottom: 80px;
  background-color: #eee;
}

#worries::before {
  content: '?';
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 70px;
  width: 70px;
  height: 70px;
  background-color: #EBEBEB;
  border-radius: 50%;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

#worries::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: 40px solid #eee;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
}

#worries .worries-flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 65px;
}



#worries .worries-flex-box .prob1 {
  background-image: url(../img/worries1.png);
  background-position: top 20% center;
  background-size: 50%;
}

#worries .worries-flex-box .prob2 {
  background-image: url(../img/worries2.png);
  background-position: top 20% center;
  background-size: 50%;
}

#worries .worries-flex-box .prob3 {
  background-image: url(../img/worries3.png);
  background-position: top 20% center;
  background-size: 50%;
}

#worries .worries-flex-box div {
  position: relative;
  width: 31.5%;
  height: 360px;
  border-radius: 10px;
  background-color: #fff;
}

#worries .worries-flex-box div p {
  width: 100%;
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}

#free {
  background-color: #EBEBEB;
  padding-top: 8%;
  padding-bottom: 125px;
}

#free .free-flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#free .free-flex-box > div {
  margin-top: 50px;
  width: 30%;
}

#free .free-flex-box .free-flex-box-top {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 10px 1px #EBEBEB;
          box-shadow: 2px 2px 10px 1px #EBEBEB;
  width: 100%;
  height: 360px;
  border-radius: 50%;
  margin-bottom: 20px;
  width: 25vw;
  height: 25vw;
}

#free .free-flex-box .free-flex-box-top.free1 {
  background-image: url(../img/koukoku.png);
  background-position: top 30% center;
  background-size: 55%;
}

#free .free-flex-box .free-flex-box-top.free2 {
  background-image: url(../img/office.png);
  background-position: top 10% center;
  background-size: 55%;
}

#free .free-flex-box .free-flex-box-top.free3 {
  background-image: url(../img/semai.png);
  background-position: top 30% center;
  background-size: 55%;
}

#free .free-flex-box .free-flex-box-top p {
  position: absolute;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  max-width: 100%;
  width: 90%;
  font-size: 1.75rem;
  text-align: center;
  color: #133463;
  font-weight: 700;
}

#free .free-flex-box .free-flex-box-bottom p {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}

#free .free-flex-box2 {
  display: none;
}

#free .sub-title {
  line-height: 2;
}

#free .sub-title span {
  position: relative;
  font-size: 3.875rem;
}

#free .sub-title span::before {
  content: '';
  background-color: #000000;
  height: 68px;
  width: 6px;
  position: absolute;
  left: -45px;
  bottom: 7px;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

#free .sub-title span::after {
  content: '';
  background-color: #000000;
  height: 68px;
  width: 6px;
  position: absolute;
  right: -45px;
  bottom: 7px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}

#twominute {
  position: relative;
  padding-top: 8%;
  padding-bottom: 7.5%;
  background-image: url(../img/logo_gray.svg);
  background-size: 75%;
  background-position: center 75px;
  background-color: #eee;
  z-index: 1;
}

#twominute::after {
  width: 100%;
  height: 100%;
  content: '';
  background-image: url(../img/smart_city.svg);
  background-position: right bottom;
  position: absolute;
  background-size: 40%;
  bottom: -20%;
  right: -10.5%;
  z-index: -1;
}

#twominute .twominute-video {
  margin: 65px auto 0;
  width: 65%;
}

#cando {
  position: relative;
  z-index: 0;
  margin-top: 9%;
  padding-bottom: 9.5%;
}



#cando .cando-box-top {
  margin-top: 55px;
  margin-bottom: 60px;
  padding: 40px 0 33px 0;
  background-color: #0f3161;
  border-radius: 15px;
}

#cando .cando-box-top .nomal-table {
  table-layout: fixed;
  width: 93%;
  border-radius: 15px;
  border-collapse: collapse;
  /*セル同士の間に隙間を空けない*/
  border-spacing: 0;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

#cando .cando-box-top .nomal-table .table-title {
  font-size: 1.75rem;
}

#cando .cando-box-top .nomal-table .table-title .table-title1 {
  width: 34%;
  vertical-align: bottom;
  padding: 10px;
  color: #133463;
  border-radius: 15px 15px 0 0;
  /* background-image: url(../img/icon_car_ability.svg); */
  background-position: center 30%;
}

#cando .cando-box-top .nomal-table .table-title .table-title2 {
  width: 33%;
}

#cando .cando-box-top .nomal-table .table-title .table-title3 {
  width: 34%;
  padding: 10px;
  color: #fff;
  border-radius: 15px 15px 0 0;
}

#cando .cando-box-top .nomal-table .table-nomal {
  font-size: 1.25rem;
  font-weight: 700;
}

#cando .cando-box-top .nomal-table .table-nomal td {
  padding: 20px 0;
}

#cando .cando-box-top .table-special {
  border-collapse: separate;
  /*セル同士の間に隙間を空けない*/
  border-spacing: 0;
  border: 4px solid #EBEBEB;
  width: 105%;
  text-align: center;
  table-layout: fixed;
  width: 96%;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 15px;
  -webkit-box-shadow: 2px 2px 10px 2px #444444;
          box-shadow: 2px 2px 10px 2px #444444;
}

#cando .cando-box-top .table-special tr {
  font-size: 1.75rem;
}

#cando .cando-box-top .table-special tr .table-special-left {
  color: #2C2E32;
  font-weight: 700;
  border-radius: 10px 0 0 10px;
  padding: 7px;
}

#cando .cando-box-top .table-special tr .table-special-middle {
  font-size: 1.875rem;
  line-height: 1.2;
}

#cando .cando-box-top .table-special tr .table-special-middle > span {
  position: relative;
  top: -10px;
}

#cando .cando-box-top .table-special tr .table-special-right {
  font-weight: 700;
  color: #6E6E6E;
  border-radius: 0 10px 10px 0;
}

#cando .cando-box-bottom {
  padding: 32px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 4px solid #133463;
  border-radius: 15px;
}
.cando-box-bottom2 {
  width: 80%;
  padding-left: 10%;
}

@media screen and (max-width: 768px) {
  .cando-box-bottom2 {
    padding-left: 0;
  }
}


#cando .cando-box-bottom > div > .warn {
  display: block;
  margin-top: 10px;
}

#cando .cando-box-bottom p {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
}

#startfree {
  background-color: #f7f7f8;
  padding-top: 9%;
  /* padding-bottom: 8.5%; */
}

#startfree .startfree-grid-box {
  margin-top: 60px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
  gap: 30px;
}

#startfree .startfree-grid-box .startfree-grid-item h4 {
  background-image: url(../img/check-white.svg);
  background-position: 20px center;
  border-radius: 15px 15px 0 0;
  padding: 15px 60px;
  background-color: #133463;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  -webkit-border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  -ms-border-radius: 15px 15px 0 0;
  -o-border-radius: 15px 15px 0 0;
}

#startfree .startfree-grid-box .startfree-grid-item div {
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}

#startfree .startfree-grid-box .startfree-grid-item p {
  padding: 30px;
  border-radius: 0 0 15px 15px;
  font-size: 1.25rem;
}

#service {
  position: relative;
  padding-bottom: 10%;
  background-color: #f7f7f8;
}

/* #service::after {
  width: 100%;
  height: 100%;
  content: '';
  background-image: url(../img/cars.svg);
  background-position: right bottom;
  position: absolute;
  background-size: 40%;
  bottom: -34%;
  right: -15%;
  z-index: 1;
} */

#service .service-box-top {
  position: relative;
  border-radius: 15px 15px 0 0;
  margin-top: 70px;
  padding: 35px 40px 10px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#service .service-box-top::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: 30px solid #fff;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
}

#service .service-box-top ul {
  width: 34%;
}

#service .service-box-top ul li > div {
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#service .service-box-top ul li > div img {
  width: 15%;
}

#service .service-box-top ul li p {
  padding-left: 15px;
  color: #133463;
  font-size: 1.25rem;
  font-weight: 700;
}

#service .service-box-top ul li h4 {
  padding: 10px 20px;
  width: 100%;
  font-size: 1.25rem;
  font-weight: 400;
  border-radius: 50px;
  background-color: #133463;
  color: #fff;
}

#service .service-box-top .service-box1 h4 {
  position: relative;
}

#service .service-box-top .service-box1 h4::after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 100px 10px;
  border-color: transparent transparent #133463 transparent;
  -webkit-transform: rotate(127deg);
          transform: rotate(127deg);
}

#service .service-box-top .service-box2 {
  margin-top: 15px;
}

#service .service-box-top .service-box2 h4 {
  position: relative;
}

#service .service-box-top .service-box2 h4::after {
  position: absolute;
  bottom: -11px;
  right: 0;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 100px 10px;
  border-color: transparent transparent #133463 transparent;
  -webkit-transform: rotate(67deg);
          transform: rotate(67deg);
}

#service .service-box-top .service-box3 {
  position: relative;
  z-index: 0;
}

#service .service-box-top .service-box3 h4 {
  position: relative;
}

#service .service-box-top .service-box3 h4::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 100px 10px;
  border-color: transparent transparent #133463 transparent;
  -webkit-transform: rotate(235deg);
          transform: rotate(235deg);
  z-index: -1;
}

#service .service-box-top .service-box4 {
  margin-top: 15px;
  position: relative;
  z-index: 0;
}

#service .service-box-top .service-box4 h4 {
  position: relative;
}

#service .service-box-top .service-box4 h4::after {
  position: absolute;
  bottom: -16px;
  left: 0;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 100px 10px;
  border-color: transparent transparent #133463 transparent;
  -webkit-transform: rotate(296deg);
          transform: rotate(296deg);
  z-index: -1;
}

#service .service-box-top2 {
  display: none;
}

#service .service-box-bottom {
  padding: 40px 0;
  background-color: #EBEBEB;
  border-radius: 0 0 15px 15px;
}

#service .service-box-bottom p {
  text-align: center;
  font-size: 2.25rem;
  font-weight: bold;
}

#service .service-box-bottom p .dotted {
  background-image: url(../img/border1.png);
  background-size: 12px;
  background-position: 0 bottom;
  background-repeat: repeat-x;
  padding-bottom: 0.5rem;
}

#merit {
  background-color: #EBEBEB;
  position: relative;
  padding-top: 8%;
  padding-bottom: 9.5%;
}

#merit .merit-box {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#merit .merit-box .merit-box-item {
  padding: 40px 0;
  width: 30%;
}

#merit .merit-box .merit-box-item span {
  font-size: 0.875rem;
  font-weight: 700;
}

#merit .merit-box .merit-box-item .number {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 10px  auto 0;
  background-color: #fff;
  border-radius: 50%;
  font-weight: 700;
}

#merit .merit-box .merit-box-item h4 {
  margin: 20px 0 20px;
  font-size: 1.25rem;
}

#merit .merit-box .merit-box-item-left {
  /* width: 40%; */
}
#merit .merit-box .merit-box-item-middle {
  /* background: url(../img/border2.png) repeat-y 0 0; */
  background-size: 3px auto;
}

#merit .merit-box .merit-box-item-right {
  /* background: url(../img/border2.png) repeat-y 0 0; */
  background-size: 3px auto;
}

#amendment {
  padding-top: 6%;
  padding-bottom: 7.5%;
  background-image: url(../img/law_bg.jpg);
  background-size: cover;
}

#amendment .amendment-box-top {
  border-radius: 15px 15px 0 0;
  position: relative;
  margin-top: 7.2%;
  padding-top: 5%;
  padding-bottom: 4%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
}

#amendment .amendment-box-top::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: 30px solid rgba(255, 255, 255, 0.9);
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
}

#amendment .amendment-box-top .excra {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

#amendment .amendment-box-top h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
}

#amendment .amendment-box-top p {
  margin-top: 25px;
  margin-bottom: 40px;
  font-size: 1.25rem;
}

#amendment .amendment-box-bottom {
  padding: 40px 0;
  background-color: #EBEBEB;
  border-radius: 0 0 15px 15px;
}

#amendment .amendment-box-bottom p {
  text-align: center;
  font-size: 2.25rem;
  font-weight: bold;
}

#amendment .amendment-box-bottom p .dotted {
  background-image: url(../img/border1.png);
  background-size: 12px;
  background-position: 0 bottom;
  background-repeat: repeat-x;
  padding-bottom: 0.5rem;
}

#flow {
  padding-top: 8%;
  padding-bottom: 8%;
  background-color: #f7f7f8;
}

#flow .flow-box {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#flow .flow-box .flow-box-item-arrow {
  position: relative;
}

#flow .flow-box .flow-box-item-arrow::after {
  content: '';
  position: absolute;
  width: 80px;
  height: 80px;
  right: -16%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background-image: url(../img/yellow-arrow.svg);
  background-size: cover;
  z-index: 2;
}

#flow .flow-box .flow-box-item {
  position: relative;
  background-color: #fff;
  width: 31.5%;
  border-radius: 15px;
  -webkit-box-shadow: 2px 2px 4px 1px #E1E1E1;
          box-shadow: 2px 2px 4px 1px #E1E1E1;
  padding-bottom: 50px;
}

#flow .flow-box .flow-box-item span.item-span {
  position: absolute;
  top: 6%;
  left: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
  background-color: #fff;
  border-radius: 50%;
  color: #133463;
}

#flow .flow-box .flow-box-item h4 span {
  display: none;
}

#flow .flow-box .flow-box-item h4 {
  border-radius: 15px 15px 0 0;
  padding: 25px 0 25px 20%;
  font-weight: 700;
  font-size: 1.375rem;
  background-color: #133463;
  color: #fff;
}

#flow .flow-box .flow-box-item p {
  text-align: center;
  font-size: 1.25rem;
}

#flow .flow-box .flow-box-item img {
  width: 30%;
  display: block;
  margin: 30px auto;
}
.pc-table {
  display: block;
  width: 95%;
  margin: 0 auto;
}
.sp-table {
  display: none;
  width: 95%;
  margin: 0 auto;
}

#table {
  padding: 8% 0 15%;
}

#main2 {
  padding-top: 3%;
  padding-bottom: 6%;
  background-color: #133463;
}

#main2 .free-icon-p {
  position: relative;
}

#main2 .free-icon {
  width: 90%;
  position: absolute;
  top: -82%;
  left: 10%;
}

#main2 .free-main2-img {
  width: 40%;
  position: absolute;
  right: 6%;
  top: -60%;
}

#main2 .main2-box-top {
  color: #fff;
  text-align: center;
}

#main2 .main2-box-top h2 {
  font-size: 2.375rem;
  font-weight: 700;
}
#main2 .main2-box-top h4 {
  padding-bottom: 30px;
}

#main2 .main2-box-top p {
  font-size: 1.5rem;
  font-weight: 700;
  background: url(../img/border1_white.png) repeat-x 0 bottom;
  background-size: auto 4px;
  display: inline-block;
  padding-bottom: 4px;
}

#main2 .main2-box-bottom {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#main2 .main2-box-bottom .main2-box-bottom-left {
  text-align: center;
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#main2 .main2-box-bottom .main2-box-bottom-left > div {
  width: 48%;
}

#main2 .main2-box-bottom .main2-box-bottom-left p {
  color: #fff;
  font-size: 1.125rem;
}

#main2 .main2-box-bottom .main2-box-bottom-left p.start {
  /* background: url(../img/icon_car_white.svg) no-repeat; */
  background-size: 35px auto;
  display: inline-block;
  background-position: left center;
  /* padding-left: 50px; */
  text-align: center;
}

#main2 .main2-box-bottom .main2-box-bottom-left p.contain {
  /* background: url(../img/icon_calendar_white.svg) no-repeat; */
  background-size: 25px auto;
  display: inline-block;
  background-position: left center;
  /* padding-left: 40px; */
  text-align: center;
}

#main2 .main2-box-bottom .main2-box-bottom-left a {
  -webkit-box-shadow: 2px 2px 10px 1px #6E6E6E;
          box-shadow: 2px 2px 10px 1px #6E6E6E;
  position: relative;
  margin-top: 20px;
  padding: 15px 0;
  border-radius: 6px;
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
}

#main2 .main2-box-bottom .main2-box-bottom-left a::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../img/icon_angle_right.svg);
  background-size: contain;
  position: absolute;
  right: 11px;
  top: 23px;
}

#main2 .main2-box-bottom .main2-box-bottom-right {
  width: 35%;
  color: #fff;
  text-align: center;
}

#main2 .main2-box-bottom .main2-box-bottom-right div {
  font-size: 1.125rem;
  background: url(../img/icon_phone_white.svg) no-repeat;
  background-size: 20px auto;
  display: inline-block;
  background-position: left center;
  padding-left: 30px;
}

#main2 .main2-box-bottom .main2-box-bottom-right p {
  font-size: 2.75rem;
  font-weight: 700;
}

#main2 .main2-box-bottom .main2-box-bottom-right p a {
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#main2 .main2-box-bottom .main2-box-bottom-right p a:hover {
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0.6;
}

#main2 .main2-box-bottom .main2-box-bottom-right span {
  font-weight: 700;
}

#question {
  background-color: #f7f7f8;
  padding-top: 7.5%;
  padding-bottom: 8%;
  position: relative;
  z-index: 1;
}

/* #question::after {
  width: 100%;
  height: 100%;
  content: '';
  background-image: url(../img/bill.svg);
  background-position: left bottom;
  position: absolute;
  background-size: 38%;
  bottom: -50%;
  left: -18%;
  z-index: -1;
} */

#question h2 {
  margin-bottom: 55px;
}

#question .question-box {
  font-size: 1.25rem;
  border-radius: 15px;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 10px 2px #B5B5B5;
          box-shadow: 2px 2px 10px 2px #B5B5B5;
  margin-bottom: 22px;
}

#question .question-box .question {
  cursor: pointer;
  padding: 20px;
  border-radius: 15px;
  position: relative;
}

#question .question-box .question::before {
  display: none;
  content: url(../img/minus.svg);
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

#question .question-box .question::after {
  display: block;
  content: url(../img/plus.svg);
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

#question .question-box .answer.closeanswer {
  display: none;
}

#question .question-box .question.close {
  padding: 25px;
  border-radius: 15px;
  position: relative;
}

#question .question-box .question.close::before {
  display: block;
  content: url(../img/minus.svg);
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

#question .question-box .question.close::after {
  display: none;
  content: url(../img/plus.svg);
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

#question .question-box .answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px;
  border-top: 1px solid #D1D1D1;
  font-weight: 700;
}

#question .question-box span {
  display: inline-block;
  margin-right: 20px;
  font-weight: 700;
  font-size: 2rem;
}

#question .question-box .qmark {
  position: relative;
  top: -3px;
}
#question .question-box .p {
  margin-right: 5px;
}

#series {
  position: relative;
  padding-top: 8%;
  padding-bottom: 10%;
  /* background-image: url(../img/logo_gray.svg); */
  background-position: center;
}

#series h2 {
  margin-bottom: 15px;
}

#series p {
  text-align: center;
  font-size: 1.125rem;
}

#series h4 {
  font-size: 1.75rem;
  margin: 13px 0;
}

#series a {
  cursor: inherit;
  position: relative;
  padding: 15px;
  border-radius: 6px;
  width: 50%;
  margin: 0 auto;
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
#series a:hover {
  background-color: #EBEBEB;
}

/* #series a::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../img/icon_angle_right.svg);
  background-size: contain;
  position: absolute;
  right: 11px;
  top: 23px;
} */

#series .series-box {
  margin-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
}

#series .series-box > div {
  width: 30%;
  text-align: center;
  margin-bottom: 50px;
}

#footer {
  padding: 80px 0 60px;
  background-color: #f7f7f8;
  position: relative;
  z-index: 1;
}

#footer .container {
  position: relative;
  z-index: 1;
}

/* #footer::after {
  width: 100%;
  height: 100%;
  content: '';
  background-image: url(../img/smart_city.svg);
  background-position: right bottom;
  position: absolute;
  background-size: 40%;
  bottom: 20%;
  right: -10.5%;
  z-index: -1;
} */

#footer .footer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}

#footer .footer-box-left {
  width: 50%;
  border-right: 1px solid rgba(23, 23, 23, 0.2);
}

#footer .footer-box-left .footer-logo {
  font-size: 0.75rem;
  display: block;
}

#footer .footer-box-left > div {
  font-weight: 700;
  line-height: 2.5;
}

#footer .footer-box-left a {
  -webkit-transition: all .3s;
  transition: all .3s;
}

#footer .footer-box-left a:hover {
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0.5;
}

#footer .footer-box-left .footbtn {
  width: 40%;
  position: relative;
  display: block;
  font-size: 0.75rem;
}

#footer .footer-box-left .footbtn::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(../img/icon_angle_right.svg);
  background-size: contain;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

#footer .footer-box-left h4 {
  margin-top: 20px;
  margin-bottom: 5px;
}

#footer .footer-box-left p {
  font-size: 0.875rem;
  margin-bottom: 30px;
  line-height: 1.6;
}

#footer .footer-box-left span {
  opacity: 0.5;
  display: block;
  font-size: 0.75rem;
}

#footer .footer-box-right {
  width: 70%;
  padding-left: 20%;
}

#footer .footer-box-right .footer-box-right-flex {
  padding: 20px 0;
}

#footer .footer-box-right h4 {
  color: #133463;
  font-size: 1.25rem;
  line-height: 2;
}

/* #footer .footer-box-right .footer-box-right-item {
  margin-right: 20px;
} */

#footer .footer-box-right .footer-box-right-item p {
  padding-left: 30px;
  font-size: 1.125rem;
}

#footer .footer-box-right .footer-box-right-item .car {
  /* background: url(../img/ifn0423.svg) no-repeat; */
  background-size: 35px auto;
  display: inline-block;
  /* background-position: left center; */
  /* padding-left: 50px; */
  text-align: center;
}

#footer .footer-box-right .footer-box-right-item .calender {
  /* background: url(../img/icon_calendar.svg) no-repeat; */
  background-size: 27px 27px;
  display: inline-block;
  background-position: left center;
  /* padding-left: 50px; */
  text-align: center;
}

#footer .footer-box-right .footer-box-right-item a {
  position: relative;
  margin-top: 15px;
  text-align: center;
  max-width: 100%;
  width: 250px;
  border-radius: 6px;
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 15px 0;
}

#footer .footer-box-right .footer-box-right-item a::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../img/icon_angle_right.svg);
  background-size: contain;
  position: absolute;
  right: 11px;
  top: 23px;
}

#footer .footer-box-right .footer-box-right-bottom span {
  font-size: 0.875rem;
}

#footer .footer-box-right .footer-box-right-bottom .tel {
  margin: 10px 0;
  font-size: 1.625rem;
  font-weight: 700;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: url(../img/icon_phone.svg) no-repeat;
  background-size: 22px auto;
  display: inline-block;
  background-position: left center;
  padding-left: 35px;
}

#footer .footer-box-right .footer-box-right-bottom .tel:hover {
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0.5;
}

#footer .footer-box-right .footer-box-right-bottom .time {
  font-size: 0.6875rem;
  font-weight: 700;
}

#footer .footer-box-right .footer-box-right-bottom .private {
  margin-top: 50px;
  display: block;
  position: relative;
  font-size: 0.75rem;
  font-weight: 700;
  width: 30%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#footer .footer-box-right .footer-box-right-bottom .private:hover {
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0.5;
}

#footer .footer-box-right .footer-box-right-bottom .private::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(../img/icon_angle_right.svg);
  background-size: contain;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

#fix-box {
  max-width: 100%;
  position: fixed;
  z-index: 100;
  top: 18px;
  right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#fix-box .fix-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#fix-box .fix-left div {
  position: relative;
  height: 40px;
  width: 150px;
  border: 3px solid #161616;
  background-color: #133463;
  border-radius: 4px;
  margin-right: 12px;
}
#fix-box .fix-left div a {
  color: #fff;
}

#fix-box .fix-left div:hover {
  background-color: #2156a1;
}

#fix-box .fix-left div::after {
  content: url(../img/icon_angle_right.svg);
  position: absolute;
  font-size: 1.2rem;
  right: 11px;
  top: 3.5px;
}

#fix-box .fix-left a {
  font-size: 0.875rem;
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 40px;
  font-weight: 700;
}

#fix-box .fix-right {
  line-height: 1.2;
  padding-left: 10px;
  /* color: #fff!important; */
}

#fix-box .fix-right .tel {
  font-weight: 700;
  font-size: 1.125rem;
  font-weight: bold;
  background-image: url(../img/Phone.png);
  background-size: 1rem auto;
  background-position: 0;
  padding-left: 25px;
}

#fix-box .fix-right .tel a {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  /* color: #000; */
}

#fix-box .fix-right .tel a:hover {
  opacity: 0.5;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

#fix-box .fix-right .day {
  font-size: 0.6875rem;
  font-weight: 700;
}

#fix-box2 {
  padding: 10px 0;
  background-color: #EBEBEB;
  width: 100%;
  max-width: 100%;
  position: fixed;
  z-index: 100;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*==================================================
　2本線が×に
===================================*/
  /*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
  /*ボタン内側*/
  /*activeクラスが付与されると線が回転して×に*/
}

#fix-box2 h1 {
  padding-left: 3%;
  /* width: 195px; */
  margin-right: auto;
}

#fix-box2 .openbtn2 {
  position: relative;
  /*ボタン内側の基点となるためrelativeを指定*/
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: #EBEBEB;
}

#fix-box2 .openbtn2 span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 13px;
  height: 2px;
  background-color: #000;
}

#fix-box2 .openbtn2 span:nth-of-type(1) {
  top: 22px;
  width: 50%;
}

#fix-box2 .openbtn2 span:nth-of-type(2) {
  top: 29px;
  width: 50%;
}

#fix-box2 .openbtn2.active span:nth-of-type(1) {
  top: 20px;
  left: 16px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 35%;
}

#fix-box2 .openbtn2.active span:nth-of-type(2) {
  top: 32px;
  left: 16px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 35%;
}

#fix-box3 {
  background-color: #133463;
  width: 100%;
  max-width: 100%;
  position: fixed;
  z-index: 100;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3%;
  z-index: 2;
}

#fix-box3 .fix-box3-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#fix-box3 .fix-box3-left a {
  padding: 10px 10px 10px 10px;
  background-color: #EBEBEB;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  font-weight: 700;
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
}

#fix-box3 .fix-box3-left a:nth-of-type(1) {
  border-radius: 6px 0 0 6px;
  border-right: 1px solid #6E6E6E;
  /* background-image: url("../img/ifn0423.svg"); */
  background-size: 20px;
  /* background-position: center 10px; */
}

#fix-box3 .fix-box3-left a:nth-of-type(2) {
  border-radius: 0 6px  6px 0;
  /* background-image: url("../img/icon_calendar.svg"); */
  background-size: 15px;
  background-position: center 10px;
}

#fix-box3 .fix-box3-right {
  padding-left: 13%;
  color: #fff;
}

#fix-box3 .fix-box3-right a {
  display: block;
  padding-left: 30px;
  font-weight: 700;
  font-size: 1.4rem;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-image: url(../img/icon_phone_white.svg);
  background-size: 14px;
  background-position: left center;
}

#fix-box3 .fix-box3-right a:hover {
  opacity: 0.5;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#fix-box3 div {
  width: 50%;
}

#fademenu {
  display: none;
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 86px;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 3;
}

#fademenu .container {
  background-color: #EBEBEB;
}



#fademenu nav h2 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

#fademenu nav ul {
  border-top: 1px solid rgba(23, 23, 23, 0.2);
}

#fademenu nav ul li {
  position: relative;
  border-bottom: 1px solid rgba(23, 23, 23, 0.2);
  padding: 22px 10px;
}

#fademenu nav ul li::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../img/icon_angle_right.svg);
  background-size: contain;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

#fademenu nav ul li p {
  font-size: 1.3rem;
  display: inline-block;
  font-weight: 700;
  /* border-bottom: 1px solid #000; */
}

#fademenu nav ul li > a {
  display: block;
  font-size: 1.3rem;
  font-weight: 700;
}

#fademenu .fademenu-bottom {
  padding: 30px 3%;
  background-color: #fff;
}

#fademenu .fademenu-bottom .fademenu-bottom-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#fademenu .fademenu-bottom .fademenu-bottom-top > div {
  width: 50%;
}

#fademenu .fademenu-bottom .fademenu-bottom-top > div:nth-of-type(1) {
  margin-right: 20px;
}

#fademenu .fademenu-bottom .fademenu-bottom-top > div p {
  padding-left: 20px;
  font-size: 1.3rem;
}

#fademenu .fademenu-bottom .fademenu-bottom-top > div p.car {
  /* background-image: url(../img/ifn0423.svg); */
  background-size: 20px;
  /* background-position: left center; */
}

#fademenu .fademenu-bottom .fademenu-bottom-top > div p.calender {
  /* background-image: url(../img/icon_calendar.svg); */
  background-size: 15px;
  background-position: left center;
}

#fademenu .fademenu-bottom .fademenu-bottom-top > div a {
  margin-top: 10px;
  text-align: center;
  position: relative;
  font-size: 1.4rem;
  display: block;
  border-radius: 6px;
  padding: 10px;
  font-weight: 700;
}

#fademenu .fademenu-bottom .fademenu-bottom-top > div a::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(../img/icon_angle_right.svg);
  background-size: contain;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

#fademenu .fademenu-bottom .fademenu-bottom-bottom {
  margin-top: 30px;
}

#fademenu .fademenu-bottom .fademenu-bottom-bottom span {
  font-size: 1.2rem;
}

#fademenu .fademenu-bottom .fademenu-bottom-bottom .tel {
  padding-left: 30px;
  background-image: url(../img/icon_phone.svg);
  background-position: left center;
}

#fademenu .fademenu-bottom .fademenu-bottom-bottom .tel a {
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: 3rem;
  font-weight: 700;
}

#fademenu .fademenu-bottom .fademenu-bottom-bottom .tel a:hover {
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0.5;
}

#fademenu .fademenu-bottom .fademenu-bottom-bottom > a {
  font-size: 1.2rem;
  font-weight: 700;
}

@media screen and (max-width: 1300px) {
  html {
    font-size: 80%;
  }
}

@media screen and (max-width: 1000px) {
  html {
    font-size: 60%;
  }
}

@media screen and (max-width: 990px) {
  html {
    font-size: 70%;
  }
  .container {
    margin: 0 auto 0;
    padding: 5% 3% 0;
    max-width: 100%;
  }
  .res-show {
    display: block;
  }
  .res-hide {
    display: none;
  }
  #header {
    padding-top: 90px;
  }
  #header nav {
    display: none;
  }
  #header .header-top {
    display: none;
  }
  #main {
    /* background: linear-gradient(180deg, #EBEBEB 0, #EBEBEB 350px, #f7f7f8 0, #f7f7f8); */
    padding-bottom: 75px;
    margin-top: 0;
    background-size: cover;
  }
  #main .icon_free {
    width: 15%;
    bottom: 300px;
    right: 60px;
  }
  #main .main-top .main-top-label {
    width: 60%;
    height: 30px;
    line-height: 30px;
  }
  #main .main-top .main-top-label::after {
    border-top: 10px solid #133463;
    /* 好みで色を変えてください */
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
  }
  #main .main-bottom {
    display: block;
  }
  #main .main-img {
    display: none;
  }
  #main .main-bottom {
    margin: 50px auto 0;
    width: 80%;
    -webkit-box-shadow: none;
            box-shadow: none;
    /* background-color: #f7f7f8; */
    border-radius: 0px;
  }
  #main .main-bottom div {
    width: 100%;
  }
  #main .main-bottom div .car {
    padding-left: 30px;
    background-size: 20px;
  }
  #main .main-bottom div .calender {
    /* padding-left: 30px; */
    background-size: 18px;
  }
  #main .main-bottom a {
    width: 95%;
  }
  #main .main-bottom a::after {
    height: 9px;
    right: -5px;
  }
  #main .main-middle {
    /* margin-top: 20px; */
    display: block;
    height: auto;
  }
  #achievement {
    padding-top: 40px;
  }
  #worries {
    padding-top: 80px;
    padding-bottom: 45px;
    /* margin-top: 100px; */
  }
  #worries::before {
    line-height: 50px;
    width: 50px;
    height: 50px;
    top: -25px;
  }
  #worries::after {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-top: 30px solid #eee;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
  }
  #worries .worries-flex-box {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #worries .worries-flex-box .prob1 {
    margin-bottom: 10px;
    background-position: 8% center;
    background-size: 20%;
  }
  #worries .worries-flex-box .prob2 {
    margin-bottom: 10px;
    background-position: 8% center;
    background-size: 20%;
  }
  #worries .worries-flex-box .prob3 {
    background-position: 8% center;
    background-size: 20%;
  }
  #worries .worries-flex-box div {
    padding: 10%;
    width: 100%;
    height: auto;
  }
  #worries .worries-flex-box div p {
    position: relative;
    font-size: 1.7rem;
  }
  #worries .worries-flex-box div p {
    left: 60%;
  }
  #free {
    padding-top: 10%;
    padding-bottom: 65px;
  }
  #free .sub-title span::before {
    height: 45px;
    width: 2px;
    left: -25px;
  }
  #free .sub-title span::after {
    height: 45px;
    width: 2px;
    right: -25px;
  }
  #free .free-flex-box {
    display: none;
  }
  #free .free-flex-box2 {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #free .free-flex-box2 .free1 {
    background-image: url(../img/koukoku.png);
    background-position: center;
    background-size: 70%;
  }
  #free .free-flex-box2 .free2 {
    background-image: url(../img/office.png);
    background-position: center;
    background-size: 50%;
  }
  #free .free-flex-box2 .free3 {
    background-image: url(../img/semai.png);
    background-position: center;
    background-size: 70%;
  }
  #free .free-flex-box2 > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #free .free-flex-box2 .free-item-r {
    margin: 20px 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #free .free-flex-box2 h4 {
    margin-bottom: 10px;
    font-size: 1.75rem;
    color: #133463;
    font-weight: 700;
  }
  #free .free-flex-box2 p {
    font-weight: 700;
    font-size: 1.2rem;
  }
  #free .free-flex-box2 .free-box-bg {
    width: 30vw;
    height: 30vw;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 1px 1px 5px 1px #B5B5B5;
            box-shadow: 1px 1px 5px 1px #B5B5B5;
  }
  #free .free-flex-box2 .free-box-txtl {
    padding-left: 30px;
  }
  #free .free-flex-box2 .free-box-txtr {
    padding-right: 30px;
  }
  #twominute .twominute-video {
    margin: 45px auto 0;
    width: 100%;
  }
  #twominute::after {
    bottom: -8%;
  }
  #cando::after {
    bottom: -5%;
  }
  #cando .cando-box-top {
    margin-top: 40px;
    margin-bottom: 45px;
  }
  #cando .cando-box-top .nomal-table .table-title {
    font-size: 1.1rem;
  }
  #cando .cando-box-top .nomal-table .table-title .table-title1 {
    background-size: 10%;
    background-position: center 15%;
    padding-top: 20px;
  }
  #cando .cando-box-top .table-special tr .table-special-middle {
    font-size: 1.1rem;
  }
  #cando .cando-box-top .table-special tr .table-special-middle > span {
    top: 5px;
  }
  #cando .cando-box-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
  }
  #cando .cando-box-bottom > div {
    margin-top: 30px;
    text-align: center;
  }
  #cando .cando-box-bottom img {
    width: 20vw;
    height: 20vw;
  }
  #startfree .startfree-grid-box {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    gap: 15px;
  }
  #startfree .startfree-grid-box .startfree-grid-item div {
    padding: 20px 10px;
  }
  #startfree .startfree-grid-box .startfree-grid-item p {
    font-size: 1.5rem;
  }
  #service .service-box-top {
    display: none;
  }
  #service::after {
    bottom: -3%;
  }
  #service .service-box-top2 {
    margin-top: 30px;
    display: block;
    background-color: #fff;
  }
  #service .service-box-top2 .service-container {
    position: relative;
    padding: 20px 0;
    border-radius: 15px;
  }
  #service .service-box-top2 .service-container::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top: 20px solid #fff;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
  }
  #service .service-box-top2 .service-container span {
    display: block;
    text-align: center;
  }
  #service .service-box-top2 .service-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding-bottom: 50px;
    background-image: url(../img/outline-res.svg);
    background-size: 84vh;
    background-position: center bottom;
  }
  #service .service-box-top2 .service-grid .service-grid-item h4 {
    background-color: #133463;
    border-radius: 50px;
    padding: 10px 20px;
    color: #fff;
    font-size: 1.2rem;
  }
  #service .service-box-top2 .service-grid .service-grid-item > div {
    padding-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #service .service-box-top2 .service-grid .service-grid-item > div img {
    width: 10vw;
    height: 10vw;
  }
  #service .service-box-top2 .service-grid .service-grid-item > div p {
    padding-left: 20px;
    color: #133463;
    font-size: 1.3rem;
    font-weight: 700px;
  }
  #merit {
    padding-top: 11%;
    padding-bottom: 5.5%;
  }
  #merit .merit-box {
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #merit .merit-box .merit-box-item {
    padding: -7px 0 30px;
    width: 100%;
  }
  #merit .merit-box .merit-box-item span {
    font-size: 1.5rem;
    display: block;
    text-align: left;
  }
  #merit .merit-box .merit-box-item .number {
    margin: 10px 0;
    font-size: 1.5rem;
  }
  #merit .merit-box .merit-box-item img {
    width: 40vw;
  }
  #merit .merit-box .merit-box-item h4 {
    font-size: 2rem;
  }
  #merit .merit-box .merit-box-item p {
    font-size: 1.5rem;
  }
  #merit .merit-box .merit-box-item-middle {
    background: url(../img/border2.png) repeat-x;
    background-size: 3px;
  }
  #merit .merit-box .merit-box-item-right {
    background: url(../img/border2.png) repeat-x;
    background-size: 3px;
  }
  #amendment .amendment-box-top {
    margin-top: 12%;
    padding: 10% 0;
  }
  #amendment .amendment-box-top::after {
    border-top: 20px solid rgba(255, 255, 255, 0.9);
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
  }
  #amendment .amendment-box-top h4 {
    font-size: 1.6rem;
  }
  #amendment .amendment-box-top p {
    margin-bottom: 30px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  #amendment .amendment-box-bottom p {
    line-height: 1.8;
  }
  #amendment .amendment-box-bottom p .dotted {
    padding-bottom: 0rem;
  }
  #flow {
    padding-top: 8%;
    padding-bottom: 8%;
  }
  #flow .flow-box {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #flow .flow-box .flow-box-item-arrow::after {
    background-image: url("../img/icon-bottom-arrow.svg");
    top: 93%;
    bottom: 0;
    right: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  #flow .flow-box .flow-box-item {
    width: 100%;
    margin-bottom: 20px;
  }
  #flow .flow-box .flow-box-item h4 {
    padding: 15px 0 15px 5%;
    font-size: 1.6rem;
  }
  #flow .flow-box .flow-box-item span.item-span {
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    display: none;
  }
  #flow .flow-box .flow-box-item h4 span {
    display: inline;
  }
  #flow .flow-box .flow-box-item p {
    font-size: 1.5rem;
  }
  #flow .flow-box .flow-box-item img {
    width: 20%;
  }

  .pc-table {
    display: none;
  }
  .sp-table {
    display: block;
  }
  
  #main2 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f7f7f8), color-stop(15%, #f7f7f8), color-stop(0, #4B63AD), to(#4B63AD));
    background: linear-gradient(180deg, #133463 0, #133463 15%, #133463 0, #133463);
  }
  #main2 .free-icon {
    width: 20%;
    top: 15%;
    left: 70%;
  }
  #main2 .free-main2-img {
    position: static;
    width: 100%;
  }
  #main2 .main2-box-top {
    margin-top: 30px;
  }
  #main2 .main2-box-top h2 {
    font-size: 3.375rem;
  }
  #main2 .main2-box-top p {
    margin-top: 10px;
    text-align: center;
  }
  #main2 .main2-box-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #main2 .main2-box-bottom .main2-box-bottom-left {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #main2 .main2-box-bottom .main2-box-bottom-left > div {
    width: 100%;
    margin-bottom: 30px;
  }
  #main2 .main2-box-bottom .main2-box-bottom-left p {
    font-size: 1.4rem;
  }
  #main2 .main2-box-bottom .main2-box-bottom-left p.start {
    background-size: 25px auto;
    /* padding-left: 40px; */
  }
  #main2 .main2-box-bottom .main2-box-bottom-left p.contain {
    background-size: 20px auto;
    padding-left: 35px;
  }
  #main2 .main2-box-bottom .main2-box-bottom-left a {
    font-size: 1.5rem;
  }
  #main2 .main2-box-bottom .main2-box-bottom-left a::after {
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
  }
  #main2 .main2-box-bottom .main2-box-bottom-right {
    margin: 30px 0;
    width: 100%;
  }
  #main2 .main2-box-bottom .main2-box-bottom-right p {
    margin: 10px 0;
    font-size: 3rem;
  }
  #main2 .main2-box-bottom .main2-box-bottom-right div {
    font-size: 1.4rem;
    background-size: 15px auto;
  }
  #question::after {
    bottom: -15%;
  }
  #question h2 {
    margin-bottom: 40px;
  }
  #question .question-box .question:after {
    width: 3vw;
    height: 3vW;
    right: 15px;
    content: "";
    background-image: url("../img/plus.svg");
    background-size: cover;
  }
  #question .question-box .question.close::before {
    width: 3vw;
    height: 1vW;
    right: 15px;
    content: "";
    background-image: url("../img/minus.svg");
    background-size: 3vw;
  }
  #series {
    padding-bottom: 0;
  }
  #series .series-box {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #series .series-box > div {
    width: 100%;
    margin-bottom: 40px;
  }
  #series p {
    font-size: 1.4rem;
  }
  #series a {
    width: 100%;
    font-size: 1.5rem;
  }
  #series a::after {
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
  }
  #footer {
    padding: 40px 0 20px;
  }
  #footer::after {
    bottom: 15%;
    background-size: 60%;
  }
  #footer .footer-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #footer .footer-box-left {
    margin-bottom: 30px;
    padding-bottom: 30px;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(23, 23, 23, 0.2);
    text-align: center;
  }
  #footer .footer-box-left h4 {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  #footer .footer-box-left p {
    font-size: 1.2rem;
    line-height: 1.8;
  }
  #footer .footer-box-left span {
    font-size: 1.2rem;
  }
  #footer .footer-box-left .footbtn {
    font-size: 1.2rem;
  }
  #footer .footer-box-right {
    width: 100%;
    padding-left: 0;
  }
  #footer .footer-box-right .footer-box-right-item {
    width: 50%;
  }
  #footer .footer-box-right .footer-box-right-item .car {
    padding-left: 35px;
    background-size: 25px auto;
  }
  #footer .footer-box-right .footer-box-right-item .calender {
    background-size: 18px auto;
    padding-left: 30px;
  }
  #footer .footer-box-right .footer-box-right-item a {
    width: 100%;
  }
  #footer .footer-box-right .footer-box-right-item a::after {
    width: 12px;
    height: 12px;
    top: 50%;
    right: 0;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
  }
  #footer .footer-box-right {
    text-align: center;
  }
  #footer .footer-box-right h4 {
    font-size: 2rem;
  }
  #footer .footer-box-right .footer-box-right-bottom {
    margin-top: 10px;
  }
  #footer .footer-box-right .footer-box-right-bottom span {
    font-size: 1.2rem;
  }
  #footer .footer-box-right .footer-box-right-bottom .tel {
    font-size: 2.5rem;
  }
  #footer .footer-box-right .footer-box-right-bottom .time {
    font-size: 1rem;
  }
  #footer .footer-box-right .footer-box-right-bottom .private {
    width: 40%;
  }
  #fix-box {
    display: none;
  }
  .is-hidden {
    visibility: visible;
  }
  .footer-box-right-flex{
    display: block;
  }
  .footer-box-right-item {
    width: 80%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 416px) {
  html {
    font-size: 55%;
  }
}
.katsuyou-img {
  width: 60%;
  padding: 0 3px!important;
}
.katsuyou-img img {
  width: 100%;
}
.about h2 {
  margin-bottom: 55px;
}
@media screen and (max-width: 416px) {
  .katsuyou-img {
    width: 50%;
    padding: 0 5px!important;
  }
  .about.bg-blue {
    /* padding-top: 100px; */
    padding-bottom: 0;
  }
  .about h2 {
    margin-bottom: 40px;
  }
}

.katsuyou-img2 {
  width: 80%;
}
.katsuyou-img4 {
  width: 90%;
}

.face {
  /* width: 33%!important; */
  margin: 0 auto;
}
.uketsuke {
  /* width: 45%!important; */
}
.meri-box-item-img {
  width: 50%;
  height: 50%;
  margin: 50px auto;
}
.meri-box-item-img img {
  /* height: 100%; */
}

#about h2 {
  margin-bottom: 55px;
}
.about {
  /* padding-top: 80px; */
  padding-bottom: 150px;
}
.about-lead {
  display: block;
  font-size: 14px;
  line-height: 1.7142857143;
  text-align: center;
  font-weight: 600;
}
.section-head + .about-lead {
  margin-top: -56px;
  margin-bottom: 40px;
}
.about-card {
  display: block;
  padding: 40px 10px;
  background-color: #fff;
  border-radius: 10px;
}
.about-dl {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 16px;
}
.about-dl::after,
.about-dl::before {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  height: 0;
  border-bottom: 1px solid transparent;
}
.about-dl::before {
  left: 0;
  right: 0;
  border-color: #e0e0e0;
}
.about-dl::after {
  left: 0;
  width: 15%;
  border-color: #133463;
}
.about-dl:not(:last-child) {
  margin-bottom: 16px;
}
.about-dl:last-child::after,
.about-dl:last-child::before {
  content: none;
}
.about-dt {
  margin-bottom: 8px;
  color: #133463;
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: 600;
}
.about-dd {
  font-size: 14px;
  line-height: 1.8571428571;
}
@media (min-width: 768px) {
  .about-lead {
    font-size: 16px;
    line-height: 1.75;
  }
  .about-card {
    padding: 20px;
  }
  .about-dl {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
  }
  .about-dl::after {
    width: 15%;
  }
  .about-dl:not(:last-child) {
    margin-bottom: 20px;
  }
  .about-dl:last-child::after,
  .about-dl:last-child::before {
    content: "";
  }
  .about-dt {
    min-width: 100px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.75;
    width: 20%;
  }
  .about-dd {
    flex: 1;
    margin-left: 5%;
    font-size: 14px;
    line-height: 1.75;
  }
}






.l-contact {
  position: relative;
}
#contact .sub-title {
  margin-bottom: 55px;
}
.p-contact__table {
  width: 100%;
  font-size: clamp(13px,4vw,15px);
}
@media screen and (min-width: 426px) {
  .p-contact__table {
    font-size: clamp(15px,2.5vw,17px);
  }
}
@media screen and (min-width: 768px) {
  .p-contact__table {
    font-size: clamp(17px,2.2vw,19px);
  }
}
@media screen and (min-width: 1024px) {
  .p-contact__table {
    font-size: clamp(19px,1.7vw,24px);
  }
}
@media screen and (min-width: 1440px) {
  .p-contact__table {
    font-size: 24px;
  }
}
.p-contact__th {
  width: 30%;
  padding: 1.3em 0;
  text-align-last: left;
}
@media screen and (max-width: 767.98px) {
  .p-contact__th {
    display: block;
    width: 100%;
    padding-bottom: 0;
  }
  #contact .sub-title {
    margin-bottom: 40px;
  }
}
.p-contact__td {
  width: 70%;
  padding: 0.5em 0;
}
@media screen and (max-width: 767.98px) {
  .p-contact__td {
    display: block;
    width: 100%;
  }
}
.p-contact__input {
  background-color: #F7F7F8;
  padding: 0.8em;
  width: 100%;
  font-size: clamp(16px, 3.8vw, 20px);
}
.p-contact__radio {
  padding: 0.8em;
}
.p-contact__label {
  position: relative;
  margin: 0 5%;
  line-height: 2;
}
.p-contact__label::before {
  display: inline-block;
  content: "";
  width: 1.2em;
  height: 1.2em;
  border: 1.5px solid #1dbecf;
  border-radius: 50%;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -1.5em;
}
.p-contact__radio {
  display: none;
}
.p-contact__required {
  background-color: #4B63AD;
  color: #FFFFFF;
  padding: 0 0.8em;
  margin-left: 0.5em;
  font-weight: 400;
  font-size: clamp(10px,3vw,12px);
}
@media screen and (min-width: 426px) {
  .p-contact__required {
    font-size: clamp(12px,2vw,14px);
  }
}
@media screen and (min-width: 768px) {
  .p-contact__required {
    font-size: clamp(14px,1.8vw,16px);
  }
}
@media screen and (min-width: 1024px) {
  .p-contact__required {
    font-size: clamp(16px,1.4vw,18px);
  }
}
@media screen and (min-width: 1440px) {
  .p-contact__required {
    font-size: 18px;
  }
}
.p-contact textarea {
  height: 10em;
}
.p-contact__privacy {
  text-align: center;
  margin: 20px auto 3rem;
  font-size: clamp(10px,3vw,12px);
}
@media screen and (min-width: 426px) {
  .p-contact__privacy {
    font-size: clamp(12px,2vw,14px);
  }
}
@media screen and (min-width: 768px) {
  .p-contact__privacy {
    font-size: clamp(14px,1.8vw,16px);
  }
}
@media screen and (min-width: 1024px) {
  .p-contact__privacy {
    font-size: clamp(16px,1.4vw,18px);
  }
}
@media screen and (min-width: 1440px) {
  .p-contact__privacy {
    font-size: 18px;
  }
}
.p-contact__privacy input[type=checkbox]:checked + label:before {
  content: "?";
  font-size: 1em;
  color: #FFFFFF;
  background-color: #1dbecf;
}
.p-contact__checkbox {
  display: none;
}
.p-contact__checklabel {
  position: relative;
  padding-left: 2em;
  font-size: clamp(10px,3vw,12px);
}
@media screen and (min-width: 426px) {
  .p-contact__checklabel {
    font-size: clamp(12px,2vw,14px);
  }
}
@media screen and (min-width: 768px) {
  .p-contact__checklabel {
    font-size: clamp(14px,1.8vw,16px);
  }
}
@media screen and (min-width: 1024px) {
  .p-contact__checklabel {
    font-size: clamp(16px,1.4vw,18px);
  }
}
@media screen and (min-width: 1440px) {
  .p-contact__checklabel {
    font-size: 18px;
  }
}
.p-contact__checklabel::before {
  display: inline-block;
  content: "";
  width: 1.5em;
  height: 1.5em;
  border: 1.5px solid #333;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background-color: #FFFFFF;
}
.p-contact__checklabel a {
  color: #4B63AD;
}
.p-contact .p-contact__td input[type=radio]:checked + label::after {
  display: inline-block;
  content: "";
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  background-color: #2AA998;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -1.3em;
}
.p-contact__submit {
  font-size: clamp(17px,5vw,19px);
}
@media screen and (min-width: 426px) {
  .p-contact__submit {
    font-size: clamp(19px,3vw,21px);
  }
}
@media screen and (min-width: 768px) {
  .p-contact__submit {
    font-size: clamp(21px,2.6vw,25px);
  }
}
@media screen and (min-width: 1024px) {
  .p-contact__submit {
    font-size: clamp(25px,2vw,28px);
  }
}
@media screen and (min-width: 1440px) {
  .p-contact__submit {
    font-size: 28px;
  }
}
.p-contact__submit.c-button-yellow {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-contact__submit.c-button-yellow {
    width: 50%;
  }
}
.p-contact__submit.c-button-yellow::before {
  display: none;
}
.p-contact__submit input {
  letter-spacing: 0.1em;
  font-size: clamp(20px,5.5vw,24px);
  font-weight: 700;
  color: #fff;
  width: 100%;
}
@media screen and (min-width: 426px) {
  .p-contact__submit input {
    font-size: clamp(24px,3.5vw,26px);
  }
}
@media screen and (min-width: 768px) {
  .p-contact__submit input {
    font-size: clamp(26px,3vw,29px);
  }
}
@media screen and (min-width: 1024px) {
  .p-contact__submit input {
    font-size: clamp(29px,2.3vw,33px);
  }
}
@media screen and (min-width: 1440px) {
  .p-contact__submit input {
    font-size: 33px;
  }
}
.l-inner {
  width: 95%;
  max-width: 980px;
  margin: 0 auto;
}
.l-contact {
  position: relative;
  /* background-color: rgba($color: $color-main, $alpha: .2); */
}
.p-contact__submit.c-button-yellow {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 1440px) {
  .p-contact__submit input {
      font-size: 33px;
  }

}
.c-button-yellow {
  position: relative;
  background-color: #2156a1;
  color: #ffffff;
  padding: 0.5em 2em;
  border-radius: 2em;
  text-align: center;
  -webkit-filter: drop-shadow(0 7px 7px rgba(51, 51, 51, 0.2));
  filter: drop-shadow(0 7px 7px rgba(51, 51, 51, 0.2));
}

#contact {
  padding: 8% 0;
}
/*# sourceMappingURL=style.css.map */

#joseikin {
  display: flex;
}
.joseikin-content {
  width: 50%;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  #joseikin {
    display: block;
  }
  .joseikin-content {
    width: 100%;
    padding: 20px;
  }
  .about-card {
    padding: 20px;
  }
}
.joseikin-title {
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 3.875rem;
}
.joseikin-subtitle {
  font-size: 2rem;
}

.cando-box-img {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .cando-box-img {
    width: 30%;
  }
  #cando .cando-box-bottom img {
    width: 100%;
    height: 100%;
  }
  .about-card {
    padding: 0;
  }
}

#question .question-box .question p {
  margin-right: 10px;
}

.footer-box-left .logo {
  width: 40%;
  padding: 20px 20px 20px 0;
}
@media screen and (max-width: 768px) {
  .footer-box-left .logo {
    margin: 0 auto;
    padding-top: 30px;
  }
}
