@charset "UTF-8";
html {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  word-wrap: break-word;
  color: #333;
  max-width: 2560px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

_:lang(x)::-ms-backdrop, body {
  font-family: "メイリオ", Meiryo, sans-serif;
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  font-variant-ligatures: common-ligatures contextual;
  font-feature-settings: "kern", "liga", "clig", "calt";
}

main {
  display: block;
  flex: 1;
  overflow-x: hidden;
}

a {
  color: #333;
  text-decoration: none;
  transition: all 0.3s;
}

input[type=submit] {
  transition: all 0.3s;
}

a:hover,
input[type=submit]:hover {
  opacity: 0.6;
}

a:focus-visible,
input:focus-visible,
button:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: #005FCC solid 2px;
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

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

ul {
  list-style: none;
}

table {
  border-collapse: collapse;
}

.wrap {
  width: 100%;
  max-width: 1060px;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}

.wrap.-relative {
  position: relative;
}

.wrap.-wide {
  max-width: 1330px;
}

.u-site-wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.u-ib {
  display: inline-block;
}

.u-cf::after {
  content: "";
  clear: both;
  display: table;
}

.dissp {
  display: none;
}

br.only_sp {
  display: none;
}

br.only_pc {
  display: inline;
}

.u-blue-txt {
  color: #0489C1;
}

.u-bg-blue {
  background-color: #EDFAFF;
}

.header {
  background: #fff;
  width: 100%;
  position: fixed;
  z-index: 100;
}

.header__inner {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1060px;
  width: 95%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  padding: 15px 0;
}
.header__navbtn {
  display: none;
}
.header__nav {
  display: none;
}
.logo {
  width: 240px;
}
.hero__upper {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  top: 114.06px;
  background: linear-gradient(90deg, #08b, #5ee);
  margin-bottom: 0;
}

.hero__upper .hero_img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  font-family: "object-fit: cover; object-position: center center;";
  height: 800px;
  width: 100%;
}

 .hero__txt-box {
  padding-top: 2rem;
  padding-bottom: 2rem;
  }

  .hero__sub-title {
    font-size: 24px;
    font-weight: 700;
      color: #ff376d;
      padding-top: 0.5rem;
      padding-left: 1rem;
  }

  .hero__title {
    padding-left: 0;
    margin-top: 10px;
  }

  .hero__subTtl {
    color: #fff;
    font-size: 30px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 600;
  }

.hero__txt {
  padding-left: 0;
  margin-top: 24px;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  width: 60%;
  color: #fff;
}

.hero__mv {
  background-image: url(../img/header/hero/pc-hero_new.jpg);
  background-size: 610px auto;
  height: 380px;
  left: 50%;
  margin-left: 120px;
  position: absolute;
  top: 50px;
  /*transition: all .85s cubic-bezier(.215,.61,.355,1);*/
  width: 610px;
  z-index: 10;
}

.hero__cta {
  padding-top: calc(10rem + 114.06px);
}

.hero__cta-ttl {
  font-weight: 700;
  text-align: center;
}

.hero__cta-ttl-strong {
  color: #FF376D;
  background: linear-gradient(transparent 47%, #FFDD78 0%);
}

.hero__cta-subttl {
  margin-top: 1rem;
  font-weight: 700;
  text-align: center;
}
.hero__cta-subttl span {
  padding: 0 1rem;
} 

.hero__cta-subttl::before {
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  /*bottom: 3px;*/
  background: #000;
  -webkit-transform-origin: left;
  transform-origin: left;
  transform: rotate(338deg);
}

.hero__cta-subttl::after {
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  /*bottom: 3px;*/
  background: #000;
  -webkit-transform-origin: left;
  transform-origin: left;
  transform: rotate(22deg);
}
.hero__cta-button-item {
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #0489C1;
  border-radius: 50px;
  padding: 20px 80px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  font-weight: 700;
  z-index: 1;
  margin: 1rem auto 0;
}
.hero__cta-button-item:hover {
  cursor: pointer;
  border: 4px solid #0489C1;
  color: #0489C1;
  background: #fff;
}
.hero__cta-button-item:hover .hero__cta-button-text {
  color: #0489C1;
}
.hero__cta-button-text {
  font-size: 34px;
  letter-spacing: 0.15em;
  display: block;
  font-weight: 700;
  position: relative;
  z-index: 9;
  color: #fff;
}
.hero__cta-button-arrow::before {
  content: "";
  position: absolute;
  transition: all .3s linear;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  right: 35px;
  top: calc(50% - 1px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
}
.hero__cta-button-arrow::after {
  content: "";
  position: absolute;
  transition: all .3s linear;
  right: 50px;
  top: calc(50% - 2px);
  width: 8px;
  height: 8px;
  border-top: 3px solid #0489C1;
  border-right: 3px solid #0489C1;
  transform: rotate(45deg) translateY(-50%);
}
.hero__cta-button-item:hover .hero__cta-button-arrow::before {
  background: #0489C1;
}
.hero__cta-button-item:hover .hero__cta-button-arrow::after {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
.yureru-js {
  animation: yureru-s 2s infinite;
}
@keyframes yureru-s {
  0% {
      transform: translate(2px, 0px);
  }
  5% {
      transform: translate(-2px, 0px);
  }
  10% {
      transform: translate(2px, 0px);
  }
  15% {
      transform: translate(-2px, 0px);
  }
  20% {
      transform: translate(2px, 0px);
  }
  25% {
      transform: translate(-2px, 0px);
  }
  30% {
      transform: translate(0px, 0px);
  }
}
.hero__lower {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.hero__lower-title-box {
  text-align: center;
  padding-top: 3px;
}

.hero__lower-title {
  font-size: 38px;
  position: relative;
}


.hero__lower-title small {
    font-size: 0.8em;
}

.hero__lower-title:before,
.hero__lower-title:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 70px;
  height: 4px;
  background-color: #0489C1;
}

.hero__lower-title:before {
  left: 8.5%;
  transform: rotate(44deg);
}

.hero__lower-title:after {
  right: 8.5%;
  transform: rotate(-44deg);
}

.hero__lower-txt-box {
  text-align: center;
  margin-top: 58px;
}

.hero__lower-txt {
  font-size: 18px;
  line-height: 1.6;
}

.type {
    padding-top: 5rem;
  padding-bottom: 80px;
}

.type__title-box {
  text-align: center;
}

.type__content-box {
  margin-top: 76px;
}

.type__row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.type__row:nth-of-type(n + 2) {
  margin-top: 33px;
}

.type__item {
  position: relative;
  background-color: #fff;
  box-shadow: 0px 5px 8px;
  border-radius: 10px;
  width: 20%;
  text-align: center;
  margin: 0 1.8%;
  padding: 20px 0 40px;
  color: #FF720D;
}

.type__item-title {
  padding-top: 15px;
  font-size: 16px;
}

.type__item:nth-of-type(2) {
  color: #49AD00;
}
.type__item:nth-of-type(3) {
  color: #EEB100;
}
.type__item:nth-of-type(4) {
  color: #FF376D;
}
.type__row:nth-of-type(n + 2) .type__item:nth-of-type(1) {
  color: #FF3535;
}
.type__row:nth-of-type(n + 2) .type__item:nth-of-type(2) {
  color: #367AE0;
}
.type__row:nth-of-type(n + 2) .type__item:nth-of-type(3) {
  color: #6956E2;
}
.type__row:nth-of-type(n + 2) .type__item:nth-of-type(4) {
  color: #009CDE;
}

.type__item-arrow::after{
    content: "";
    position: absolute;
    transition: all .3s linear;
    right: calc(50% - 2px);
    bottom: 8%;
    width: 10px;
    height: 10px;
    border-top: 3px solid #FF720D;
  border-right: 3px solid #FF720D;
    transform: rotate(135deg);
    display: block;
  }
  
  .type__item:nth-of-type(2) .type__item-arrow::after {
    border-top: 3px solid #49AD00;
    border-right: 3px solid #49AD00;
  }
  
  .type__item:nth-of-type(3) .type__item-arrow::after {
    border-top: 3px solid #EEB100;
    border-right: 3px solid #EEB100;
  }
  
  .type__item:nth-of-type(4) .type__item-arrow::after {
    border-top: 3px solid #FF376D;
    border-right: 3px solid #FF376D;
  }
  
  .type__row:nth-of-type(n + 2) .type__item:nth-of-type(1) .type__item-arrow::after {
    border-top: 3px solid #FF3535;
    border-right: 3px solid #FF3535;
  }
  
  .type__row:nth-of-type(n + 2) .type__item:nth-of-type(2) .type__item-arrow::after {
    border-top: 3px solid #367AE0;
    border-right: 3px solid #367AE0;
  }
  
  .type__row:nth-of-type(n + 2) .type__item:nth-of-type(3) .type__item-arrow::after {
    border-top: 3px solid #6956E2;
    border-right: 3px solid #6956E2;
  }
  
  .type__row:nth-of-type(n + 2) .type__item:nth-of-type(4) .type__item-arrow::after {
    border-top: 3px solid #009CDE;
    border-right: 3px solid #009CDE;
  }

  .type__item:hover { 
  opacity: 0.3;
  }
.type__banner-box {
  margin-top: 78px;
}

.type__content02 {
  margin-top: 70px;
}

.type__content02_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;

}

.type__content02_item {
  /*position: relative;*/
  background-color: #fff;
  box-shadow: 0px 0px 5px;
  border-radius: 10px;
  width: 43%;
  text-align: center;
  margin: 0 1.8% 2.2%;
  color: #EEB100;
  padding-top: 20px;
}
/*.type__content02_item .wide{
  width: 90%;
}*/
 .wide{
  width: 90%;
  padding: 2% 4% 2%;
  margin: 0 auto 3%;
}

.type__content02_item:nth-of-type(2) {
  color: #FF720D;
}
.type__content02_item:nth-of-type(3) {
  color: #FF376D;
}
.type__content02_item:nth-of-type(4)  {
  color: #FF3535;
}
.type__content02_item:nth-of-type(5)  {
  color: #6956E2;
}
.type__content02_item:nth-of-type(6)  {
  color:  #367AE0;
}
.type__content02_item:nth-of-type(7)  {
  color:  #009CDE;
}
.type__content02_item:nth-of-type(8)  {
  color:  #49AD00;
}

.type__content02_item-title-box {
  width: 90%;
margin: 0 auto;
}

.type__content02_item .wide {
  width: 100%;
}
.type__content02-txt {
  color: #333;
  padding-top: 1em;
  text-align: left;
  line-height: 1.5rem;
}

.flow_list-item {
  display: flex;
  background-color: #fff;
  border: solid 2px #E6E6E7;
  border-radius: 10px;
  width: 85%;
  justify-content: space-between;
  margin: 20px auto 20px;
  padding:  0 15px 10px;
  text-align: left;
}
.flow_list-cont {
  width: 70%;
}

.type__icon {
  display: block;
  color: #fff;
  font-size: 12px;
  padding: 10px 10px 5px;
  background-color: #0b553c;
  margin-bottom: 10px;
  z-index: 30;
  width: fit-content;
  position: relative;
}
/*.type__icon::after {
  content: "";
  position:absolute;
  bottom:-20px;
  left:0;
  width:0;
  height:0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  border-width: 25px 15px 25px 0;
}*/

.type__icon::after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 25px solid #0b553c;
  border-right: 25px solid #0b553c;
  border-bottom: 10px solid transparent;
}

/*.type__icon::last-letter{
  font-family: garamond,times;
  font-size: 2rem;
  letter-spacing: 0.15em;
}*/

.type_number {
  font-size: 18px;
  font-weight: bold;
  display: block;
  text-align: center;
}
.flow_list-ttl {
  font-size: 16px;
  padding:1em 0 0 1em;
  color: #EEB100;
  font-weight: bold;
}

.flex {
  display: flex;
}

.type__content02_item-flow_list02 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin: 5% auto 2%;
}

.flow_list-item02 {
  width: 14%;
  background-color: #fff;
  border: solid 2px #E6E6E7;
  border-radius: 10px;
  padding: 2% 1.3% 1%;
  position: relative;
}

.flow_list-item02:not(:last-child):after{
  content: "";
    position: absolute;
    top: 55%;   /* 縦軸をセンタリングする */ 
    right: -25%;
    transform: translateY(-50%);   /* 縦軸をセンタリングする */  
    border: 8px solid transparent;
    border-left: 10px solid #c5d901;
}

.type_icon02 {
  display: block;
  width: 65px;
  font-size: 12px;
  color: #fff;
  background-color: #FF720D;
  padding: 10px;
  border-radius: 65px;
  position: absolute;
  top: -30px;
  left: 20%;
  z-index: 30;
}
.flow_list-item02 p{
  font-weight: bold;
  margin-bottom: 6em; 
  margin-top: 2em;
  color: #333;

}
.flow_list-item02-img {
  position: absolute;
  bottom: 0.5em;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.store {
  padding-top: 77px;
  padding-bottom: 43px;
}

.store__title-box {
  text-align: center;
}

.store__content-box {
  margin-top: 80px;
  padding: 0 2.4%;
}

.store__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.store__item {
  width: 31%;
  background-color: #fff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-bottom: 36px;
}

.store__item-title-box {
  text-align: center;
  padding-top: 13px;
}

.store__item-title {
  font-size: 16px;
}

.store__item-img-box {
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
  padding: 0 5.5%;
}

.store__item-img {
  width: 47%;
  text-align: center;
}

.store__item-txt-box {
  margin-top: 14px;
  padding-left: 6%;
  padding-right: 6%;
  padding-bottom: 16px;
}

.store__item-txt-box th {
  width: 15%;
  text-align: left;
  font-size: 14px;
    font-weight: bold;
  vertical-align: top;
}

.store__item-txt-box td {
  width: 85%;
}

.store__item-txt-box td a {
  font-weight: 400;
    font-weight: bold;
  font-size: 14px;
  line-height: 1.3;
    color: #0489C1
}

.store__btn-box {
  text-align: center;
  border-top: 1px solid #E5E5E5;
  padding-top: 16px;
  padding-bottom: 18px;
}

.store__item-btn {
  background-color: #0489C1;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  width: 76%;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  padding: 3px 0 2px;
  letter-spacing: 0.05em;
}

.reason {
  padding-top: 78px;
  padding-bottom: 81px;
}

.reason__title-box {
  text-align: center;
}

.reason__note {
  font-size: 20px;
  font-weight: 700;
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reason__note:before,
.reason__note:after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 2px;
  background-color: #333;
}

.reason__note:before {
  transform: rotate(44deg);
  margin-right: 0;
}

.reason__note:after {
  transform: rotate(-44deg);
  margin-left: 0;
}

.reason__content-box {
  margin-top: 53px;
}

.reason__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.reason__item {
  background-color: #EDFAFF;
  position: relative;
  width: 47%;
  padding-top: 38px;
  padding-bottom: 27px;
  padding-left: 2%;
  padding-right: 2%;
  border-radius: 5px;
  margin-bottom: 43px;
    border: 1px solid #0489C1;
}

.reason_item02 {
  position: relative;
  padding-bottom: 3rem;
  width: 47%;
}

.reason__number {
  position: absolute;
  color: #F3B707;
  text-shadow:1px 1px 3px #a37c08;
  font-weight: 700;
  left: 16px;
  top: -30px;
  font-size: clamp(39px, 3vw, 56px);
  z-index: 2;
}

.reason__item-info-box {
  display: flex;
    align-items: center;
}

.reason__item-img {
  width: 100%;
  position: relative;
}

.reason__item-txt {
  position: absolute;
  z-index: 4;
  top: 50%;
  }

.reason__item-img-box {
  width: 35%;
}

.reason__item-txt-box {
  width: 65%;
  padding-left: 4.5%;
}

.reason__title {
  font-size: 15px;
  color: #0489C1;
  letter-spacing: 0.07em;
}

.reason__txt {
  margin-top: 6px;
  line-height: 1.3;
    color: #0489C1;
    font-size: clamp(20px, 5vw, 24px);
    background: linear-gradient(transparent 67%, #FFDD78 30%);
    display: inline;
    padding: 0 5px ;
}


.reason__banner-box {
  margin-top: 36px;
}

.involve {
  padding-top: 76px;
  padding-bottom: 80px;
}

.involve__title-box {
  text-align: center;
}

.involve__txt-box {
  margin-top: 57px;
}

.involve__txt {
  text-align: center;
}

.involve__txt:nth-of-type(1) {
  font-size: 16px;
  line-height: 1.35;
}

.involve__txt:nth-of-type(2) {
  font-weight: 700;
  font-size: 20px;
  margin-top: 59px;
  line-height: 1.4;
}

.involve__img-box {
  text-align: center;
  margin-top: 64px;
}

.case__cta {
  padding-top: 5rem;
}

.case {
  padding-top: 78px;
  padding-bottom: 22px;
}

.case__title-box {
  text-align: center;
}

.case__content-box {
  margin-top: 76px;
}

.case__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.case_item{
    width: 40%;
    margin:0 5% 4rem;
}
.case__img-box {
    text-align: center;
    margin: auto;
    left: 0;
    top: 0;
    right: 0;
}
.case__head {    
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: #0489C1;
}
.case__txt-box {
    margin-top: -40px;
    padding:50px 21px 21px;
    background-color: #F3B707;
    border-radius: 10px;
}
.case__who {
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}
.case__title {
    color: #fff;
    font-size: 1.1rem;
    text-align: center;
    font-weight: bold;
}
.case__txt {
    margin-bottom: 0.5rem;
    font-weight: bold;
}
.voice {
  padding-top: 76px;
  padding-bottom: 5px;
}

.voice__title-box {
  text-align: center;
}

.voice__content-box {
  margin-top: 80px;
}

.info {
  padding-top: 75px;
  padding-bottom: 79px;
}

.info__title-box {
  text-align: center;
}

.info__table {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 36px;
}

.info__table th,
.info__table td {
  border-bottom: 1px solid #E7E7E7;
  padding-top: 39px;
  padding-bottom: 39px;
}

.info__table th {
  text-align: left;
  width: 40%;
  padding-left: 11%;
}

.info__table td {
  text-align: left;
  width: 60%;
  padding-left: 3%;
}

.form {
  padding-top: 76px;
  padding-bottom: 82px;
}

.form__title-box {
  text-align: center;
}

.form__content-box {
  margin-top: 78px;
  padding-left: 5%;
  padding-right: 5%;
}

.form__form {
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding-left: 14%;
  padding-right: 14%;
  padding-top: 80px;
  padding-bottom: 38px;
}

.form__item:nth-of-type(1) {
  margin-bottom: 36px;
}

.form__item:nth-of-type(n + 2) {
  margin-bottom: 40px;
}

.form__item:nth-of-type(6) {
  margin-bottom: 34px;
}

.form__item-title-box {
  display: flex;
  align-items: center;
}

.form__item-content-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 11px;
}

.form__item-title {
  font-weight: 700;
  margin-right: 14px;
    font-size: 16px;
  letter-spacing: 0.05em;
}

.form__required {
  color: #fff;
  background-color: #F3B707;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
}

.form__item-label-radio {
  background-color: #F1F1F1;
  border-radius: 10px;
    font-weight: bold;
  font-size: 16px;
  padding: 8px 3%;
  width: 48%;
}

/*.form__item-label-radio:nth-of-type(n + 3) {
  margin-top: 10px;
 } */

.form__item-label-radio.-selected {
  background-color: #0489C1;
  color: #fff;
}

.form__item-label-txt {
  width: 48%;
    font-size: 14px;
    font-weight: bold;
}

.form__item-label-txt input[type=text] {
  background-color: #F1F1F1;
  border-radius: 10px;
  width: 100%;
  padding: 7px 10px;
}

.form__item-label-txt input.form_input-short {
  width: 48%;
    margin-right: 1%;
}
.form__item-label-date input[type=date] {
  background-color: #F1F1F1;
  border-radius: 10px;
  width: 100%;
  padding: 7px 10px;
}

.form__item-note {
  line-height: 1;
  font-size: 12px;
  margin-top: 8px;
  font-weight: 700;
}

.form__select-box {
  position: relative;
  width: 48%;
}

.form__select-box:before {
  content: "\e5c5";
  font-family: "Material Icons";
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  color: #333;
  font-size: 36px;
  z-index: 100;
  pointer-events: none;
}

.form__select {
  background-color: #F1F1F1;
  border-radius: 10px;
  width: 100%;
  padding: 7px 20px;
  color: #333;
}

.form__submit-btn-box {
  text-align: center;
}

.form__submit-btn-box input[type=submit] {
  color: #fff;
  background-color: #fc8604;
  display: inline-block;
  padding: 9px 0;
    width: 80%;
    font-size: 22px;
  border-radius: 30px;
}

.form__error-box {
  color: #a13433;
  font-size: 13px;
}

.form__sub-title {
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    
}

.title-1 {
  color: #0489C1;
  font-weight: 700;
}

.title-1__title {
  font-size: 26px;
}

.title-1__marker {
  background: linear-gradient(transparent 47%, #FFDD78 0%);
  display: inline;
  padding: 0 10px 4px;
}

.title-1__big {
  font-size: 36px;
}

.banners {
  display: flex;
  justify-content: space-between;
}

.banners__item {
  width: 47%;
}
.banners__item:hover {
	animation: poyo .6s;
}
.banner__item02 {
  margin: 3rem auto 0;
}
@keyframes poyo {
	from, to { transform: none; }
	10% { transform: scale(1.2); }
	40% { transform: scale(.9); }
	60% { transform: scale(1.04); }
	80% { transform: scale(.98); }
}
.bubble {
  display: flex;
  width: 47%;
  margin-bottom: 57px;
}

.bubble.-wide {
  width: 100%;
  margin-bottom: 77px;
}

.bubble.-reverse {
  flex-direction: row-reverse;
}

.bubble__img-box {
  width: 22%;
  padding-left: 1%;
}

.bubble.-wide .bubble__img-box {
  text-align: center;
  width: 20%;
  padding-left: 1.5%;
    min-width: 150px
}

.bubble.-wide.-left .bubble__img-box {
  padding-left: 0;
  padding-right: 1.5%;
  text-align: center;
}

.bubble__txt-box {
  position: relative;
  width: 78%;
  padding-top: 34px;
  padding-bottom: 23px;
  padding-left: 3%;
  padding-right: 3%;
}

.bubble.-wide .bubble__txt-box {
  padding-top: 21px;
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 20px;
}

.bubble.-wide .bubble__txt-box {
  width: 70%;
}

.bubble.-wide.-right .bubble__txt-box {
  margin-left: 6.5%;
}

.bubble.-wide.-left .bubble__txt-box {
  margin-right: 6.5%;
}

.bubble__txt-box::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 30px;
  height: 30px;
}

.bubble.-wide .bubble__txt-box::before {
  width: 42px;
  height: 42px;
}

.bubble__txt-box::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bubble__txt-box > * {
  position: relative;
  z-index: 3;
}

.bubble__txt-box,
.bubble__txt-box::after {
  border-radius: 5px;
}

.bubble__txt-box,
.bubble__txt-box::before {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
}

.bubble__txt-box,
.bubble__txt-box::before,
.bubble__txt-box::after {
  background: #fff;
}

.bubble__txt-box.-left-top::before {
  left: -10px;
  top: 16px;
  transform: rotate(45deg) skew(-20deg, -20deg);
}

.bubble__txt-box.-right-top::before {
  right: -10px;
  top: 16px;
  transform: rotate(45deg) skew(-20deg, -20deg);
}

.bubble__title {
  color: #F3B707;
  font-size: 16px;
  line-height: 1.4;
}

.bubble.-wide .bubble__title {
  font-size: 18px;
}

.bubble__txt {
  margin-top: 17px;
  line-height: 1.3;
    font-weight: bold;
  font-size: 14px;
}

.bubble__who {
  text-align: right;
  font-size: 14px;
  letter-spacing: 0.03em;
  margin-top: 28px;
}

.bubble.-wide .bubble__who {
  margin-top: 15px;
}
.form__txt {
  margin-bottom: 2rem;
}
.form__ragio-btn {
margin-right: 1rem;
width: fit-content;
}
.form__flex {
  display: flex;
  /* justify-content: center; */
  flex-wrap: wrap;
  margin-top: 11px;
}
@media screen and (max-width: 1200px) {
  a:hover,
input[type=submit]:hover {
    opacity: 1;
  }
  br.only_sp {
    display: inline;
  }
  br.only_pc {
    display: none;
  }
  .hero__upper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
}
@media only screen and (max-width: 1000px){
  .hero__sub-title {
    font-size: 20px;
  }
  .hero__mv {
    background-size: 460px auto;
    height: 287px;
    margin-left: 70px;
    width: 460px;
  } 
  .hero__txt-box {
    width: 60%;
    margin-left: 20px;
  }
  .hero__txt {
    width: 90%;
  }
  .hero__cta {
    padding-top: calc(4rem + 114.06px);
  }
  .flow_list-item02 {
    width: 30%;
    margin-top: 5%;
  }
.flow_list-item02:not(:last-child):after{
  content: "";
    position: absolute;
    top: 55%;   /* 縦軸をセンタリングする */ 
    right: -15%;
    transform: translateY(-50%);   /* 縦軸をセンタリングする */  
    border: 8px solid transparent;
    border-left: 10px solid #c5d901;
}
/*.flow_list-item02:nth-child(3):after{
  content: none;
}*/
.type_icon02 {
  left: 10%;
}
.form__item-label-radio:nth-of-type(n + 3) {
  margin-top: 10px;
}
}
@media screen and (max-width: 750px) {
  .header__inner {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 10px 0;
  }
  .header__navbtn {
    display: block;
    width: 40px;
    height: 45px;
   cursor: pointer;
   position: absolute;
   top: 20px;
   left: 5%;
   z-index: 102;  
  }
  .header__navbtn span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #0489C1;
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, -webkit-transform .5s;
    -o-transition: transform .5s, opacity .5s;
    transition: transform .5s, opacity .5s;
    transition: transform .5s, opacity .5s, -webkit-transform .5s;
    position: absolute;
  }
  .header__navbtn span:first-child {
    top: 0;
  }
  .header__navbtn span:nth-last-child(2){
    top: 15px; 
  }
  .header__navbtn span:last-child{
    top: 30px;
  }
  .header__nav {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 3rem 1rem 1rem 1rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s, visibility .5s;
    -o-transition: opacity .5s, visibility .5s;
    transition: opacity .5s, visibility .5s;
    width: 100%;
    height: 100vh;
    text-align: center;
    background-color: rgba(4, 137, 193, 90%);
    z-index: 100 !important;
  }
  .header__nav li {
    padding-top: 2rem;
  }
  .header__nav a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
  }
  .header__nav.show {
    opacity: 1;
    visibility: visible;
  }
  .header__navbtn span:first-child.show {
    top: 15px;
  transform: rotate(45deg);
  background-color: #fff;
  }
  .header__navbtn span:nth-last-child(2).show{
    opacity: 0;
  }
  .header__navbtn span:last-child.show {
    top: 15px;
  transform: rotate(-45deg);
  background-color: #fff;
  }
  .logo {
    width: 160px;
  }
.fixed__menu {
  display: flex;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 4;
  align-items: center;
  }
.dispc {
  display: none;
}  
.dissp {
  display: block;
}  
.title-1__marker {
  padding: 0 5px 4px;
}
  .wrap {
    padding-right: 5.5%;
    padding-left: 5.5%;
  }
  .wrap.-sp-full {
    padding-left: 0;
    padding-right: 0;
  }
  .hero__upper .hero_img {
    height: 568px;
  }
  .hero__txt-box {
      top: 56%;
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
  .hero__sub-title {
    font-size: 16px;
  }
  .hero__sub-title_sp {
    margin-top: 76.05px;
    font-size: 24px;
  font-weight: 700;
    color: #ff376d;
    padding: 0.5rem 1rem;
    font-size: 14px;
  }
  .hero__upper {
    top: 0;
  }
  .hero__title {
    font-size: 30px;
    margin-top: 20px;   
  }
  .hero__subTtl {
    font-size: 20px;
  }
  .hero__title span {
    font-size: 23px;
      text-shadow: none;
  }
  .hero__txt {
    margin-top: 20px;
  }
  .hero__mv {
    background-size: cover;
    height: 0;
    left: 0;
    margin-left: 0;
    padding-top: 62%;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  .hero__cta {
    padding-top: 4rem;
  }

  .hero__cta-button-item {
    width: 100%;
    padding: 16px 30px;
  }
  .hero__cta-button-text {
    font-size: clamp(24px, 5.8vw, 34px);
    letter-spacing: 0.08em;
  }
  .hero__lower-title {
    font-size: 20px;
  }
  .hero__lower-title:before,
.hero__lower-title:after {
    width: 50px;
  }
  .hero__lower-title:before {
    left: 0;
    transform: rotate(60deg);
  }
  .hero__lower-title:after {
    right: 0;
    transform: rotate(-60deg);
  }
  .hero__lower-txt-box {
    margin-top: 50px;
  }
  .hero__lower-txt {
    font-size: 16px;
  }
  .type {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .type__content-box {
    margin-top: 40px;
  }
  .type__row {
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: stretch;
  }
  .type__row:nth-of-type(n + 2) {
    margin-top: 20px;
  } 
.type__item {
    width: 48%;
    margin: 20px 0 0;
  }
  .type__item:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  .type__banner-box {
    margin-top: 40px;
  }
  .type__content02_flex {
    display: block;
  }
  
  .type__content02_item {
    margin: 0 auto;
    width: 90%;
    margin: 0 auto 3%;
  }
  .flow_list-item {
    display: block;
  }
  
  .flow_img {
    text-align: center;
  }
  .flow_list-cont {
    width: 90%;
  }
  
  .flow_list-item02 {
    width: 90%;
    margin: 10% auto 0;
  }
  .flow_list-item02:not(:last-child):after{
    content: "";
      position: absolute;
      top: 120%;    
      left: calc(50% - 5px);
      width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #c5d901;
  }


  .store {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .store__content-box {
    margin-top: 40px;
    padding: 0;
  }
  .store__item {
    width: 100%;
    margin-bottom: 24px;
  }
  .store__item:last-of-type {
    margin-bottom: 0;
  }
  .reason {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .reason__note {
    margin-top: 30px;
    font-size: 14px;
    display: block;
  }
  .reason__note:before,
.reason__note:after {
    display: none;
  }
  .reason__item {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
  .reason__item:last-of-type {
    margin-bottom: 0;
  } 
  .reason_item02 {
    width: 100%;
  }
  .involve {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .involve__txt-box {
    margin-top: 30px;
  }
  .involve__txt:nth-of-type(1) {
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
  }
  .involve__txt:nth-of-type(2) {
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.6;
  }
  .involve__img-box {
    margin-top: 30px;
  }
  .case {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .case__content-box {
    margin-top: 40px;
  }
    
.case_item{
    width: 100%;
    margin:0 0 3rem;
}
  .voice {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .voice__content-box {
    margin-top: 40px;
  }
  .info {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .info__table {
    width: 100%;
    margin-top: 20px;
  }
  .info__table th,
.info__table td {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .info__table th {
    padding-left: 5%;
    width: 30%;
  }
  .info__table td {
    width: 70%;
    padding-left: 0;
  }
  .form {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .form__content-box {
    padding-left: 0;
    padding-right: 0;
    margin-top: 40px;
  }
  .form__form {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 6%;
    padding-right: 6%;
  }
  .form__item-content-box {
    margin-top: 5px;
  }
  .form__item-label-radio {
    width: 100%;
    padding-left: 6%;
    padding-right: 6%;
  }
  .form__item-label-radio:nth-of-type(n + 2) {
    margin-top: 10px;
  }
  .form__item-label-txt {
    width: 100%;
  }
  .form__select-box {
    width: 100%;
  }
  .title-1__title {
    font-size: 21px;
  }
  .title-1__big {
    font-size: 30px;
  }
  .banners {
    display: block;
  }
  .banners__item {
    width: 100%;
  }
  .banners__item:nth-of-type(n + 2) {
    margin-top: 14px;
  }
  .bubble {
    width: 100%;
    margin-bottom: 25px;
  }
  .bubble:last-of-type {
    margin-bottom: 0;
  }
  .bubble.-wide {
    margin-bottom: 50px;
  }
  .bubble.-wide:last-of-type {
    margin-bottom: 0;
  }
  .bubble__img-box {
    width: 35%;
    padding-left: 2.5%;
    text-align: center;
  }
  .bubble.-wide .bubble__img-box {
    width: 35%;
    padding-left: 2.5%;
  }
  .bubble.-wide.-left .bubble__img-box {
    padding-right: 2.5%;
  }
  .bubble__txt-box {
    width: 65%;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 6%;
    padding-right: 6%;
  }
  .bubble.-wide .bubble__txt-box {
    width: 65%;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 6%;
    padding-right: 6%;
  }
  .bubble.-wide.-right .bubble__txt-box {
    margin-right: 0;
  }
  .bubble.-wide.-left .bubble__txt-box {
    margin-left: 0;
  }
  .bubble.-wide .bubble__title {
    font-size: 16px;
  }
  .bubble__who {
    margin-top: 15px;
  }
}

@media screen and (max-width: 576px) {
  .flow_list-item02 {
    margin: 18% auto 0;
  }
}
@media screen and (max-width: 500px) {
  .hero__sub-title {
    font-size: 13px;
  }
  .hero__txt {
    width: 98%;
  }
  .bubble__img-box {
    text-align: left;
  }
  .bubble.-wide .bubble__img-box {
    text-align: left;
  }
  .bubble.-wide.-left .bubble__img-box {
    text-align: right;
  }
}

.result {
  margin-top: 10vh;
  text-align: center;
}

.result__title-box {
  text-align: center;
}

.result__title {
  font-size: 24px;
  font-weight: 700;
}

.result__content-box {
  margin-top: 20px;
}

.result__error-box {
  margin-top: 20px;
}


.result__link {
  text-decoration: underline;
  font-weight: 700;
    font-size: 16px;
}


.thanks_title {
    margin-bottom: 60px;    
}

.thanks_man {
    width: 50px;
    height: 60px;
    object-fit: contain;
}

.thanks_subtitle {
    color: #0489C1;
    margin:30px 0 10px;
    font-size: 20px;
}

.result__link-box {
    margin-top:50px;
}

.thanks_txt {
    font-size: 16px;
}

.thanks_txt {
    font-size: 16px;
}

@media screen and (max-width: 500px) {  
.thanks_title {
    margin-bottom: 30px;
}

.thanks_man {
    width: 20px;
    height: 40px;
    object-fit: contain;
}

.thanks_subtitle {
    margin:20px 0 5px;
    font-size: 16px;
}

.result__link-box {
    margin-top:30px;
}

.thanks_txt {
    font-size: 14px;
    text-align: left;
}
}
.fixed__menu {
  display: none;
}
.pagetop {
  position: fixed;
  left: 0;
  bottom:5%;
  display: block;
  z-index: 102;
  width: 100%;
  font-family: 'Palanquin Dark', sans-serif;
  font-size: 16px;
}

.pagetop a {
  color: #333;
  height: 20px;
  padding: 12px 55px 30px 0;
  background: url(../img/top/type/page_top.png) no-repeat right 12px;
  font-weight: bold;
}
.pagetop p{
  max-width: 1200px;
  margin: auto;
  text-align: right;
  line-height: 1;
  padding-right: 10px;
}
@media screen and (max-width: 750px) {  
  .fixed__menu {
    display: flex;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 101;
    align-items: center;
    }
    .pagetop {
      bottom:22%; 
    }  
  }
  @media screen and (max-width: 500px) {
    .pagetop {
      bottom:15%; 
    } 
  }

  .type_cta {
    margin-top: 70px;
  }
  
  .reason_cta {
    margin-top: 25px;
    margin-bottom: 70px;
  }
  
  .voice_cta {
    margin-top: 48px;
    margin-bottom: 77px;
  }
  
  @media screen and (max-width: 750px) {
    .reason_cta {
      margin-top: 5px;
      margin-bottom: 50px;
    }
  
    .voice_cta {
      margin-top: 48px;
      margin-bottom: unset;
    }
  }
  
  
  /* type__content02_cta */
  .type__content02_item {
    position: relative;
  }
  
  .type__content02_cta {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding: 0 5%;
  }
  
  .type__content02_cta-button {
    margin-bottom: 32px;
    padding: 1em 2em;
    height: 56px;
    width: 100%;
    background-color: #EEB100;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  
  .type__content02_cta-button:hover {
    cursor: pointer;
    color: #ecb718;
    border: 3px solid #ecb718;
    background-color: #fff;
  }
  
  .type__content02_cta-button:hover .type__content02_cta-text {
    color: #ecb718;
  }
  
  .type__content02_item:nth-of-type(2) .type__content02_cta-button {
    background-color: #FF720D;
  }
  
  .type__content02_item:nth-of-type(2) .type__content02_cta-button:hover {
    color: #ff852e;
    border: 3px solid #ff852e;
    background-color: #fff;
  }
  
  .type__content02_item:nth-of-type(2) .type__content02_cta-button:hover .type__content02_cta-text {
    color: #ff852e;
  }
  
  .type__content02_item:nth-of-type(3) .type__content02_cta-button {
    background-color: #FF376D;
  }
  
  .type__content02_item:nth-of-type(3) .type__content02_cta-button:hover {
    color: #ff4b7b;
    border: 3px solid #ff4b7b;
    background-color: #fff;
  }
  
  .type__content02_item:nth-of-type(3) .type__content02_cta-button:hover .type__content02_cta-text {
    color: #ff4b7b;
  }
  
  .type__content02_item:nth-of-type(4) .type__content02_cta-button {
    background-color: #FF3535;
  }
  
  .type__content02_item:nth-of-type(4) .type__content02_cta-button:hover {
    color: #ff4848;
    border: 3px solid #ff4848;
    background-color: #fff;
  }
  
  .type__content02_item:nth-of-type(4) .type__content02_cta-button:hover .type__content02_cta-text {
    color: #ff4848;
  }
  
  .type__content02_item:nth-of-type(5) .type__content02_cta-button {
    background-color: #6956E2;
  }
  
  .type__content02_item:nth-of-type(5) .type__content02_cta-button:hover {
    color: #7363e2;
    border: 3px solid #7363e2;
    background-color: #fff;
  }
  
  .type__content02_item:nth-of-type(5) .type__content02_cta-button:hover .type__content02_cta-text {
    color: #7363e2;
  }
  
  .type__content02_item:nth-of-type(6) .type__content02_cta-button {
    background-color: #367AE0;
  }
  
  .type__content02_item:nth-of-type(6) .type__content02_cta-button:hover {
    color: #4986e2;
    border: 3px solid #4986e2;
    background-color: #fff;
  }
  
  .type__content02_item:nth-of-type(6) .type__content02_cta-button:hover .type__content02_cta-text {
    color: #4986e2;
  }
  
  .type__content02_item:nth-of-type(7) .type__content02_cta-button {
    background-color: #009CDE;
  }
  
  .type__content02_item:nth-of-type(7) .type__content02_cta-button:hover {
    color: #1da2db;
    border: 3px solid #1da2db;
    background-color: #fff;
  }
  
  .type__content02_item:nth-of-type(7) .type__content02_cta-button:hover .type__content02_cta-text {
    color: #1da2db;
  }
  
  .type__content02_item:nth-of-type(8) .type__content02_cta-button {
    background-color: #49AD00;
  }
  
  .type__content02_item:nth-of-type(8) .type__content02_cta-button:hover {
    color: #58aa1e;
    border: 3px solid #58aa1e;
    background-color: #fff;
  }
  
  .type__content02_item:nth-of-type(8) .type__content02_cta-button:hover .type__content02_cta-text {
    color: #58aa1e;
  }
  
  
  .type__content02_cta-button-wide {
    width: 49%;
  }
  
  .type__content02_cta-text {
    font-size: 15.5px;
  }
  
  .flow_list-item:last-of-type {
    margin-bottom: 108px;
  }
  
  .type__content02_item-flow_list02 {
    margin-bottom: calc(2% + 92px);
  }
  
  .type__content02_cta-space {
    padding-bottom: 108px;
  }
  
  @media screen and (max-width: 1000px) {
    .type__content02_cta-button-wide {
      width: 58%;
    }
  
    .type__content02_cta-button {
      padding: 1em;
    }
  }
  
  @media screen and (max-width: 750px) {
    .type__content02_cta-button {
      width: 100%;
    }
  
    .type__content02_cta-button-wide {
      width: 100%;
    }
  
    .flow_list-item:last-of-type {
      margin-bottom: 108px;
    }
  
    .type__content02_item-flow_list02 {
      margin-bottom: calc(2% + 104px);
    }
  }
  
  .sp_only {
    display: none;
  }
  
  @media screen and (max-width: 500px) {
    .sp_only {
      display: unset;
    }
  }