
:where(:not(html,iframe,canvas,img,svg,video,audio):not(svg *,symbol *)){all:unset;display:revert}*,::after,::before{box-sizing:border-box}a,button{cursor:revert}menu,ol,ul{list-style:none}img{max-inline-size:100%;max-block-size:100%}table{border-collapse:collapse}input,textarea{-webkit-user-select:auto}textarea{white-space:revert}meter{-webkit-appearance:revert;appearance:revert}:where(pre){all:revert}::placeholder{color:unset}::marker{content:initial}:where([hidden]){display:none}:where([contenteditable]:not([contenteditable=false])){-moz-user-modify:read-write;-webkit-user-modify:read-write;overflow-wrap:break-word;-webkit-line-break:after-white-space;-webkit-user-select:auto}:where([draggable=true]){-webkit-user-drag:element}:where(dialog:modal){all:revert}

  
  /*
font-family: 'Bebas Neue', sans-serif;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Oswald', sans-serif
  */

/* tel */
a[href^="tel:"] {
  /*pointer-events: none;*/
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
} 
.clearfix:before {
  content: "";
  display: block;
  clear: both;
} 
.clearfix {
  display: block;
}

img { border:none; }
.pchide { display:none; }
.pcbr { display: block; }
.pc-none {
  display: none;
}
  


body { background-color:#F2EBDF; padding: 0; margin: 0; font-family: 'Noto Sans JP', sans-serif; }
    /*#mainvisual { width: 100%; height: 400px; background-color: #868686; }*/



  .header {
    display: flex;
    align-items: center;
    height: 90px;
    background-color: #fff;
  }

  .header__inner {
    display: flex;
    width: 100%;
    padding: 0 min(3.4vw, 50px);
  }

  .header__title {
    display: flex;
    flex-direction: column;
    width: fit-content;
  }

  .header__title-sub {
    margin-top: 10px;
    font-size: min(calc(14 / 1440 * 100vw), 14px);
    font-weight: 400;
    line-height: calc(17 / 14);
  }

  .header__title-main {
    margin-top: 3px;
    font-size: min(calc(25 / 1440 * 100vw), 25px);
    font-weight: 700;
    line-height: calc(36 / 25);
  }

  .header__title-main span {
    font-size: 12px;
  }

  .header__buttons {
    display: flex;
    flex: 1;
    justify-content: flex-end;
    gap: 1.3%;
  }

  .header__button {
    display: flex;
    color: #fff;
  }

  .header__button:not(:first-child) {
    width: min(25%, 265px);
  }

  .button-blue {
    display: flex;
    border-radius: 7px;
    background-color: #2179fe;
  }

  .button-blue__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 min(1vw, 10px);

    gap: 8px;
  }

  .button-blue__icon {
    display: inline-flex;
    width: min(4vw, 48px);
    height: min(4vw, 48px);
  }

  .button-blue__icon img {
    width: 100%;
    height: 100%;

    object-fit: contain;
  }

  .button-blue__body {
    line-height: 1;
  }

  .button-blue__top {
    display: flex;
    font-size: min(1.79vw, 24px);
    font-weight: 700;
    line-height: 1;

    gap: 2px;
  }

  .button-blue__img {
    width: min(1.4vw, 20px);
    height: min(1.4vw, 20px);
  }

  .button-blue__img img {
    width: 100%;
    height: 100%;

    object-fit: contain;
  }

  .button-blue__bottom {
    margin-top: 5px;
    font-size: 10px;
  }



  .button-red {
    display: flex;
    width: 100%;
    max-width: 265px;
    text-align: center;
    white-space: nowrap;
    border-radius: 7px;
    background-color: #ed4544;
  }

  .button-red__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px 3px;

    gap: 3.8%;
  }

  .button-red__icon {
    display: inline-block;
width: 53px;
    margin-left: 10px;
    margin-right: 5px;
    padding-right: 0;
    margin-top: 5px;
  }

  .button-red__icon img {
    width: 100%;
    height: 100%;

    object-fit: contain;
  }


  .button-red__body {
    line-height: calc(48 / 32);
    text-align: left;
  }

  .button-red__top {
    display: block;
    letter-spacing: .125em;
    font-size: min(1.49vw, 20px);
    font-weight: 700;
  }

  .button-red__bottom {
    font-size: min(1.04vw, 14px);
    font-weight: 700;
  }

  .button-green {
    display: flex;
    width: 100%;
    max-width: 265px;
    white-space: nowrap;
    border-radius: 7px;
    background-color: #00b900;
  }

  .button-green__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 10px;

    gap: 3.8%;
  }

  .button-green__icon {
    display: inline-block;
    width: 50px;
    height: 33px;
  }

  .button-green__icon img {
    width: 100%;
    height: 100%;

    object-fit: contain;
  }


  .button-green__body {
    line-height: calc(24 / 20);
  }

  .button-green__top {
    display: block;
    letter-spacing: .14em;
    font-size: min(1.41vw, 19px);
    font-weight: 700;
  }

  .button-green__top span {
    text-transform: uppercase;
  }

  .button-green__bottom {
    letter-spacing: .14em;
    font-size: min(1.56vw, 21px);
    font-weight: 700;
  }



  .mainvisual {
    display: block;
    width: 100%;
    height: calc(100% - 90px);
    position: relative;
    background: #eee;
    z-index: 1;
  }

  .mainvisual::after {
    content: '';
    position: absolute;
    right: 0;
    left: -35%;
    top: 100%;
    z-index: 10;
    display: block;
    height: 50px;
    background-size: 50px 100%;
    background-image: linear-gradient(135deg, #eee 25%, transparent 25%), linear-gradient(225deg, #eee 25%, transparent 25%);
    background-position: 0 0;
  }

  .mainvisual__header {
    display: grid;
    height: 80px;
    background-color: #53483a;

    place-content: center;
  }

  .mainvisual__header-text {
    display: flex;
    flex-wrap: wrap;
    letter-spacing: .02em;
    color: #fff;
    font-size: clamp(25px, 19px + .7246vw, 30px);
    font-weight: 700;
  }

  .mainvisual__header-text span {
    color: #e2e540;
  }

  .mainvisual__container {
    position: relative;
    height: inherit;
    min-height: inherit;
  }

    
/* .mainvisual::before {
  content: '';
  position: absolute;
  right: 0;
  left: -35%;
  top: 100%;
  z-index: 10;
  display: block;
  height: 50px;
  background-size: 50px 100%;
  background-image: linear-gradient(135deg, #eee 25%, transparent 25%), linear-gradient(225deg, #eee 25%, transparent 25%);
  background-position: 0 0;
} */


  .mainvisual__container::before {
    content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(217, 217, 217, 0.00) 0%, rgba(212, 191, 164, 0.00) 0.01%, #D4BFA4 100%);
  width: 100%;
  height: 100%;
  z-index: -1;
  }
  
    .mainvisual__container::after {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url(../img/mv1.jpg);
    background-repeat: no-repeat;
    background-position: top 100% right 25%;
    background-size: cover;
  }

    @media (min-width: 1024px) {
    .mainvisual__container::after {
      background-position: top 100% right;
    }
  }

  @media (min-width: 1441px) {
    .mainvisual__container::after {
      background-position: top 20% right;
    }
  }

  .mainvisual__body {
    position: relative;
    padding-bottom: 15px;
  }

  .mainvisual__inner {
    display: block;
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 25px;
  }

  @media all and (min-width: 1170px) {
    .mainvisual__inner {
      margin-left: calc(50% - 43.5vw);
    }
  }

  @media all and (min-width: 1536px) {
    .mainvisual__inner {
      margin-left: calc(50% - min(35vw, 600px));
    }
  }

  .mainvisual__buttons-inner {
    display: block;
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 25px;
    text-align: left;
  }

  /* @media all and (min-width: 1170px) and (max-width: 1440px) {
    .mainvisual__buttons-inner {
      max-width: 920px;
    }
  } */

    @media all and (min-width: 1170px) {
    .mainvisual__buttons-inner {
      margin-left: calc(50% - 43.5vw);
    }
  }

  @media all and (min-width: 1536px) {
    .mainvisual__buttons-inner {
      margin-left: calc(50% - min(35vw, 600px));
    }
  }
/* 

  @media all and (min-width: 1700px) {
    .mainvisual__buttons-inner {
      margin-left: calc(50% - min(43.5vw, 600px));
    }
  }

  @media all and (min-width: 1700px) {
    .mainvisual__buttons-inner {
      margin-left: calc(50% - min(43.5vw, 600px));
    }
  } */

  .mainvisual__title {
    display: block;
    padding-top: 24px;
    font-size: min(calc(44.883 / 920 * 100vw), 44.883px);
    font-weight: 700;
    line-height: 140.5%;
  }

  .mainvisual__title span:nth-of-type(1) {
    letter-spacing: -.4em;
  }

  .mainvisual__title span:nth-of-type(2) {
    margin-left: 10px;
  }

  .mainvisual__title strong {
    color: #ed4544;
    font-size: min(calc(68.571 / 920 * 100vw), 68.571px);
    font-weight: 700;
    line-height: 140.5%;
  }

  .mainvisual__read {
    display: inline-flex;
    align-items: center;
    margin-top: 3.4%;
    font-size: min(calc(36 / 920 * 100vw), 36px);
    font-weight: 700;
    line-height: calc(52 / 36);

    gap: 5px;
  }

  .mainvisual__read span {
    display: inline-block;
    padding: 0 7px;
    border: 1.5px solid #53483a;
    background-color: rgba(255, 255, 255, .60);
    font-size: min(calc(38 / 920 * 100vw), 38px);
  }

  .mainvisual__wrap {
    display: flex;
    align-items: center;
    margin-top: 5%;

    gap: 4%;
  }

  .mainvisual__list {
    position: relative;
    display: inline-block;
    padding-left: 28px;
    font-size: min(3.1vw, 32px);
    font-weight: 700;
    line-height: calc(46 / 32);
  }

  .mainvisual__list::before {
    position: absolute;
    top: 50%;
    left: 4px;
    width: 12.2px;
    height: 17.5px;
    content: "";
    transform: translateY(-50%);
    background-image: url(../img/list-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  .mainvisual__list span {
    color: #9e3b3a;
  }

  .mainvisual__achievement {
    margin-top: -8px;
  }

  .mainvisual__date {
    display: inline-block;
    padding: 8px 39px 14px;
    text-align: center;
    border-radius: 12.015px;
    background-color: #53483a;
  }

  .mainvisual__date-text {
    display: block;
    white-space: nowrap;
    color: #e2e540;
    font-size: min(calc(28 / 920 * 100vw), 28px);
    font-weight: 700;
    line-height: calc(41 / 28);
  }

  .mainvisual__date-text span {
    margin-left: 7.84px;
    color: #fff;
  }

  .mainvisual__date-count {
    letter-spacing: .05em;
    color: #e2e540;
    font-size: min(calc(52 / 920 * 100vw), 52px);
    font-weight: 700;
    line-height: 1;
  }

  .mainvisual__date-count span {
    margin-left: 8px;
    font-size: min(3.89vw, 36px);
  }

  .mainvisual__text {
    font-size: min(calc(14 / 920 * 100vw), 14px);
    font-weight: 700;
    line-height: calc(20 / 14);
  }

  .mainvisual__buttons {
    display: flex;
    margin-top: 20px;
    gap: 10px;
  }

  .cta-button {
    position: relative;
    display: inline-flex;
    overflow: hidden;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 430px;
    max-width: 100%;
    transition: transform .3s ease, box-shadow .3s ease;
    color: #fff;
  }

  .cta-button:hover {
    transform: translateY(3px);
    opacity: 1;
    box-shadow: none;
  }

  .cta-button::before {
    position: absolute;
    top: 0;
    left: -75%;
    display: inline-block;
    width: 30px;
    height: 100%;
    content: "";
    animation: shiny-btn9 3s ease-in-out infinite;
    background-color: #fff;
  }

  .cta-button--red {
    padding: 10px 0 5px;
    border-radius: 7.454px;
    background-image: linear-gradient(180deg, #fb5c5b 0 50%, #ed4544 50% 100%);
    box-shadow: 0 6px 0 0 rgba(198, 39, 39, 1);
  }

  .cta-button__text {
    position: relative;
    display: inline-block;
    padding: 0 5px;
    font-size: min(calc(18 / 920 * 100vw),18px);
    font-weight: 700;
    line-height: calc(26 / 18);
  }

  .cta-button__text::before,
  .cta-button__text::after {
    position: absolute;
    top: 50%;
    width: 0.439px;
    height: 23.965px;
    content: "";
    background-color: #fff;
  }

  .cta-button__text::before {
    left: 0;
    transform: rotate(-19.756deg) translateY(-50%);
  }

  .cta-button__text::after {
    right: 0;
    transform: rotate(19.756deg) translateY(-50%);
  }

  .cta-button__button-title {
    font-size: min(calc(28 / 920 * 100vw),28px);
    font-weight: 700;
  }

  .cta-button--blue {
    flex-direction: unset;
    padding: 10px 0 5px;
    border-radius: 7.454px;
    background-image: linear-gradient(180deg, #458fff 0 50%, #2179fe 50% 100%);
    box-shadow: 0 6px 0 0 rgb(22, 81, 172);
    gap: 7px;
  }

  .cta-button__icon {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
    width: 60px;
    height: 60px;
    transform: rotate(-6deg);
    text-align: center;
    color: #2179fe;
    border-radius: 50%;
    background-color: #fff;
    font-size: min(calc(13 / 920 * 100vw),13px);
    font-weight: 700;
    line-height: 120%;
  }

  .cta-button__body {
    text-align: center;
    line-height: 1;
  }

  .cta-button__top {
    display: block;
    font-size: min(calc(32 / 920 * 100vw),32px);
    font-weight: 700;
  }

  .cta-button__img {
    display: inline-block;
    width: min(1.9vw, 27px);
    height: min(1.9vw, 27px);
  }

  .cta-button__img img {
    width: 100%;
    height: 100%;

    object-fit: contain;
  }

  .cta-button__bottom {
    margin-top: 6px;
    font-size: min(calc(12 / 920 * 100vw),12px);
    font-weight: 700;
  }



    h4 { background-color: #604e35; text-align: center; font-size: 24px; color: #fff; padding: 6px 0; margin: 0 0 15px; }
    .ansbox { width: 100%; margin: 0 auto; }
    .ansbox .inner { width: 700px; margin: 0 auto; }
    .ansbox span { height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    input[type="radio"] { display: none; }
    label { text-align: center; float: left; cursor: pointer; 
  display: block;
  position: relative;
  width: 320px;
  height: 100px;
  padding: 10px 0;
  margin: 15px;
  background-color: #fff;
  box-shadow: 0 6px 0 0 #6B6B6B;
  border-radius: 12px;
  font-weight: bold;
  font-size: 20px;
  color: #000;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  transition: 0.2s;
    }
    div { width: 100%; }
    
    #q_03 { clear: both; width: 500px; margin: auto; padding-top: 40px; }
    #q_03 .inner { width: 500px; margin: auto; }
    #q_03 .cap { text-align: left; margin: 20px 0 0; }
    #q_03 .cap span { display: inline-block; }

    #q_03 .submitbtn { margin-top: 38px; margin-bottom: 10px;
    text-align: center;
    background-color: #ED4544;
    color: #fff; }
#q_03 .submitbtn.disabled { opacity: 0.5; }
    #q_03 .cap .must { font-size: 15px; color: red; padding-right: 5px; }
    #q_03 .cap .any { font-size: 15px; padding-right: 5px; }
    #q_03 .cap .lab { font-size: 20px; }
#q_03 input {     background-color: #fff;
    padding: 5px 12px;
    font-size: 23px;
    border: solid 1px #c7c7c7;
    border-radius: 5px;
    width: 100%; }
    .bottom { display: block; text-align: left; clear: both; padding: 20px; }
    .bottom a { cursor: pointer; font-size: 20px; background-color: #ffffff; }
.thanks-mess { padding: 30px 0 0; }
.thanks-mess h5 { text-align: center; font-size: 25px; font-weight: bold; }
.thanks-mess h6 { text-align: center; font-size: 18px; line-height: 2; border-bottom: solid 1px; padding-bottom: 10px; }
.thanks-mess p { font-size: 16px; line-height: 1.8; margin: 0 auto; text-align: center; padding-top: 10px; }
.thanks-mess {}


.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 570px;
}
a.js-modal-close { margin-left: auto; margin-right: auto; display: block; text-align: center; }
.modal__content .back_btn1 {
	text-align: center;
}
.modal__content .back_btn2 {
	text-align: center;
    line-height: 1;
    padding: 20px;
    margin-top: -1px;
    width: 498px;
    margin-left: auto;
    margin-right: auto; }
.modal__content .back_btn3 {
	text-align: center;
    line-height: 1;
    padding-bottom: 20px;
    width: 498px;
    margin-left: auto;
    margin-right: auto; }
.shindan_body{
	background-color: #ffedea;
	width: 100%;
	text-align: center;
	height: auto;
}
.shindan_body img{
	padding:0;
	margin:0;
	margin:0 0 -5px 0;
}
.uranai_memo{
	text-align: center;
	margin: 0 auto;
	color: #ae0000;
}
.uranai_memo img{
	width: 80%;
	margin: 20px 0 0 0;
}
.btn {
	text-align: center;
	display: inline-block;
	padding: 5%;
	box-shadow: 0 5px 0 #6B6B6B;
	border-radius: 10px;
	color: #000;
	cursor: pointer;
	border: 1px solid #999999;
	text-decoration: none;
	font-size: 4.3vw;
	background: #ffffff;
	background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(237, 237, 237, 1) 100%);
}
footer {
	background-color: #333333;
	text-align: center;
	font-size: 1.5vw;
	color: #fff;
	padding: 1%;
	margin: 20px 0 0 0;
	clear: both;
}
footer div{
	text-align: center; 
}
footer div a.fot_link{
	display: inline-block;
	border: 1px solid #999999;
	padding: 2%;
	text-align: center;
	max-width: 35%;
	margin: 5px;
	border-radius: 5px;
}
.fot_tel{
	width: 100%;
	padding: 10px 0;
	margin: 5px 0;
	background-color: #cccccc;
	text-align: center;
	color: #ae0000;
	font-size: 2vw;
	font-weight: bold;
}
.contents{
	width: 700px;
	margin: 0 auto;
	background-color: #ffffff;
	padding: 30px 20px;
	border-radius: 5px;
	text-align: center;
}
.contents_title{
	font-size: 2vw;
	padding: 0 0 10px 0;
	border-bottom: 3px solid #000000;
	margin: 0 auto 30px auto;
	width :30%;
}
.contents .company1{
	display: inline-block;
	border-bottom: 1px solid #ffffff;
	width: 30%;
	padding: 2%;
	background-color: #eeeeee;
}
.contents .company2{
	display: inline-block;
	width: 60%;
	padding: 2%;
}
.contents .poricy1{
	display: inline-block;
	width: 10%;
	padding: 2%;
	text-align: left;
	vertical-align: top;
}
.contents .poricy2{
	display: inline-block;
	width: 89%;
	padding: 2%;
	text-align: left;
}
.fit {
	background-color: #F2EBDF;
}
.fit2 {
	background-color: #F2EBDF;
	padding: 30px 0 0 0;
}
.fit3 {
	background-color: #F2EBDF;
	padding: 30px 0 0 0;
}
