@charset "UTF-8";

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-font-smoothing: antialiased;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  color: #333;
}

body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --color-white: #fff;
  --color-black: #333;
  --color-gray: #75787b;
  --color-gray-light: #bbb;
  --color-gray-disabled: #e8e8e8;
  --color-green: #F1869A;
  --color-green-dark: #383;
  --font-size-small: .75rem;
  --font-size-default: .875rem;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: #333;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  /*line-height: 1.15;*/
  /* 1 */
  margin: 0;
  /* 2 */
  -webkit-appearance: none;
  appearance: none;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

input,
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  color: #333;
  cursor: pointer;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
  font-size: 62.5%;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

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

a img {
  border: none;
}

a,
a:hover,
a:visited {
  text-decoration: none;
}

a:hover,
button:hover {
  opacity: 0.8;
}

b,
strong {
  font-weight: 700;
}

button {
  padding: 0;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

body,
h1,
h2,
h3,
h4,
h5,
a,
button,
b,
p {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  line-height: 1em;
}

body,
a,
button,
b,
p {
  font-size: 1.6rem;
  font-weight: 300;
}

@media only screen and (max-width: 768px) {

  body,
  a,
  button,
  b,
  p {
    font-size: 1.4rem;
    line-height: 1.5em;
  }
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 300;
}

/* Common */
/*
  Common
*/
.bg_yellow {
  background-color: #FFFCF0;
}

.site_content {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: -webkit-transform 0.4s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: transform 0.4s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: transform 0.4s cubic-bezier(0.55, 0.05, 0.22, 0.99), -webkit-transform 0.4s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  padding-top: 90px;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .site_content {
    padding-top: 55px;
    max-width: 100%;
    min-width: 100%;
  }
}

.mb_40 {
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .mb_40 {
    margin-bottom: 20px;
  }
}

.boxsdw {
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.btnsdw {
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}

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

@media only screen and (max-width: 768px) {
  .flex_block {
    display: block;
  }
}

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

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

.flex_start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.no_wrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.pc {
  display: block;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

section {
  padding: 100px 0;
}

@media only screen and (max-width: 768px) {
  section {
    padding: 40px 0;
  }
}

.sec_ttl {
  font-size: 3.4rem;
  line-height: 1.5em;
  color: #4D2B31;
  font-weight: bold;
  text-align: center;
  margin-bottom: 45px;
}

@media only screen and (max-width: 768px) {
  .sec_ttl {
    font-size: 2rem;
  }
}

.inner {
  width: 1100px;
  margin: 0 auto;
  max-width: 100%;
}

@media only screen and (max-width: 768px) {
  .inner {
    padding: 0 5vw 0 5vw;
    width: auto;
  }
}

.btn_contact {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  display: block;
  background-color: #F1869A;
  border-radius: 10px;
  width: 305px;
}

.btn_contact:hover {
  background-color: #fff;
  color: #F1869A;
  border: solid 1px #F1869A;
}

.btn_contact .icon_free {
  width: 58px;
}

.btn_contact .arw {
  width: 21px;
}

.btn_contact .text {
  width: 162px;
  font-weight: bold;
}

.btn_next {
  background-color: #F8C3CD;
  width: 298px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  border-radius: 5px;
  position: relative;
  font-weight: bold;
  margin: 0 auto;
  display: table;
  margin: 0 auto;
}

.btn_next::after {
  content: "";
  background: url(/img/arw_next_bk.svg) no-repeat center/contain;
  width: 29px;
  height: 19px;
  position: absolute;
  right: 20px;
  top: 24px;
}

.btn_back {
  background-color: #DEDEDE;
  width: 298px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  border-radius: 5px;
  position: relative;
  font-weight: bold;
  margin: 0 auto;
  display: table;
  margin: 0 auto;
}

.btn_back::after {
  content: "";
  background: url(/img/arw_back.svg) no-repeat center/contain;
  width: 29px;
  height: 19px;
  position: absolute;
  left: 20px;
  top: 24px;
}

.btn_cta {
  background: url(../img/btn_bg.png) no-repeat center/cover;
  position: relative;
  height: 113px;
  text-align: center;
  border-radius: 20px;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  margin-top: -50px;
}

@media only screen and (max-width: 768px) {
  .btn_cta {
    height: 50px;
    border-radius: 4px;
  }
}

.btn_cta a {
  color: #fff;
  font-size: 3rem;
  letter-spacing: 0.065em;
  text-align: center;
  display: block;
  font-weight: bold;
  padding-top: 0.8em;
}

@media only screen and (max-width: 768px) {
  .btn_cta a {
    font-size: 1.4rem;
    padding-top: 0.6em;
    padding-right: 1em;
  }
}

.btn_cta a .free {
  width: 97px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
  .btn_cta a .free {
    width: 45px;
  }
}

.btn_cta::before {
  content: "";
  background: url(../img/arw_next_wh.svg) no-repeat center/contain;
  width: 40px;
  height: 26px;
  position: absolute;
  right: 60px;
  top: 46px;
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .btn_cta::before {
    width: 16px;
    top: 13px;
    right: 3px;
  }
}

header {
  height: 90px;
  background-color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
  position: fixed;
  width: 100%;
  z-index: 20;
}

@media only screen and (max-width: 768px) {
  header {
    height: 55px;
  }
}

header .menu_contents {
  position: relative;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .menu_contents .logo_wrap {
  z-index: 8;
  width: 238px;
}

@media only screen and (max-width: 768px) {
  header .menu_contents .logo_wrap {
    width: 140px;
  }
}

header .menu_contents .logo_wrap a {
  display: block;
  text-align: center;
}

header .menu_contents .header_btn_contact {
  font-weight: bold;
  color: #fff;
  background-color: #ED6881;
  border-radius: 10px;
  width: 305px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 14px 0;
  margin-right: 50px;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}

header .menu_contents .header_btn_contact .icon_free {
  width: 58px;
  margin-right: 5px;
}

header .menu_contents .header_btn_contact .arw {
  width: 21px;
}

header .menu_contents .header_btn_contact .text {
  font-size: 1.4rem;
  width: 165px;
  font-weight: bold;
  letter-spacing: 0.065em;
  line-height: 1.3em;
  margin-right: 3px;
}

header .menu_contents .menu_wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  background: #F1869A;
  z-index: 5;
}

header .menu_contents .menu_wrap .menu_list .menu_item a {
  font-size: 1.5rem;
  margin-right: 35px;
  font-weight: bold;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  header .menu_contents .menu_wrap .menu_list .menu_item a {
    font-size: 1.4rem;
  }
}

header .menu_contents .menu_wrap .menu_contact_area a {
  margin: 0 auto;
}

header .menu_contents .menu_active {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  display: block;
  padding-top: 80px;
}

header .menu_contents .menu_active .menu_list {
  display: block;
  text-align: center;
}

header .menu_contents .menu_active .menu_list .menu_item {
  margin-bottom: 5.33333vw;
}

header .menu_contents .menu_active .menu_contact_area {
  display: block;
  text-align: center;
}

header .menu_contents .menu_active .menu_contact_area .menu_contact_area_telarea {
  margin-bottom: 20px;
}

header .menu_contents .menu_active .menu_contact_area .opentime {
  text-align: center;
}

header .menu_contents .menu_button_wrap {
  display: none;
  z-index: 10;
  display: block;
  position: fixed;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 32px;
  border-radius: 50%;
}

header .menu_contents .menu_button_wrap .menu_button {
  position: relative;
  width: 100%;
  height: 100%;
}

header .menu_contents .menu_button_wrap .menu_button span {
  display: block;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  height: 2px;
  background-color: #F1869A;
  left: 0;
  right: 0;
  margin: 0 auto;
}

header .menu_contents .menu_button_wrap .menu_button span:first-child {
  top: 0px;
}

header .menu_contents .menu_button_wrap .menu_button span:nth-child(2) {
  top: 15px;
}

header .menu_contents .menu_button_wrap .menu_button span:last-child {
  bottom: 0px;
}

header .menu_contents .menu_button_wrap .menu_close_button span:nth-child(2) {
  opacity: 0;
}

header .menu_contents .menu_button_wrap .menu_close_button span:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 20px;
  background-color: #fff;
}

header .menu_contents .menu_button_wrap .menu_close_button span:last-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 20px;
  background-color: #fff;
}

@media only screen and (max-width: 768px) {
  header .menu_contents .menu_button_wrap {
    top: 11px;
  }
}

footer .footer_menu_wrap {
  position: relative;
  padding-top: 140px;
  background-color: #F1869A;
}

@media only screen and (max-width: 768px) {
  footer .footer_menu_wrap {
    padding-top: 16vw;
  }
}

footer .footer_menu_wrap .address_area {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 55px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  footer .footer_menu_wrap .address_area {
    font-size: 3.2vw;
    margin-bottom: 5.33333vw;
  }
}

footer .footer_menu_wrap .address_area a,
footer .footer_menu_wrap .address_area p {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5em;
}

footer .footer_menu_wrap .address_area .logo {
  display: block;
  width: 150px;
  margin-right: 30px;
}

@media only screen and (max-width: 768px) {
  footer .footer_menu_wrap .address_area .logo {
    width: 21.33333vw;
  }
}

footer .footer_menu_wrap .contact_area {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 65px;
}

@media only screen and (max-width: 768px) {
  footer .footer_menu_wrap .contact_area {
    margin-bottom: 8vw;
  }
}

footer .footer_menu_wrap .contact_area_telarea {
  margin-right: 15px;
}

@media only screen and (max-width: 768px) {
  footer .footer_menu_wrap .contact_area_telarea {
    margin-right: 0;
    margin-bottom: 4vw;
  }
}

footer .footer_menu_wrap .contact_area p {
  color: #fff;
}

footer .footer_menu_wrap .contact_area .menu_tel {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 768px) {
  footer .footer_menu_wrap .contact_area .menu_tel {
    font-size: 5.33333vw;
    text-align: center;
  }
}

footer .footer_menu_wrap .contact_area .menu_tel img {
  width: 24px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
}

@media only screen and (max-width: 768px) {
  footer .footer_menu_wrap .contact_area .menu_tel img {
    width: 5.33333vw;
    vertical-align: baseline;
  }
}

footer .footer_menu_wrap .contact_area .opentime {
  font-size: 1.4rem;
  letter-spacing: 0.01em;
  text-align: right;
}

@media only screen and (max-width: 768px) {
  footer .footer_menu_wrap .contact_area .opentime {
    font-size: 3.2vw;
    text-align: center;
  }
}

footer .footer_menu_wrap .contact_area .btn_contact {
  color: #fff;
  border: solid 1px #fff;
}

footer .footer_menu_wrap .link_toprivacy {
  margin-bottom: 30px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  footer .footer_menu_wrap .link_toprivacy {
    margin-bottom: 4vw;
  }
}

footer .footer_menu_wrap .link_toprivacy a {
  color: #fff;
  font-size: 1.4rem;
}

footer .footer_menu_wrap .sns_area {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 45px;
}

footer .footer_menu_wrap .sns_area a {
  width: 30px;
  margin-right: 20px;
  display: block;
}

footer .footer_menu_wrap .sns_area a:last-child {
  margin-right: 0;
  width: 25px;
  padding-top: 5px;
}

footer .footer_menu_wrap .sns_area a:nth-child(2) {
  width: 25px;
  padding-top: 3px;
}

footer .footer_menu_wrap .to_the_top {
  position: absolute;
  right: 4vw;
  bottom: 60px;
  width: 50px;
}

@media only screen and (max-width: 768px) {
  footer .footer_menu_wrap .to_the_top {
    width: 45px;
    bottom: 10px;
  }
}

footer .footer_menu_wrap .copyright {
  padding-bottom: 10px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
}

@media only screen and (max-width: 768px) {
  footer .footer_menu_wrap .copyright {
    font-size: 3.2vw;
  }
}

footer {
  background-color: #F1869A;
  padding: 1.5em 0;
}

footer small {
  font-size: 1.4rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* Page */
/*
  home
*/
.home .mv {
  background: url(../img/mv_pc.png) no-repeat center/cover;
  height: 786px;
  position: relative;
}

.home .mv.register {
  height: 420px;
}

@media only screen and (max-width: 768px) {
  .home .mv {
    background: url(../img/mv_sp.png) no-repeat center/cover;
    height: 74.4vw;
  }

  .home .mv.register {
    height: 54vw;
  }
}

.home .mv .textarea {
  padding-top: 95px;
  margin-bottom: 109px;
}

@media only screen and (max-width: 768px) {
  .home .mv .textarea {
    padding-top: 10.66667vw;
    margin-bottom: 6.66667vw;
  }
}

.home .mv .textarea .copy {
  font-size: 3.6rem;
  font-weight: bold;
  color: #fff;
  background-color: #F1869A;
  margin-bottom: 25px;
  padding: 0.3em;
  display: table;
}

@media only screen and (max-width: 768px) {
  .home .mv .textarea .copy {
    font-size: 4.12vw;
    margin-bottom: 4vw;
  }
}

.home .mv .textarea h1 {
  font-size: 5rem;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  color: #F1869A;
  margin-bottom: 10px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .home .mv .textarea h1 {
    font-size: 6.21067vw;
    margin-bottom: 2.66667vw;
  }
}

.home .mv .textarea h1 .brown {
  color: #4D2B31;
}

.home .mv .textarea h1 .small {
  font-size: 0.81em;
}

.home .mv .textarea .desc {
  font-size: 1.8rem;
  line-height: 1.5em;
}

@media only screen and (max-width: 768px) {
  .home .mv .textarea .desc {
    font-size: 3.2vw;
    width: 53.33333vw;
  }
}

.home .mv .mv_bottom {
  position: relative;
  z-index: 2;
}

.home .mv .mv_bottom .pointarea {
  max-width: 1035px;
  bottom: 100px;
  margin: 0 auto 30px;
  background-color: #F1869A;
  border-radius: 15px;
  padding: 12px;
}

@media only screen and (max-width: 768px) {
  .home .mv .mv_bottom .pointarea {
    bottom: -500px;
    margin-bottom: 15px;
  }
}

.home .mv .mv_bottom .pointarea .boxs .box {
  position: relative;
  width: 32.5%;
  background-color: #fff;
  border-radius: 15px;
  padding: 40px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .home .mv .mv_bottom .pointarea .boxs .box {
    width: 100%;
    padding: 20px 30px;
    margin-bottom: 15px;
  }

  .home .mv .mv_bottom .pointarea .boxs .box:last-child {
    margin-bottom: 0;
  }
}

.home .mv .mv_bottom .pointarea .boxs .box .point {
  position: absolute;
  width: 97px;
  left: 0;
  top: -60px;
}

@media only screen and (max-width: 768px) {
  .home .mv .mv_bottom .pointarea .boxs .box .point {
    width: 60px;
    top: -30px;
  }
}

.home .mv .mv_bottom .pointarea .boxs .box .text {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.8em;
}

@media only screen and (max-width: 768px) {
  .home .mv .mv_bottom .pointarea .boxs .box .text {
    font-size: 1.2rem;
  }
}

.home .mv .mv_bottom .pointarea .boxs .box .text .pink {
  font-size: 1.57em;
  color: #F1869A;
}

.home .mv .mv_bottom .btn_cta {
  margin-top: 0;
}

.home .worries {
  background-color: #FFF4EF;
  padding-top: 130px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .home .worries {
    padding-top: 463px;
  }
}

.home .worries .content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home .worries .content .box {
  max-width: 695px;
  border-radius: 20px;
  background-color: #fff;
  padding: 2em 2em 2em 3.5em;
}

@media only screen and (max-width: 768px) {
  .home .worries .content .box {
    padding-left: 1.5em;
    margin-bottom: 15px;
  }
}

.home .worries .content .box ul li {
  margin-bottom: 2em;
  padding-left: 2em;
  position: relative;
  line-height: 1.5em;
}

.home .worries .content .box ul li:last-child {
  margin-bottom: 0;
}

.home .worries .content .box ul li:before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../img/icon_check.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .home .worries .content .box ul li:before {
    width: 20px;
    height: 20px;
  }
}

.home .worries .content figure {
  width: 180px;
  margin-right: 35px;
}

@media only screen and (max-width: 768px) {
  .home .worries .content figure {
    width: 100px;
  }
}

.home .worries .arw_dot {
  width: 77px;
  position: absolute;
  bottom: -45px;
  left: 0;
  right: 0;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .home .worries .arw_dot {
    width: 54px;
    bottom: -25px;
  }
}

.home .solution {
  background-color: #F8C3CD;
}

.home .solution .boxs .box {
  width: 47.2%;
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 0;
}

.home .solution .boxs .box:nth-child(1),
.home .solution .boxs .box:nth-child(2) {
  margin-bottom: 70px;
}

@media only screen and (max-width: 768px) {

  .home .solution .boxs .box:nth-child(1),
  .home .solution .boxs .box:nth-child(2) {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .home .solution .boxs .box {
    width: 100%;
    margin-bottom: 20px;
    padding: 25px 0;
  }
}

.home .solution .boxs .box .ttl {
  font-weight: bold;
  color: #F1869A;
  text-align: center;
  margin-bottom: 30px;
  font-size: 2.4rem;
  line-height: 1.5em;
  padding: 0 0.3em;
}

@media only screen and (max-width: 768px) {
  .home .solution .boxs .box .ttl {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}

.home .solution .boxs .box .textarea {
  padding: 0 40px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 768px) {
  .home .solution .boxs .box .textarea {
    padding: 0 20px;
  }
}

.home .solution .boxs .box .textarea .fig {
  width: 158px;
}

@media only screen and (max-width: 768px) {
  .home .solution .boxs .box .textarea .fig {
    margin: 0 auto;
    margin-bottom: 10px;
  }
}

.home .solution .boxs .box .textarea .text {
  font-size: 1.4rem;
  line-height: 1.8em;
  width: 260px;
}

@media only screen and (max-width: 768px) {
  .home .solution .boxs .box .textarea .text {
    width: 100%;
  }
}

.home .feature {
  padding-top: 190px;
  position: relative;
  background-color: #F1869A;
}

@media only screen and (max-width: 768px) {
  .home .feature {
    padding-top: 90px;
  }
}

.home .feature .sec_ttl {
  color: #fff;
}

.home .feature .hatena_area {
  position: absolute;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: -50px;
  left: 0;
  right: 0;
}

@media only screen and (max-width: 768px) {
  .home .feature .hatena_area {
    top: -25px;
  }
}

.home .feature .hatena_area .fukidashi {
  width: 398px;
}

@media only screen and (max-width: 768px) {
  .home .feature .hatena_area .fukidashi {
    width: 200px;
  }
}

.home .feature .hatena_area .woman {
  width: 156px;
}

@media only screen and (max-width: 768px) {
  .home .feature .hatena_area .woman {
    width: 75px;
  }
}

.home .feature .group {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 70px;
}

@media only screen and (max-width: 768px) {
  .home .feature .group {
    margin-bottom: 25px;
  }
}

.home .feature .group:nth-child(2n-1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.home .feature .group .textarea {
  width: 52.3%;
  position: relative;
  z-index: 1;
  padding-bottom: 70px;
}

@media only screen and (max-width: 768px) {
  .home .feature .group .textarea {
    width: 100%;
  }
}

.home .feature .group .textarea .ttlarea {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 60px;
}

@media only screen and (max-width: 768px) {
  .home .feature .group .textarea .ttlarea {
    margin-bottom: 20px;
  }
}

.home .feature .group .textarea .ttlarea .num {
  font-size: 7.6rem;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  color: #F1869A;
  margin-right: 10px;
}

@media only screen and (max-width: 768px) {
  .home .feature .group .textarea .ttlarea .num {
    font-size: 4rem;
    margin-bottom: 10px;
  }
}

.home .feature .group .textarea .ttlarea .ttl {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5em;
}

@media only screen and (max-width: 768px) {
  .home .feature .group .textarea .ttlarea .ttl {
    font-size: 1.8rem;
  }
}

.home .feature .group .textarea .text {
  font-size: 1.4rem;
  line-height: 1.8em;
}

.home .feature .group .textarea::after {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #fff;
  position: absolute;
  z-index: -1;
  top: 0;
  left: -224px;
  border-radius: 60px 0 0 0;
}

@media only screen and (max-width: 768px) {
  .home .feature .group .textarea::after {
    left: auto;
    left: -1em;
  }
}

.home .feature .group .feature_img {
  width: 37.7%;
  z-index: 2;
  margin-top: 100px;
}

@media only screen and (max-width: 768px) {
  .home .feature .group .feature_img {
    position: relative;
    width: 90%;
    margin: -40px auto 0;
  }
}

.home .feature .group:nth-child(2n) .textarea::after {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #fff;
  position: absolute;
  z-index: -1;
  top: 0;
  right: -224px;
  left: auto;
  border-radius: 0 60px 0 0;
}

@media only screen and (max-width: 768px) {
  .home .feature .group:nth-child(2n) .textarea::after {
    right: -1em;
  }
}

.home .flow .boxs {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.home .flow .boxs .box {
  background-color: #FCE1E6;
  padding: 25px 15px;
  width: calc(100% / 6);
}

@media only screen and (max-width: 768px) {
  .home .flow .boxs .box {
    width: 100%;
  }
}

.home .flow .boxs .box:nth-child(2) {
  background-color: #FAD2DA;
}

.home .flow .boxs .box:nth-child(3) {
  background-color: #F8C3CD;
}

.home .flow .boxs .box:nth-child(4) {
  background-color: #F6B4C0;
}

.home .flow .boxs .box:nth-child(5) {
  background-color: #F5A4B3;
}

.home .flow .boxs .box:nth-child(6) {
  background-color: #F1869A;
}

.home .flow .boxs .box:nth-child(6) .text {
  color: #fff;
}

.home .flow .boxs .box .num {
  width: 56px;
  height: 56px;
  background-color: #ED6881;
  border-radius: 50%;
  color: #fff;
  font-size: 2.4rem;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  line-height: 56px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 17px;
}

@media only screen and (max-width: 768px) {
  .home .flow .boxs .box .num {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 2rem;
  }
}

.home .flow .boxs .box .action {
  color: #F1869A;
  text-align: center;
  background-color: #fff;
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  border-radius: 10px;
}

.home .flow .boxs .box .action.small {
  font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
  .home .flow .boxs .box .action {
    height: 35px;
    margin-bottom: 10px;
  }
}

.home .flow .boxs .box .icon {
  width: 119px;
  margin: 0 auto 17px;
}

@media only screen and (max-width: 768px) {
  .home .flow .boxs .box .icon {
    width: 80px;
    margin-bottom: 10px;
  }
}

.home .flow .boxs .box .text {
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.5em;
}

.home .voice {
  background-color: #F8C3CD;
}

.home .voice .group {
  margin-bottom: 180px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .home .voice .group {
    margin-bottom: 25px;
  }
}

.home .voice .group .imgarea {
  width: 175px;
  border-radius: 10px;
  padding: 35px 0;
  background-color: #FCE1E6;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .home .voice .group .imgarea {
    width: 100px;
    padding: 15px 0;
  }
}

.home .voice .group .imgarea img {
  width: 84px;
}

@media only screen and (max-width: 768px) {
  .home .voice .group .imgarea img {
    width: 58px;
  }
}

.home .voice .group .fukidashi_area {
  position: absolute;
  max-width: 944px;
  right: 0;
  top: 35px;
}

@media only screen and (max-width: 768px) {
  .home .voice .group .fukidashi_area {
    top: 123px;
    position: static;
  }
}

.home .voice .group .fukidashi_area .fukidashi {
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 50px;
}

@media only screen and (max-width: 768px) {
  .home .voice .group .fukidashi_area .fukidashi {
    padding: 20px;
  }
}

.home .voice .group .fukidashi_area .fukidashi:after {
  content: "";
  position: absolute;
  top: 15%;
  left: -25px;
  border: 13px solid transparent;
  border-right: 13px solid #fff;
}

@media only screen and (max-width: 768px) {
  .home .voice .group .fukidashi_area .fukidashi:after {
    border-bottom: 18px solid #fff;
    top: -27px;
    left: 20px;
    border-right: transparent;
  }
}

.home .voice .group .fukidashi_area .fukidashi ul li {
  font-weight: bold;
  margin-bottom: 1.5em;
}

@media only screen and (max-width: 768px) {
  .home .voice .group .fukidashi_area .fukidashi ul li {
    text-indent: -2.5em;
    padding-left: 2.5em;
  }
}

.home .voice .group .fukidashi_area .fukidashi ul li:before {
  content: "";
  background: url(../img/voice_check.svg) no-repeat center/contain;
  width: 22px;
  height: 16px;
  display: inline-block;
  margin-right: 10px;
}

.home .voice .group .fukidashi_area .fukidashi ul li .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #FCE1E6));
  background: linear-gradient(transparent 60%, #FCE1E6 40%);
}

.home .voice .group .fukidashi_area .fukidashi .text {
  font-size: 1.4rem;
  line-height: 1.8em;
}

.home .faq .box {
  max-width: 800px;
  background-color: #fff;
  border-radius: 20px;
  margin: 0 auto 30px;
  padding: 30px 40px;
}

@media only screen and (max-width: 768px) {
  .home .faq .box {
    padding: 20px;
  }
}

.home .faq .box .question {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.5em;
}

@media only screen and (max-width: 768px) {
  .home .faq .box .question {
    text-indent: -1.8em;
    padding-left: 1.8em;
  }
}

.home .faq .box .question:before {
  content: "Q";
  font-size: 3rem;
  color: #F1869A;
  font-weight: bold;
  margin-right: 10px;
}

.home .faq .box .answer {
  line-height: 1.8em;
  padding-left: 1em;
}

.home .faq .box .answer a {
  text-decoration: underline;
}

.home .company .box {
  padding: 50px 60px;
  border: solid 2px #F1869A;
  border-radius: 20px;
}

@media only screen and (max-width: 768px) {
  .home .company .box {
    padding: 20px 15px;
  }
}

.home .company .box .group {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: solid 1px #FCE1E6;
  padding: 1.5em 1em;
}

.home .company .box .group:last-child {
  border-bottom: none;
}

.home .company .box .group .ttl {
  width: 33.7%;
}

@media only screen and (max-width: 768px) {
  .home .company .box .group .ttl {
    width: 100%;
    margin-bottom: 0.5em;
    font-weight: bold;
  }
}

.home .company .box .group .content {
  width: 66.3%;
}

@media only screen and (max-width: 768px) {
  .home .company .box .group .content {
    width: 100%;
  }
}

.home .company .box .group .paper {
  height: 170px;
  overflow: auto;
}

.home .company .box .group .paper::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.home .company .box .group .paper::-webkit-scrollbar-thumb {
  background-color: #F1869A;
}

.home .company .box .group .paper::-webkit-scrollbar-track {
  background-color: #ccc;
}

.home footer {
  height: 23px;
  background-color: #F1869A;
}

/*
  select
*/
#select .sec_ttl {
  margin-bottom: 100px;
}

@media only screen and (max-width: 768px) {
  #select .sec_ttl {
    margin-bottom: 50px;
  }
}

#select .sec_ttl .small {
  font-size: 0.647em;
}

#select form .groups {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  #select form .groups {
    margin-bottom: 30px;
  }
}

#select form .groups .group {
  background-color: #fff;
  border-radius: 20px;
  padding: 55px 0 40px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #select form .groups .group {
    margin-bottom: 50px;
    padding: 32px 0 20px;
  }
}

#select form .groups .group:first-child {
  width: 44%;
}

@media only screen and (max-width: 768px) {
  #select form .groups .group:first-child {
    width: 100%;
  }
}

#select form .groups .group:nth-child(2) {
  width: 21.3%;
}

@media only screen and (max-width: 768px) {
  #select form .groups .group:nth-child(2) {
    width: 100%;
  }
}

#select form .groups .group:last-child {
  width: 30%;
}

@media only screen and (max-width: 768px) {
  #select form .groups .group:last-child {
    width: 100%;
  }
}

#select form .groups .group_ttl {
  position: absolute;
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  padding: 1.5em;
  background-color: #F1869A;
  border-radius: 10px;
  top: -2em;
  margin: auto;
  left: 0;
  right: 0;
  display: table;
}

@media only screen and (max-width: 768px) {
  #select form .groups .group_ttl {
    padding: 1em;
    font-size: 1.6rem;
  }
}

#select form .groups .group_items {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#select form .groups .group_items_item {
  margin: 1.5em 0.5em;
}

#select form .groups .group_items_item :hover {
  cursor: pointer;
}

#select form .groups .group_items_item label {
  border: solid 2px #F1869A;
  border-radius: 25px;
  padding: 0.5em 1.5em;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  #select form .groups .group_items_item label {
    padding: 0.5em 1em;
  }
}

#select form .groups .group_items_item input:checked+label {
  background-color: #F1869A;
  color: #fff;
}

/*
  form
*/
#form {
  background-color: #F8C3CD;
}

#form ::-webkit-input-placeholder {
  color: #adadad;
}

#form :-ms-input-placeholder {
  color: #adadad;
}

#form ::-ms-input-placeholder {
  color: #adadad;
}

#form ::placeholder {
  color: #adadad;
}

#form .formarea {
  background-color: #fff;
  border-radius: 20px;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 15px;
}

#form .formarea form {
  max-width: 530px;
  margin: 0 auto;
}

#form .formarea .group {
  margin-bottom: 50px;
}

#form .formarea .group_ttl {
  font-weight: bold;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  #form .formarea .group_ttl {
    margin-bottom: 20px;
  }
}

#form .formarea .group .hissu,
.adregi-hissu {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  background-color: #F1869A;
  padding: 3px 5px;
  border-radius: 3px;
  color: #fff !important;
  font-weight: bold;
  margin-left: 10px;
}

@media only screen and (max-width: 768px) {
  #form .formarea .group .hissu,
  .adregi-hissu {
    font-size: 3.2vw;
  }
}

#form .formarea .group_inputgroup .item {
  width: 47%;
}

#form .formarea .group .input_ttl {
  margin-bottom: 0.5em;
  font-size: 1.4rem;
}

#form .formarea .group .item input[type="text"],
#form .formarea .group .item input[type="email"],
#form .formarea .group .item input[type="tell"],
#form .formarea .group .item textarea,
#form .formarea .group .item select,
#form-register .formarea .group .item input[type="text"],
#form-register .formarea .group .item select,
#form-register .formarea .group .item textarea {
  border: solid 1.5px #F8C3CD;
  border-radius: 5px;
  padding: 10px;
  font-size: 1.6rem;
  width: 100%;
}

#form .formarea .group .item input[type="text"]:focus,
#form .formarea .group .item input[type="email"]:focus,
#form .formarea .group .item input[type="tell"]:focus,
#form .formarea .group .item textarea:focus,
#form .formarea .group .item select:focus,
#form-register .formarea .group .item input[type="text"]:focus {
  outline: 0.5px solid #F1869A;
}

#form .formarea .group .item input[type="radio"] {
  position: relative;
  display: inline-block;
}

#form .formarea .group .item input[type="radio"]:before {
  content: "";
  width: 17px;
  height: 17px;
  border: solid 1px #F1869A;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -3px;
}

#form .formarea .group .item input[type="radio"]+.input_ttl {
  padding-left: 1.5em;
}

#form .formarea .group .item input[type="radio"]:checked:before {
  content: "";
  width: 11px;
  height: 11px;
  background-color: #F1869A;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 3px;
  bottom: 0px;
}

#form .formarea .group .item input[type="radio"]:checked:after {
  content: "";
  width: 17px;
  height: 17px;
  border: solid 1px #F1869A;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -3px;
}

#form .formarea .group .item.hover label:hover {
  cursor: pointer;
}

#form .formarea .group .item select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#form .formarea .group .item .selectbox {
  position: relative;
  width: 100%;
}

#form .formarea .group .item .selectbox::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #F1869A;
  position: absolute;
  right: 8px;
  top: 45%;
  pointer-events: none;
}

#form .formarea .group .item .checkbox_label {
  position: relative;
  padding: 5px 30px;
  cursor: pointer;
}

#form .formarea .group .item .checkbox_label:before {
  width: 16px;
  /* チェックボックスの幅 */
  height: 16px;
  /* チェックボックスの高さ */
  left: 5px;
  border: 1px solid #F1869A;
  /* チェックボックスの枠 */
  border-radius: 3px;
  margin-top: -8px;
}

#form .formarea .group .item .checkbox_label:after,
#form .formarea .group .item .checkbox_label:before {
  position: absolute;
  content: "";
  top: 50%;
}

#form .formarea .group .item .checkbox_label::after {
  position: absolute;
  width: 5px;
  height: 9px;
  top: 50%;
  left: 10px;
  border-right: 2px solid tomato;
  /* チェックマークの色 */
  border-bottom: 3px solid tomato;
  /* チェックマークの色 */
  content: '';
  margin-top: -7px;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#form .formarea .group .item input[type=checkbox]:checked+.checkbox_label::after {
  opacity: 1;
}

#form .formarea .day_select .item {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-right: 20px;
}

@media only screen and (max-width: 768px) {
  #form .formarea .day_select .item {
    margin-right: 10px;
  }
}

#form .formarea .day_select .item:first-child {
  width: 114px;
}

#form .formarea .day_select .item:nth-child(2) {
  width: 80px;
}

#form .formarea .day_select .item:nth-child(3) {
  width: 80px;
}

#form .formarea .day_select .item:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  #form .formarea .contact .item {
    width: 100%;
  }

  #form .formarea .contact .item:first-child {
    margin-bottom: 20px;
  }
}

#form .formarea .address .prefecture {
  width: 30%;
}

#form .formarea .address .city {
  width: 65%;
}

#form .formarea .experience .item input[type="text"] {
  width: 64px;
}

#form .formarea .hope .item {
  width: 100%;
}

#form .formarea .agree .item a {
  text-decoration: underline;
}

#form .formarea .agree .item .checkbox_label {
  display: inline-block;
  line-height: 1.5em;
  padding-right: 0;
}

#form .formarea .btn_submit {
  margin-bottom: 30px;
}

footer a {
  color: #fff;
}

#select form .groups .group_items_item input:disabled+label {
  border-color: #aaa;
  color: #aaa;
}

[type="checkbox"] {
  -webkit-appearance: auto;
  opacity: 0;
  margin: -1rem;
}

@media only screen and (max-width: 768px) {
  .checkbox_display {
    display: block;
  }

  .checkbox_display input,
  .checkbox_display label {
    display: block;
  }
}

.btn_next.send {
  opacity: 80%;
  filter: contrast(150%);
}

.btn_next.send.active-btn {
  opacity: 100%;
  filter: contrast(100%);
}

.progress-bar {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0 0 1rem 0;
}

.progress-bar li {
  flex: 2;
  position: relative;
  padding: 0 0 14px 0;
  font-size: var(--font-size-default);
  line-height: 1.5;
  color: var(--color-green);
  font-weight: 600;
  white-space: nowrap;
  overflow: visible;
  min-width: 0;
  text-align: center;
  border-bottom: 2px solid var(--color-gray-disabled);
}

.progress-bar li:first-child,
.progress-bar li:last-child {
  flex: 1;
}

.progress-bar li:last-child {
  text-align: right;
}

.progress-bar li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: var(--color-gray-disabled);
  border-radius: 50%;
  border: 2px solid var(--color-white);
  position: absolute;
  left: calc(50% - 7px);
  bottom: -7px;
  z-index: 3;
  transition: all .2s ease-in-out;
}

.progress-bar li:first-child:before {
  left: 0;
}

.progress-bar li:last-child:before {
  right: 0;
  left: auto;
}

.progress-bar span {
  transition: opacity .3s ease-in-out;
  font-size: 16px;
  background-color: #F1869A;
  color: #fff;
  padding: 2px 6px;
  border-radius: 4px;
}

.progress-bar li:not(.is-active) span {
  opacity: 0;
}

.progress-bar .is-complete:not(:first-child):after,
.progress-bar .is-active:not(:first-child):after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: -2px;
  left: -50%;
  z-index: 2;
  border-bottom: 2px solid var(--color-green);
}

.progress-bar li:last-child span {
  width: auto;
  display: inline-block;
  position: absolute;
  right: 0;
}

.progress-bar .is-complete:last-child:after,
.progress-bar .is-active:last-child:after {
  width: 200%;
  left: -100%;
}

.progress-bar .is-complete:before {
  background-color: var(--color-green);
}

.progress-bar .is-active:before,
.progress-bar li:hover:before,
.progress-bar .is-hovered:before {
  background-color: var(--color-white);
  border-color: var(--color-green);
}

.progress-bar li:hover:before,
.progress-bar .is-hovered:before {
  transform: scale(1.33);
}

.progress-bar li:hover span,
.progress-bar li.is-hovered span {
  opacity: 1;
}

.progress-bar:hover li:not(:hover) span {
  opacity: 0;
}

.progress-bar{
  margin-bottom: 2em !important;
}

.regi-ttl {
  font-size: 3.2vw;
  font-weight: bold;
}

.regi-ttl span {
  color: #ED6881;
}

.row {
  display: flex;
  margin-bottom: 1em;
  flex-wrap: wrap;
}

.align-items-center {
  align-items: center;
}

.col-8 {
  width: 69%;
}

.col-4 {
  width: 31%;
}

.col-6 {
  width: 48%;
}

b {
  font-weight: bold;
}

.col-4 p {
  font-size: 2vw;
}

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

.border {
  border: solid 2px #ccc;
  border-radius: 10px;
  background-color: #fff;
  padding: 10px;
}

.border.active {
  border-color: #ED6881;
}

body.adregister .checkbox {
  height: 0;
}

.mb-1 {
  margin-bottom: 1em;
}

.mb-05 {
  margin-bottom: 2%;
}

.justify-content-space-around {
  justify-content: space-around;
}

h2.regi-ttl {
  font-size: 1.4em;
  font-weight: bold;
}

.border p {
  display: flex;
  flex-flow: column;
  justify-content: center;
}

#form-register .formarea .group .item textarea {
  border: solid 1.5px #F8C3CD;
  border-radius: 5px;
  padding: 10px;
  font-size: 1.6rem;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .regi-ttl {
    font-size: 3.8vw;
  }
}

.adregi-submit {
  line-height: 1.4em;
  height: auto;
  padding: 20px;
  font-size: 1.2em;
}
.adregi-submit span{
  font-size: .8em;
}

.adregi-submit::after {
  content:"";
  background-image: none;
}

.adregi-link{
  text-decoration: underline;
}

span.adregi-attn {
  background-color: #FFD4DC;
  display: block;
  padding: 0.5em;
  margin-top: 7px;
}
.btnsdw{color: #000 !important;}

.bg_yellow{
  min-height: 56vh;
}

.adregister .btn_next.send{
  font-size: 20px;
}
.border p b {
  font-size: 1.8rem;
}
.item h2.regi-ttl{
  font-size:1.2em;
  margin-bottom: 10px;
}
.item h2.regi-ttl i{
  font-size: 14px;
  font-weight: normal;
}
.item.prefecture{
  width: 25%;
}
.item.city{
  width: 70%;
  margin-top: 3px;
}
@media only screen and (max-width: 768px) {
  .item.prefecture{
    width: auto;
  }
  .item.city{
    width: 100%;
  }
  .item.city h2.regi-ttl{
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */