@charset "UTF-8";
/*!
 * ress.css • v2.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: break-word;
  -moz-tab-size: 4;
  tab-size: 4;
  font-size: 62.5%;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: border-box;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

ol li,
ul li {
  list-style: none;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

details,
main {
  outline: none;
  display: block; /* Render the `main` element consistently in IE. */
}

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

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

a {
  background-color: transparent;
  text-decoration: none; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

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

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

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

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

.u-font-noto {
  font-family: "Noto Sans JP", sans-serif;
}

.u-mt0 {
  margin-top: 0px !important;
}
@media print, screen and (max-width: 979px) {
  .u-mt0 {
    margin-top: 0px !important;
  }
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}
@media print, screen and (max-width: 979px) {
  .u-mt10 {
    margin-top: 5px !important;
  }
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}
@media print, screen and (max-width: 979px) {
  .u-mt20 {
    margin-top: 10px !important;
  }
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}
@media print, screen and (max-width: 979px) {
  .u-mt30 {
    margin-top: 15px !important;
  }
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}
@media print, screen and (max-width: 979px) {
  .u-mt40 {
    margin-top: 20px !important;
  }
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}
@media print, screen and (max-width: 979px) {
  .u-mt50 {
    margin-top: 25px !important;
  }
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}
@media print, screen and (max-width: 979px) {
  .u-mt60 {
    margin-top: 30px !important;
  }
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}
@media print, screen and (max-width: 979px) {
  .u-mt70 {
    margin-top: 35px !important;
  }
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}
@media print, screen and (max-width: 979px) {
  .u-mt80 {
    margin-top: 40px !important;
  }
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}
@media print, screen and (max-width: 979px) {
  .u-mt90 {
    margin-top: 45px !important;
  }
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}
@media print, screen and (max-width: 979px) {
  .u-mt100 {
    margin-top: 50px !important;
  }
}

.u-mb0 {
  margin-bottom: 0px !important;
}
@media print, screen and (max-width: 979px) {
  .u-mb0 {
    margin-bottom: 0px !important;
  }
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}
@media print, screen and (max-width: 979px) {
  .u-mb10 {
    margin-bottom: 5px !important;
  }
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}
@media print, screen and (max-width: 979px) {
  .u-mb20 {
    margin-bottom: 10px !important;
  }
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}
@media print, screen and (max-width: 979px) {
  .u-mb30 {
    margin-bottom: 15px !important;
  }
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}
@media print, screen and (max-width: 979px) {
  .u-mb40 {
    margin-bottom: 20px !important;
  }
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}
@media print, screen and (max-width: 979px) {
  .u-mb50 {
    margin-bottom: 25px !important;
  }
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}
@media print, screen and (max-width: 979px) {
  .u-mb60 {
    margin-bottom: 30px !important;
  }
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}
@media print, screen and (max-width: 979px) {
  .u-mb70 {
    margin-bottom: 35px !important;
  }
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}
@media print, screen and (max-width: 979px) {
  .u-mb80 {
    margin-bottom: 40px !important;
  }
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}
@media print, screen and (max-width: 979px) {
  .u-mb90 {
    margin-bottom: 45px !important;
  }
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}
@media print, screen and (max-width: 979px) {
  .u-mb100 {
    margin-bottom: 50px !important;
  }
}

.u-ml0 {
  margin-left: 0px !important;
}
@media print, screen and (max-width: 979px) {
  .u-ml0 {
    margin-left: 0px !important;
  }
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}
@media print, screen and (max-width: 979px) {
  .u-ml10 {
    margin-left: 5px !important;
  }
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}
@media print, screen and (max-width: 979px) {
  .u-ml20 {
    margin-left: 10px !important;
  }
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}
@media print, screen and (max-width: 979px) {
  .u-ml30 {
    margin-left: 15px !important;
  }
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}
@media print, screen and (max-width: 979px) {
  .u-ml40 {
    margin-left: 20px !important;
  }
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}
@media print, screen and (max-width: 979px) {
  .u-ml50 {
    margin-left: 25px !important;
  }
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}
@media print, screen and (max-width: 979px) {
  .u-ml60 {
    margin-left: 30px !important;
  }
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}
@media print, screen and (max-width: 979px) {
  .u-ml70 {
    margin-left: 35px !important;
  }
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}
@media print, screen and (max-width: 979px) {
  .u-ml80 {
    margin-left: 40px !important;
  }
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}
@media print, screen and (max-width: 979px) {
  .u-ml90 {
    margin-left: 45px !important;
  }
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}
@media print, screen and (max-width: 979px) {
  .u-ml100 {
    margin-left: 50px !important;
  }
}

.u-mr0 {
  margin-right: 0px !important;
}
@media print, screen and (max-width: 979px) {
  .u-mr0 {
    margin-right: 0px !important;
  }
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}
@media print, screen and (max-width: 979px) {
  .u-mr10 {
    margin-right: 5px !important;
  }
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}
@media print, screen and (max-width: 979px) {
  .u-mr20 {
    margin-right: 10px !important;
  }
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}
@media print, screen and (max-width: 979px) {
  .u-mr30 {
    margin-right: 15px !important;
  }
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}
@media print, screen and (max-width: 979px) {
  .u-mr40 {
    margin-right: 20px !important;
  }
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}
@media print, screen and (max-width: 979px) {
  .u-mr50 {
    margin-right: 25px !important;
  }
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}
@media print, screen and (max-width: 979px) {
  .u-mr60 {
    margin-right: 30px !important;
  }
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}
@media print, screen and (max-width: 979px) {
  .u-mr70 {
    margin-right: 35px !important;
  }
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}
@media print, screen and (max-width: 979px) {
  .u-mr80 {
    margin-right: 40px !important;
  }
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}
@media print, screen and (max-width: 979px) {
  .u-mr90 {
    margin-right: 45px !important;
  }
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}
@media print, screen and (max-width: 979px) {
  .u-mr100 {
    margin-right: 50px !important;
  }
}

.p-header {
  padding: 28px 20px;
  width: 100%;
  z-index: 999;
  background: #D8EDE6;
  color: #fff;
  position: relative;
}
@media print, screen and (max-width: 979px) {
  .p-header {
    padding: 12px 20px;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
  }
}
.p-header .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  max-width: 1086px;
}
@media print, screen and (max-width: 979px) {
  .p-header .inner {
    padding: 0;
  }
}
.p-header .logo {
  width: 100%;
  max-width: 98px;
}
@media print, screen and (max-width: 979px) {
  .p-header .logo {
    width: 22vw;
  }
}
.p-header .menu_box {
  display: flex;
  gap: 28px;
  width: 100%;
}
.p-header .menu_list {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 28px;
  width: 100%;
}
@media print, screen and (max-width: 979px) {
  .p-header .menu_list {
    display: none;
  }
}
.p-header .menu_list li {
  text-align: center;
}
.p-header .menu_list li a {
  font-size: 14px;
  color: #947864;
  font-weight: 400;
}
.p-header .button {
  max-width: 200px;
  width: 100%;
}
@media print, screen and (max-width: 979px) {
  .p-header .button {
    display: none;
  }
}
.p-header .action_item {
  margin-left: auto;
  margin-right: 0;
}
.p-header .hamburger {
  position: relative;
  width: 26px;
  height: 18px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.5s;
}
.p-header .hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #947864;
  display: inline-block;
  transition: all 0.5s;
}
.p-header .hamburger span:nth-of-type(1) {
  top: 0;
}
.p-header .hamburger span:nth-of-type(2) {
  top: 8px;
}
.p-header .hamburger span:nth-of-type(3) {
  bottom: 0;
}
.p-header .hamburger.is-active span:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}
.p-header .hamburger.is-active span:nth-of-type(2) {
  opacity: 0;
}
.p-header .hamburger.is-active span:nth-of-type(3) {
  transform: translateY(-8px) rotate(45deg);
}
.p-header .o-spNavi {
  display: none;
}
@media print, screen and (max-width: 979px) {
  .p-header .o-spNavi {
    position: fixed;
    top: 18vw;
    right: 0;
    z-index: 100;
    width: 400px;
    padding-bottom: 100px;
    height: 100vh;
    transition: transform 0.4s;
    transform: translate(100%, 0);
    background-color: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    width: 100%;
    align-items: flex-start;
  }
}
.p-header .o-spNavi.is-active {
  transform: translate(0, 0);
}
.p-header .o-spNavi .inner {
  padding: 60px 67px;
}
@media print, screen and (max-width: 979px) {
  .p-header .o-spNavi .inner {
    padding: 26px 20px 120px;
  }
}
.p-header .o-spNavi .m-menu {
  width: 100%;
  padding: 30px;
}
.p-header .o-spNavi .link_list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #474645;
}
.p-header .o-spNavi .link_list .item {
  font-size: 14px;
}
@media print, screen and (max-width: 979px) {
  .p-header .o-spNavi .link_list .item {
    font-size: 3.7333333333vw;
  }
}
.p-header .o-spNavi .link_list .item a {
  display: block;
  width: 100%;
  border-bottom: 1px solid #474645;
  padding: 12px 0;
  position: relative;
}
.p-header .o-spNavi .link_list .item a::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 4px;
  bottom: 0;
  margin: auto;
}
.p-header .o-spNavi .c-button-line {
  margin-top: 40px;
}

.p-cta {
  background: #68B99D;
  color: #fff;
  text-align: center;
  padding: 40px 0;
}
.p-cta .c-headline .headline {
  color: #fff;
}
.p-cta .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
@media print, screen and (max-width: 979px) {
  .p-cta .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}
.p-cta .list li {
  text-align: center;
  background: #fff;
  padding: 24px;
  border-radius: 16px;
  color: #012c4a;
}
.p-cta .list li .c-button,
.p-cta .list li .c-button-line {
  max-width: 200px;
}
.p-cta .list .text {
  font-size: 30px;
  font-weight: bold;
  margin-top: 8px;
}
@media print, screen and (max-width: 979px) {
  .p-cta .list .text {
    font-size: 5.3333333333vw;
  }
}
.p-cta .annotation {
  font-size: 20px;
  margin-top: 24px;
  text-align: center;
  font-weight: bold;
}

.p-footer {
  padding: 60px 0 40px;
}
.p-footer .logo {
  width: 237px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 979px) {
  .p-footer .logo {
    width: 36vw;
  }
}
.p-footer .copyright {
  margin-top: 40px;
  font-size: 12px;
  text-align: center;
}

.c-headline {
  text-align: center;
  margin-bottom: 16px;
}
@media print, screen and (max-width: 979px) {
  .c-headline {
    margin-bottom: 20px;
  }
}
.c-headline .headline {
  font-size: 30px;
  font-weight: bold;
  color: #947864;
  line-height: 1;
}
@media print, screen and (max-width: 979px) {
  .c-headline .headline {
    font-size: 6vw;
  }
}
.c-headline .label {
  font-size: 16px;
  margin-top: 12px;
}
@media print, screen and (max-width: 979px) {
  .c-headline .label {
    font-size: 3.7333333333vw;
  }
}

.c-button {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.c-button a,
.c-button button {
  width: 100%;
  display: block;
  padding: 10px 10px;
  font-size: 20px;
  font-weight: 500;
  background: #68B99D;
  color: #fff;
  border-radius: 28px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.14);
}
@media print, screen and (max-width: 979px) {
  .c-button a,
  .c-button button {
    font-size: 3.7333333333vw;
    padding: 14px 10px;
  }
}

.c-button-line {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.c-button-line a,
.c-button-line button {
  width: 100%;
  display: block;
  padding: 10px 10px;
  font-size: 20px;
  font-weight: 500;
  background: #01ca42;
  color: #fff;
  border-radius: 28px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.14);
}
@media print, screen and (max-width: 979px) {
  .c-button-line a,
  .c-button-line button {
    font-size: 3.7333333333vw;
    padding: 14px 10px;
  }
}

.c-form .form-item {
  margin-bottom: 28px;
  width: 100%;
}
.c-form .form-item .label {
  width: 100%;
  font-size: 16px;
  margin-bottom: 8px;
}
.c-form .form-item .label .tag {
  font-size: 12px;
  color: #c31a1a;
  padding: 2px 4px;
  margin-left: 8px;
}
.c-form .form-item .data {
  font-size: 16px;
}
.c-form .form-item input[type=text],
.c-form .form-item input[type=email],
.c-form .form-item input[type=tel],
.c-form .form-item textarea,
.c-form .form-item select {
  width: 100%;
  padding: 18px;
  font-size: 16px;
  background-color: #F5F6F7;
}
@media print, screen and (max-width: 979px) {
  .c-form .form-item input[type=text],
  .c-form .form-item input[type=email],
  .c-form .form-item input[type=tel],
  .c-form .form-item textarea,
  .c-form .form-item select {
    padding: 12px;
  }
}
.c-form .form-item input[type=number] {
  padding: 10px;
  border: 1px solid #707070;
  font-size: 16px;
  width: 110px;
}
.c-form .form-item .radio-label {
  cursor: pointer;
  margin-right: 8px;
}
.c-form .form-item input[type=radio] {
  appearance: none;
  width: 2rem;
  height: 2rem;
  border: 1px solid #000;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  margin-right: 5px;
  position: relative;
  padding: 0;
  top: 4px;
}
.c-form .form-item input[type=radio]:checked {
  border-color: #707070;
}
.c-form .form-item input[type=radio]:checked::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: #707070;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-form .form-item textarea {
  resize: vertical;
  height: 260px;
}
@media print, screen and (max-width: 979px) {
  .c-form .form-item textarea {
    height: 140px;
  }
}
.c-form .form-item .annotation {
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.8;
}
.c-form .button .c-button-gray,
.c-form .button .c-button {
  margin-top: 20px;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
.c-form .button .c-button-gray a,
.c-form .button .c-button-gray button,
.c-form .button .c-button a,
.c-form .button .c-button button {
  display: block;
  width: 100%;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media print, screen and (max-width: 979px) {
  .section {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
@media print, screen and (max-width: 979px) {
  .section .inner {
    margin-top: -100px;
    padding-top: 100px;
  }
}

.lead-text {
  font-size: 20px;
  line-height: 1.8;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (max-width: 979px) {
  .lead-text {
    font-size: 3.7333333333vw;
  }
}

.p-main {
  background-image: url(../img/index/main-bg01.png);
  background-position: center;
  background-size: cover;
  background-repeat: repeat;
}
@media print, screen and (max-width: 979px) {
  .p-main {
    background-size: 54px;
  }
}
.p-main .box {
  width: 100%;
  height: 100%;
  display: grid;
  align-items: center;
  justify-content: center;
}
.p-main .title {
  text-align: center;
  max-width: 1026px;
  padding: 12px 0 0;
}
@media print, screen and (max-width: 979px) {
  .p-main .title {
    max-width: 90vw;
  }
}

.p-support {
  background-color: #D8EDE6;
}
.p-support .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 33px;
  margin-top: 40px;
}
@media print, screen and (max-width: 979px) {
  .p-support .list {
    gap: 12px;
  }
}

.p-model .list {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 33px;
}
@media print, screen and (max-width: 979px) {
  .p-model .list {
    gap: 12px;
  }
}

.p-faq .list {
  margin-top: 34px;
}
.p-faq .list dt {
  margin-top: 24px;
  min-height: 40px;
  line-height: 1.5;
  position: relative;
  font-weight: 700;
  padding-left: 52px;
  padding-top: 28px;
  padding-bottom: 12px;
  border-bottom: 1px solid #707070;
  color: #68B99D;
  font-size: 24px;
}
@media print, screen and (max-width: 979px) {
  .p-faq .list dt {
    font-size: 4.2666666667vw;
    padding-left: 40px;
    padding-top: 0;
    margin-top: 20px;
  }
}
.p-faq .list dt::before {
  position: absolute;
  content: "Q";
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  display: block;
  left: 0;
  top: 0;
  font-size: 60px;
  line-height: 1;
}
@media print, screen and (max-width: 979px) {
  .p-faq .list dt::before {
    font-size: 10.6666666667vw;
    top: inherit;
    bottom: 16px;
  }
}
.p-faq .list dd {
  line-height: 1.5;
  position: relative;
  padding-left: 52px;
  font-size: 20px;
  padding-top: 12px;
  padding-bottom: 28px;
}
@media print, screen and (max-width: 979px) {
  .p-faq .list dd {
    font-size: 4.2666666667vw;
    padding-left: 40px;
  }
}
.p-faq .list dd::before {
  position: absolute;
  content: "A";
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  display: block;
  left: 0;
  top: 6px;
  font-size: 60px;
  line-height: 1;
  color: #989898;
}
@media print, screen and (max-width: 979px) {
  .p-faq .list dd::before {
    font-size: 10.6666666667vw;
    top: 12px;
  }
}
.p-faq .button {
  max-width: 430px;
  margin-top: 20px;
}

.p-company {
  background-color: #D8EDE6;
}
.p-company .box {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 48px;
}
@media print, screen and (max-width: 979px) {
  .p-company .box {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}
.p-company .box .content {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 500;
}
@media print, screen and (max-width: 979px) {
  .p-company .box .content {
    font-size: 4.2666666667vw;
  }
}
.p-company .table {
  width: 100%;
  margin-top: 60px;
  border-collapse: collapse;
  border-top: 1px solid #68B99D;
}
@media print, screen and (max-width: 979px) {
  .p-company .table {
    margin-top: 40px;
  }
}
.p-company .table tr {
  border-bottom: 1px solid #68B99D;
}
.p-company .table th,
.p-company .table td {
  font-size: 16px;
  padding: 20px;
  text-align: left;
}
@media print, screen and (max-width: 979px) {
  .p-company .table th,
  .p-company .table td {
    font-size: 3.7333333333vw;
    padding: 12px;
  }
}
.p-company .table th {
  width: 160px;
}
@media print, screen and (max-width: 979px) {
  .p-company .table th {
    width: 28%;
  }
}
@media print, screen and (max-width: 979px) {
  .p-company .table td {
    width: 80%;
  }
}

.p-privacy .button {
  max-width: 430px;
  margin-top: 40px;
}

.p-privacy .page-text {
  margin-bottom: 40px;
}
@media print, screen and (max-width: 979px) {
  .p-privacy .page-text {
    font-size: 3.7333333333vw;
  }
}
.p-privacy .box {
  border-top: 1px solid #707070;
  padding-top: 28px;
  padding-bottom: 28px;
}
.p-privacy .box .title {
  font-size: 24px;
  line-height: 1.8;
  font-weight: bold;
}
@media print, screen and (max-width: 979px) {
  .p-privacy .box .title {
    font-size: 4.5vw;
  }
}
.p-privacy .box .text {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 500;
  margin-top: 8px;
}
@media print, screen and (max-width: 979px) {
  .p-privacy .box .text {
    font-size: 3.7333333333vw;
  }
}

.p-main-detail {
  padding: 70px 0 40px;
}
@media print, screen and (max-width: 979px) {
  .p-main-detail {
    padding: 40px 0 40px;
  }
}
.p-main-detail .c-headline {
  margin-bottom: 0;
}

.p-contact-form .page-text {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.8;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (max-width: 979px) {
  .p-contact-form .page-text {
    font-size: 3.7333333333vw;
  }
}
.p-contact-form.-confirm .confirm-text {
  font-size: 20px;
  margin-bottom: 24px;
  text-align: center;
}
@media print, screen and (max-width: 979px) {
  .p-contact-form.-confirm .confirm-text {
    font-size: 4.2666666667vw;
  }
}
.p-contact-form.-confirm .c-form .box {
  border: 1px solid #000;
  padding: 40px 60px;
}
@media print, screen and (max-width: 979px) {
  .p-contact-form.-confirm .c-form .box {
    padding: 40px 20px;
  }
}
.p-contact-form.-confirm .c-form .button {
  margin-top: 40px;
}
.p-contact-form.-thanks {
  margin-top: 60px;
}
@media print, screen and (max-width: 979px) {
  .p-contact-form.-thanks {
    margin-top: 20px;
  }
}
.p-contact-form.-thanks .thanks-label {
  font-size: 20px;
  margin-bottom: 24px;
  text-align: center;
}
@media print, screen and (max-width: 979px) {
  .p-contact-form.-thanks .thanks-label {
    font-size: 4.2666666667vw;
  }
}
.p-contact-form.-thanks .thanks-text {
  margin-top: 32px;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}
@media print, screen and (max-width: 979px) {
  .p-contact-form.-thanks .thanks-text {
    font-size: 3.7333333333vw;
  }
}
.p-contact-form.-thanks .thanks-button {
  text-align: center;
  margin-top: 60px;
}
@media print, screen and (max-width: 979px) {
  .p-contact-form.-thanks .thanks-button {
    margin-top: 32px;
  }
}
.p-contact-form.-thanks .thanks-button .button {
  max-width: 320px;
}

.is-pc {
  display: block;
}
@media print, screen and (max-width: 979px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media print, screen and (max-width: 979px) {
  .is-sp {
    display: block;
  }
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  font-size: 14px;
  color: #000;
  background-color: #fff;
}
body *,
body *::before,
body *::after {
  box-sizing: border-box;
}
body a,
body button {
  color: #000;
  transition: 0.3s ease-out;
}
body a:hover,
body button:hover {
  opacity: 0.7;
  text-decoration: none;
}

.inner {
  width: 100%;
  max-width: 998px;
  margin: auto;
}
@media print, screen and (max-width: 979px) {
  .inner {
    padding: 0 10px;
  }
}

.p-content {
  padding: 0 0 70px;
}
@media print, screen and (max-width: 979px) {
  .p-content {
    padding: 0 0 40px;
  }
}