@charset "UTF-8";
.appear.up .fadein {
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}

.appear.down .fadein {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.appear.left .fadein {
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}

.appear.right .fadein {
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}

.appear .fadein {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 0;
}

.appear.inview .fadein {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.appear.inview .fadein:nth-child(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.appear.inview .fadein:nth-child(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.appear.inview .fadein:nth-child(3) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.appear.inview .fadein:nth-child(4) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.appear.inview .fadein:nth-child(5) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.appear.inview .fadein:nth-child(6) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.appear.inview .fadein:nth-child(7) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.appear.inview .fadein:nth-child(8) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.appear.inview .fadein:nth-child(9) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.appear.inview .fadein:nth-child(10) {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

.appear.inview .fadein:nth-child(11) {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}

.appear.inview .fadein:nth-child(12) {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.appear.inview .fadein:nth-child(13) {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}

.appear.inview .fadein:nth-child(14) {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}

.appear.inview .fadein:nth-child(15) {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

.appear.inview .fadein:nth-child(16) {
  -webkit-transition-delay: 3.2s;
          transition-delay: 3.2s;
}

.appear.inview .fadein:nth-child(17) {
  -webkit-transition-delay: 3.4s;
          transition-delay: 3.4s;
}

.appear.inview .fadein:nth-child(18) {
  -webkit-transition-delay: 3.6s;
          transition-delay: 3.6s;
}

.appear.inview .fadein:nth-child(19) {
  -webkit-transition-delay: 3.8s;
          transition-delay: 3.8s;
}

.appear.inview .fadein:nth-child(20) {
  -webkit-transition-delay: 4s;
          transition-delay: 4s;
}

/******************************************************************

Stylesheet: リセット系

******************************************************************/
input,
textarea,
select,
button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  *font-size: 100%;
  border-radius: 0;
  border: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: inherit;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/******************************************************************

Stylesheet: ベーススタイル

******************************************************************/
body {
  font-family: YakuHanJPs_Noto, "Noto Sans JP", sans-serif;
  color: #222222;
  line-height: 1.5;
  letter-spacing: 0.06rem;
  font-size: 15px;
}

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

a {
  color: #222222;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
  color: #FFAD00;
}

.font-xs, .point__itemSub, .reason__supportText, .contact__formItem dt span {
  font-size: 11px;
}

.font-sm {
  font-size: 14px;
}

.font-md, .point__itemNumber, .point__itemText, .flow__itemNumber, .contact__formSubmit {
  font-size: 17px;
}

.font-lr, .titleLevel3, .titleNumber, .point__lead, .reason__lead, .company__profileImage > h4 {
  font-size: 21px;
}

.font-lg, .titleLevel2, .intro__lead {
  font-size: 26px;
}

.font-xl {
  font-size: 28px;
}

.mb-sm, .header__circles, .point__detailTitle, .point__detailImage, .point__note, .reason__itemTitle, .reason__itemImage, .contact__formItem {
  margin-bottom: 16px !important;
}

.mb-lg, .point__itemDetail:not(:last-child), .voice, .flow, .faq, .contact {
  margin-bottom: 50px !important;
}

.pb-sm, .intro__body, .reason__photo {
  padding-bottom: 16px !important;
}

.pb-lg, .reason__item {
  padding-bottom: 50px !important;
}

.content-width, .intro__inner, .point__inner, .reason__inner, .voice__inner, .flow__inner, .faq__inner, .contact__inner, .company__inner, .inquiry__cvArea {
  width: 80.8%;
  margin: 0 auto;
  max-width: 1080px;
}

.section-padding, .point, .reason, .voice, .flow, .faq, .contact, .company {
  padding: 80px 0 50px;
}

.section-padding-s, .intro {
  padding: 50px 0 30px;
}

.anchor {
  display: block;
  padding-top: 80px;
  margin-top: -80px;
}

.titleLevel2 {
  font-weight: 700;
  display: block;
}

.titleLevel3 {
  font-weight: 700;
  display: block;
}

.subTitle {
  display: inline-block;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  border-bottom: 2px solid #222222;
}

.titleNumber {
  position: relative;
  color: #FF6600;
  font-family: "Poppins";
  padding-right: 0.5em;
  display: inline-block;
  line-height: 1;
}

.titleNumber::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 60px;
  height: 1px;
  background-color: #FF6600;
}

.flex, .header__cvButtons, .intro__body, .point__list, .point__detailContents, .reason__itemContents, .reason__foot, .voice__card, .flow__body, .company__profile, .inquiry__cvButtons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sp-only {
  display: block;
}

.pc-only {
  display: none;
}

.button-primary {
  position: relative;
  background: #FF6600;
  background: -webkit-gradient(linear, left top, right top, from(#ff6f00), to(#ff4c00));
  background: linear-gradient(90deg, #ff6f00 0%, #ff4c00 100%);
  color: #ffffff;
  text-decoration: none;
}

.button-primary:hover {
  color: #ffffff;
  text-decoration: none;
}

.button-secondary {
  background-color: #222222;
  background: -webkit-gradient(linear, left top, right top, from(#393939), to(#222222));
  background: linear-gradient(90deg, #393939 0%, #222222 100%);
  color: #ffffff;
  text-decoration: none;
}

.button-secondary:hover {
  color: #ffffff;
  text-decoration: none;
}

.underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #fcce6e));
  background: linear-gradient(transparent 70%, #fcce6e 0%);
  display: inline;
  padding: 0 2px 4px;
}

.header {
  background: url(../images/mv_bg_sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 160vw;
}

.header__inner {
  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;
  margin: 0 auto;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  padding: 10px 16px 0;
}

.header__inner.triggered {
  background-color: #222222;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.header__menuButton {
  width: 40px;
  height: 40px;
  z-index: 50;
  display: block;
}

.header__menuButton:focus {
  outline: 0;
}

.header__menuButton:focus-visible {
  outline: 2px solid #FFAD00;
}

.header__menuButton span {
  position: relative;
  display: block;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__menuButton span::before, .header__menuButton span::after {
  position: absolute;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__menuButton span::before {
  top: -10px;
}

.header__menuButton span::after {
  bottom: -10px;
}

.header__menuWrapper {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: absolute;
  top: 0;
  right: -100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: #ffffff;
  padding: 60px 9% 80px;
  font-weight: 700;
  overflow: auto;
}

.header__menuList {
  margin: 0 auto;
}

.header__menuList a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #cccccc;
  text-decoration: none;
}

.header__cvArea {
  text-align: center;
  padding-top: 30px;
}

.header__cvText {
  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;
}

.header__cvText::before, .header__cvText::after {
  content: "";
  width: 1px;
  height: 50px;
  background-color: #222222;
}

.header__cvText::before {
  margin-right: 15px;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}

.header__cvText::after {
  margin-left: 15px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}

.header__cvText span {
  color: #FF6600;
}

.header__cvButtons {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 56px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px auto 0;
  position: relative;
  width: 270px;
}

.header__imageWrapper {
  padding-top: 23vw;
}

.header__heading {
  width: 90vw;
}

.header__heading > img {
  width: 100%;
}

.header__sub {
  margin: 10vw auto;
  width: 86vw;
}

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

.header__cvButton {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  text-decoration: none;
  font-size: 18px;
  border-radius: 30px;
  width: 300px;
  height: 60px;
  margin: 0 auto;
  font-weight: bold;
  background-image: linear-gradient(150deg, #ffad00, #ff6600);
  color: #ffffff;
  text-decoration: none;
}

.header__cvButton:hover {
  -webkit-box-shadow: 10px 5px 15px 3px rgba(255, 173, 0, 0.5);
          box-shadow: 10px 5px 15px 3px rgba(255, 173, 0, 0.5);
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important;
  color: #ffffff;
}

.header__cvButton::after {
  content: "";
  position: absolute;
  background: url(../images/icon_arrow-right.svg) left top no-repeat;
  background-size: 100% auto;
  width: 10px;
  height: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 32px;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

.is-openMenu .header__menuButton {
  background-color: #ffffff !important;
}

.is-openMenu .header__menuButton span {
  background: transparent;
}

.is-openMenu .header__menuButton span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #222222;
}

.is-openMenu .header__menuButton span::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #222222;
}

.is-openMenu .header__menuWrapper {
  right: 0;
}

.intro {
  background-color: #EDE8E6;
  border-radius: 9.6vw 9.6vw 26.6vw 0;
  margin-top: -30px;
}

.intro__lead {
  font-weight: 700;
}

.intro__image > img {
  border-radius: 24px;
}

.intro__list {
  padding-left: 0.5em;
  margin-top: -100px;
}

.intro__listItem {
  background-color: #ffffff;
  font-weight: 700;
  padding: 16px;
  margin-bottom: 10px;
  border-radius: 16px 0 16px 16px;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
  list-style: url(../images/icon_check_circle.svg);
  list-style-position: inside;
}

.intro__text {
  line-height: 2;
}

.point {
  position: relative;
}

.point__imageWrapper {
  position: absolute;
  background-color: #EDE8E6;
  width: 80vw;
  height: 80vw;
  border-radius: 0 13.3vw 13.3vw 0;
  z-index: -10;
  background-image: url(../images/point_photo_president.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: 80px;
}

.point .titleLevel2 {
  position: absolute;
  top: 50vw;
  right: 0;
}

.point .subTitle {
  position: absolute;
  top: 54px;
}

.point__lead {
  font-weight: 700;
}

.point__list {
  position: relative;
  margin: 80vw 0 0;
  padding: 40px 0;
}

.point__item {
  background-color: #F8EBE4;
  width: 53.3vw;
  height: 53.3vw;
  border-radius: 12px;
  margin: 0 auto 24px;
  text-align: center;
}

.point__item > a {
  display: block;
  text-decoration: none;
  color: inherit;
  width: 100%;
  height: 100%;
}

.point__item > a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: bisque;
  border-radius: 12px;
}

.point__itemNumber {
  background-color: #ffffff;
  border-radius: 12px 0 12px 0;
  width: 12vw;
  height: 10vw;
  color: #FF6600;
  font-family: "Poppins";
  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;
}

.point__itemIcon {
  width: 15.4vw;
  margin: -1em auto 1em;
}

.point__itemIcon > img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.point__itemText {
  font-weight: bold;
  margin-bottom: 0.5em;
}

.point__itemSub {
  font-weight: bold;
}

.point__detailTitle {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.point__detailImage {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.point__detailImage img {
  border-radius: 24px;
}

.point__detailText {
  line-height: 2;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.point__detailList {
  padding-left: 2em;
}

.point__detailList > li {
  margin-bottom: 10px;
  padding-left: 0.5em;
  list-style: url(../images/icon_check.svg);
}

.point__note {
  background-color: #F8EBE4;
  padding: 20px;
  font-size: 14px;
}

.point__note span {
  font-weight: bold;
}

.point__note > p {
  margin-bottom: 0;
}

.reason {
  position: relative;
}

.reason__imageWrapper {
  position: absolute;
  background-color: #EDE8E6;
  width: 80vw;
  height: 80vw;
  border-radius: 0 13.3vw 13.3vw 0;
  z-index: -10;
  top: 0;
}

.reason .titleLevel2 {
  position: absolute;
  top: 0;
  right: 0;
}

.reason__inner {
  position: relative;
}

.reason__list {
  position: relative;
  margin: 20vw 0 0;
}

.reason__itemTitle {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.reason__itemImage {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.reason__itemImage img {
  border-radius: 24px;
}

.reason__itemText {
  line-height: 2;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.reason__itemList {
  padding-left: 2em;
}

.reason__itemList > li {
  margin-bottom: 10px;
  padding-left: 0.5em;
  list-style: url(../images/icon_check_circle.svg);
}

.reason__supportList {
  gap: 8px 8px;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  display: -ms-grid;
  display: grid;
}

.reason__supportList li {
  text-align: center;
}

.reason__supportText {
  font-weight: bold;
  margin-bottom: 10px;
}

.reason__supportImage {
  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;
  width: 100%;
  background-color: #F8EBE4;
  border-radius: 12px;
  padding: 20px 0;
}

.reason__supportImage > img {
  width: 60%;
  height: 60px;
}

.reason__lead {
  font-weight: 700;
}

.reason__photo {
  margin: 0 auto;
  width: 53.3vw;
  text-align: center;
}

.reason__photo > img {
  border-radius: 12px;
}

.voice {
  background-color: #EDE8E6;
  border-radius: 26.6vw 0 0 26.6vw;
}

.voice__inner {
  position: relative;
}

.voice__inner .subTitle {
  position: absolute;
  top: -70px;
  right: 0;
  -webkit-transform-origin: right;
          transform-origin: right;
}

.voice__cardItem {
  background-color: #ffffff;
  border-radius: 24px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  margin-bottom: 24px;
}

.voice__cardImage > img {
  border-radius: 24px 24px 0 0;
}

.voice__cardContents {
  padding: 2em 1em 1em;
}

.voice__cardTitle {
  font-weight: bold;
  font-size: 16px;
}

.voice__cardTitle span {
  color: #FF6600;
  border: 1px solid #FF6600;
  border-radius: 8px;
  padding: 0.2em 0.5em;
  margin-left: 0.5em;
}

.voice__cardText {
  line-height: 2;
}

.flow__inner {
  position: relative;
}

.flow__inner .titleLevel2 {
  text-align: right;
}

.flow__list {
  margin-top: 36px;
}

.flow__item {
  position: relative;
  background-color: #ffffff;
  border-radius: 24px;
  -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.06);
          box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.06);
  margin-bottom: 24px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.flow__item:not(:last-child)::after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  bottom: 0;
  -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.06);
          box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.06);
  height: 20px;
  left: 50%;
  width: 20px;
  -webkit-transform: translate(-50%, 50%) rotate(45deg);
          transform: translate(-50%, 50%) rotate(45deg);
}

.flow__itemNumber {
  position: absolute;
  background-color: #ffffff;
  border-radius: 24px 0px 24px 0px;
  width: 20vw;
  height: 15vw;
  font-family: "Poppins";
  z-index: 10;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flow__itemImage img {
  border-radius: 24px 24px 0px 0px;
}

.flow__itemContents {
  padding: 20px 12px 12px;
}

.flow__itemTitle {
  font-weight: bold;
  font-size: 16px;
}

.flow__itemText {
  line-height: 2;
}

.faq__inner {
  position: relative;
}

.faq__inner .subTitle {
  position: absolute;
  top: -50px;
  right: 0;
  -webkit-transform-origin: right;
          transform-origin: right;
}

.faq .accordion-wrap {
  border-bottom: 1px solid #cccccc;
}

.faq .accordion-item {
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
  margin: 20px 0;
}

.faq .accordion-header {
  -webkit-transition: ease-in-out 100ms;
  transition: ease-in-out 100ms;
  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;
}

.faq .accordion-text {
  width: 100%;
  display: none;
  padding-top: 5px;
  padding-bottom: 20px;
}

.faq .fa {
  -webkit-transition: ease-in-out 300ms;
  transition: ease-in-out 300ms;
}

.faq .rotate-fa {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq .accordion-header .fa {
  float: right;
  margin-left: 20px;
}

.faq .accordion-orange {
  color: #FFAD00;
}

.faq .accordion-no-bar {
  border-bottom: 0;
}

.contact {
  background-color: #EDE8E6;
  border-radius: 0 26.6vw 26.6vw 0;
}

.contact__inner {
  position: relative;
}

.contact__inner .subTitle {
  position: absolute;
  top: -30px;
  right: 0;
  -webkit-transform-origin: right;
          transform-origin: right;
}

.contact__formItem dt {
  padding-bottom: 0.5em;
}

.contact__formItem dt span {
  background-color: #FF6600;
  color: #ffffff;
  font-weight: 400;
  border-radius: 4px;
  padding: 0.2em 0.5em;
}

.contact__formItem input,
.contact__formItem textarea {
  width: 100%;
  background-color: #ffffff;
  padding: 6px;
  margin-top:10px;
}

.contact__formItem iframe {
  width: 100%;
  background-color: #ffffff;
  padding: 20px;
}
.mw_wp_form_confirm .lp_confirm{
 display: none;
}

.contact__inner .p_text{
 margin-bottom:10px;
}


/*フォーム用追加*/
.check_btn{
margin: 0px 0 20px;
}
.check_btn input[type=checkbox].check_btn_item{
/*display: none;*/
}
.check_btn label {
display: inline-block;
}
.check_btn .check_btn_item + span {
padding-left: 28px;
display: inline-block;
position: relative;
}
.check_btn .check_btn_item + span::after,
.check_btn .check_btn_item + span::before {
content: '';
display: block;
position: absolute;
top: 0;
}
.check_btn .check_btn_item + span::before {
border: 1px solid #aaaaaa;
background-color: #ffffff;
border-radius: 4px;
left: 0;
height: 20px;
width: 20px;
}
.check_btn .check_btn_item + span::after{
border: none;
border-right: 3px solid #c78d8d;
border-bottom: 3px solid #c78d8d;
height: 12px;
left: 6px;
opacity: 0;
top: 2px;
transform: rotate(45deg);
width: 7px;
}
.check_btn .check_btn_item:checked + span::after {
opacity: 1;
}


.contact__formSubmit{/*
	justify-content: center;*/
}
.flex_block {
    display: block;
}
.contact__formSubmit .submit,
.contact__formSubmit .rewrite{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 60px;
  border-radius: 30px;
  background: #FF6600;
  background: -webkit-gradient(linear, left top, right top, from(#ff6f00), to(#ff4c00));
  background: linear-gradient(90deg, #ff6f00 0%, #ff4c00 100%);
  color: #ffffff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;	
  margin: 0 auto;
}

.contact__formSubmit .submit,
.contact__formSubmit .rewrite{
	margin-top: 20px;
}
.contact__formSubmit .rewrite{
	background:#999999;
}
.privacy {
  font-size: 13px;
}

.privacy > h1 {
  font-size: 14px;
  font-weight: 400;
}

.privacy > h2 {
  font-size: 14px;
}

.privacy > ol {
  list-style-type: disc;
}

.privacy > ul {
  list-style-type: decimal;
}

.company__inner {
  position: relative;
}

.company__inner .subTitle {
  position: absolute;
  top: 70px;
  right: 0;
  -webkit-transform-origin: right;
          transform-origin: right;
}

.company__aboutList dd {
  padding: 0.5em 0;
  border-bottom: 1px solid #cccccc;
  line-height: 2;
}

.company__profile {
  margin-top: 40px;
}

.company__profileImage {
  margin: 0 auto;
  width: 53.3vw;
  text-align: center;
}

.company__profileImage > img {
  border-radius: 12px;
}

.company__profileImage > h4 {
  margin-top: 20px;
}

.company__snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.company__snsList li {
  padding: 3px;
}

.company__profileContents dd {
  padding: 0.5em 0;
  line-height: 2;
}

.fixedButtons {
  display: none;
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 20;
  background-color: rgba(255, 255, 255, 0.8);
}

.fixedButtons__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px;
  text-align: center;
}

.fixedButtons__inner > .button-fixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  font-size: 12px;
  padding: 5px;
  height: 40px;
  width: 176px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fixedButtons .inquiry-pc {
  display: none;
}

.inquiry__cvArea {
  text-align: center;
  padding-top: 30px;
  font-weight: 700;
}

.inquiry__cvText {
  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;
}

.inquiry__cvText::before, .inquiry__cvText::after {
  content: "";
  width: 1px;
  height: 50px;
  background-color: #222222;
}

.inquiry__cvText::before {
  margin-right: 15px;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}

.inquiry__cvText::after {
  margin-left: 15px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}

.inquiry__cvText span {
  color: #FF6600;
}

.inquiry__cvButtons {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inquiry__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 56px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px auto 0;
  position: relative;
  width: 100%;
}

.inquiry .inquiry-pc {
  display: none;
}

.footer {
  text-align: center;
  padding: 20px 0 120px;
}

@media (min-width: 600px) {
  /******************************************************************

Stylesheet: 600px以上のタブレットやモニタで適用

******************************************************************/
  a[href^="tel:"] {
    pointer-events: none;
  }
  .font-xs, .point__itemSub, .reason__supportText, .contact__formItem dt span {
    font-size: 12px;
  }
  .font-md, .point__itemNumber, .point__itemText, .flow__itemNumber, .contact__formSubmit {
    font-size: 22px;
  }
  .font-lr, .titleLevel3, .titleNumber, .point__lead, .reason__lead, .company__profileImage > h4 {
    font-size: 28px;
  }
  .font-lg, .titleLevel2, .intro__lead {
    font-size: 32px;
  }
  .content-width, .intro__inner, .point__inner, .reason__inner, .voice__inner, .flow__inner, .faq__inner, .contact__inner, .company__inner, .inquiry__cvArea {
    width: 70%;
  }
  .subTitle {
    font-size: 20px;
  }
  .header {
    background: url(../images/mv_bg.jpg);
    background-position: center;
    background-size: cover;
    height: 90vh;
  }
  .header__imageWrapper {
    padding-top: 10vh;
  }
  .header__heading {
    width: 80vw;
  }
  .header__sub {
    width: 60%;
    margin: 10vh auto;
  }
  .header__circles {
    gap: 16px;
  }
  .header__circles img {
    width: 100%;
  }
  .header .circle {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .header__cvButtons {
    width: 100%;
  }
  .header__cvButton {
    width: 100%;
  }
  .intro {
    border-radius: 0 0 26.6vw 0;
    margin-top: 0;
  }
  .intro__lead {
    text-align: center;
  }
  .point__item {
    width: 46vw;
    height: 46vw;
  }
  .reason__supportImage {
    padding: 40px 0;
  }
  .flow__itemNumber {
    width: 15vw;
    height: 10vw;
  }
  .company a {
    text-decoration: none;
  }
  .inquiry__cvText {
    font-size: 20px;
  }
.flex_block {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
}

}

@media (min-width: 960px) {
  /******************************************************************

Stylesheet: 960px以上のモニタで適用

******************************************************************/
  body {
    font-size: 16px;
  }
  .font-xs, .point__itemSub, .reason__supportText, .contact__formItem dt span {
    font-size: 14px;
  }
  .font-sm {
    font-size: 16px;
  }
  .font-md, .point__itemNumber, .point__itemText, .flow__itemNumber, .contact__formSubmit {
    font-size: 20px;
  }
  .font-lr, .titleLevel3, .titleNumber, .point__lead, .reason__lead, .company__profileImage > h4 {
    font-size: 28px;
  }
  .font-lg, .titleLevel2, .intro__lead {
    font-size: 36px;
  }
  .mb-sm, .header__circles, .point__detailTitle, .point__detailImage, .point__note, .reason__itemTitle, .reason__itemImage, .contact__formItem {
    margin-bottom: 24px !important;
  }
  .mb-lg, .point__itemDetail:not(:last-child), .voice, .flow, .faq, .contact {
    margin-bottom: 80px !important;
  }
  .pb-sm, .intro__body, .reason__photo {
    padding-bottom: 24px !important;
  }
  .pb-lg, .reason__item {
    padding-bottom: 80px !important;
  }
  .content-width, .intro__inner, .point__inner, .reason__inner, .voice__inner, .flow__inner, .faq__inner, .contact__inner, .company__inner, .inquiry__cvArea {
    width: 80.8%;
  }
  .section-padding, .point, .reason, .voice, .flow, .faq, .contact, .company {
    padding: 100px 0 80px;
  }
  .flex, .header__cvButtons, .intro__body, .point__list, .point__detailContents, .reason__itemContents, .reason__foot, .voice__card, .flow__body, .company__profile, .inquiry__cvButtons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .titleLevel2 {
    text-align: center;
    margin-bottom: 50px;
  }
  .subTitle {
    font-size: 24px;
  }
  .sp-only {
    display: none;
  }
  .header {
    height: 100vh;
  }
  .header__imageWrapper {
    width: 80%;
    margin: 0 auto;
    padding-top: 13vh;
  }
  .header__inner {
    padding: 16px 50px 0;
  }
  .header__menuWrapper {
    width: 30%;
    padding: 60px 16px;
  }
  .header__heading {
    width: 60%;
  }
  .header__sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
    margin: 10vh auto;
  }
  .header__circles {
    width: 60%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .header__cvButton {
    width: 360px;
    height: 90px;
    border-radius: 45px;
    font-size: 24px;
  }
  .intro {
    border-radius: 0 0 12vw 0;
  }
  .intro__lead {
    margin-bottom: 50px;
  }
  .intro__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 36px;
  }
  .intro__image {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
  .intro__list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
  }
  .point__imageWrapper {
    width: 40vw;
    height: 40vw;
    border-radius: 0 6vw 6vw 0;
    top: 80px;
  }
  .point .titleLevel2 {
    position: absolute;
    top: 120px;
    right: 30vw;
  }
  .point__list {
    margin-top: 100px;
    padding-left: 25%;
    gap: 16px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .point__item {
    -ms-flex-preferred-size: 240px;
        flex-basis: 240px;
    height: 240px;
  }
  .point__itemNumber {
    width: 55px;
    height: 45px;
  }
  .point__itemIcon {
    width: 70px;
    margin: 0 auto;
  }
  .point__detailContents {
    gap: 64px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .point__detailImage {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
  .point__detailText {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
  }
  .reason__imageWrapper {
    width: 40vw;
    height: 40vw;
    border-radius: 0 6vw 6vw 0;
  }
  .reason__list {
    margin: 80px 0 0;
  }
  .reason__itemContents {
    gap: 64px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .reason__itemImage {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
  .reason__itemText {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
  }
  .reason__supportList {
    gap: 20px 3%;
    -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5, 1fr);
  }
  .reason__foot {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 60px;
  }
  .reason__photo {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .reason__lead {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
  .voice {
    border-radius: 0 12vw 12vw 0;
  }
  .voice__card {
    gap: 20px;
  }
  .voice__cardItem {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .voice__cardTitle {
    font-size: 19px;
  }
  .voice__cardTitle span {
    display: inline-block;
  }
  .flow__inner {
    max-width: 880px;
  }
  .flow .titleLevel2 {
    text-align: center;
  }
  .flow__item {
    margin-bottom: 36px;
  }
  .flow__itemNumber {
    width: 8vw;
    height: 6vw;
    font-size: 24px;
  }
  .flow__itemImage {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .flow__itemContents {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    padding-bottom: 0;
  }
  .flow__itemImage img {
    border-radius: 24px 0px 0px 24px;
  }
  .contact {
    border-radius: 0 12vw 12vw 0;
  }
  .contact__inner {
    max-width: 880px;
  }
  .faq__inner {
    max-width: 880px;
  }
  .company__inner {
    max-width: 880px;
  }
  .company__profile {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 36px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .company__profileImage {
    width: 40vw;
  }
  .inquiry {
    padding-top: 40px;
  }
  .inquiry .inquiry-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .inquiry__cvText {
    font-size: 26px;
  }
  .inquiry__cvText::before, .inquiry__cvText::after {
    content: "";
    height: 70px;
  }
  .inquiry__cvText::before {
    margin-right: 50px;
  }
  .inquiry__cvText::after {
    margin-left: 50px;
  }
  .inquiry__button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none;
    font-size: 18px;
    border-radius: 45px;
    width: 360px;
    height: 90px;
    background-image: linear-gradient(150deg, #ffad00, #ff6600);
    color: #ffffff;
  }
  .inquiry__button:hover {
    -webkit-box-shadow: 10px 5px 15px 3px rgba(255, 173, 0, 0.5);
            box-shadow: 10px 5px 15px 3px rgba(255, 173, 0, 0.5);
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    color: #ffffff;
  }
  .inquiry__button::after {
    content: "";
    position: absolute;
    background: url(../images/icon_arrow-right.svg) left top no-repeat;
    background-size: 100% auto;
    width: 10px;
    height: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 32px;
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
  }
  .inquiry .inquiry-sp {
    display: none;
  }
  .inquiry__telnumber {
    font-size: 36px;
  }
  .fixedButtons .inquiry-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    width: 80.8%;
    margin: 0 auto;
    max-width: 1080px;
    font-weight: 700;
  }
	.flex_block {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
}

}

@media (min-width: 1280px) {
  /******************************************************************

Stylesheet: 1280px以上のモニタで適用

******************************************************************/
  .font-sm {
    font-size: 18px;
  }
  .font-md, .point__itemNumber, .point__itemText, .flow__itemNumber, .contact__formSubmit {
    font-size: 24px;
  }
  .font-lr, .titleLevel3, .titleNumber, .point__lead, .reason__lead, .company__profileImage > h4 {
    font-size: 36px;
  }
  .font-lg, .titleLevel2, .intro__lead {
    font-size: 48px;
  }
  .subTitle {
    font-size: 30px;
  }
  .header__inner {
    padding-left: 10%;
    padding-right: 10%;
  }
  .header__imageWrapper {
    width: 60%;
  }
  .point__imageWrapper {
    width: 30vw;
    height: 30vw;
  }
  .reason__imageWrapper {
    width: 30vw;
    height: 30vw;
  }
  .flow__itemNumber {
    width: 70px;
    height: 60px;
  }
  .voice {
    border-radius: 0 100px 100px 0;
  }
  .contact {
    border-radius: 0 100px 100px 0;
  }
  .company__profile {
    gap: 48px;
  }
  .company__profileImage {
    width: 20vw;
  }
}
/*# sourceMappingURL=style.css.map */