@charset "UTF-8";
/* ======================================================================
 common style index
・reset
・setting
・base
・utility
・component
・layout
====================================================================== */
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  -webkit-text-size-adjust: 100%; /* 2 */
  line-height: 1.15; /* 1 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  clear: both;
  overflow: visible; /* 2 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  margin: 0;
  height: 0; /* 1 */
  border: 0;
  border-top: 1px solid;
  color: inherit;
}

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

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

/**
 * 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-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/**
 * 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 {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  vertical-align: middle;
  text-align: inherit;
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * 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] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * 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 {
  padding: 0;
  border-style: none;
}

/**
 * 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;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
  border: 0;
}

/**
 * 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 {
  display: table; /* 1 */
  padding: 0; /* 3 */
  max-width: 100%; /* 1 */
  color: inherit; /* 2 */
  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;
}

/**
 * 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 outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * 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 {
  font: inherit; /* 2 */
  -webkit-appearance: button; /* 1 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* 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;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  text-align: left;
  font-weight: bold;
}

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

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

/* ======================================================================
 base
====================================================================== */
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  color: #101010;
  overflow-wrap: break-word;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-rendering: optimizeLegibility;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, sans-serif;
}
@media screen and (max-width: 767px) {
  body.is-fixed {
    overflow: hidden;
    height: 100vh;
  }
}

html,
body {
  width: 100%;
  height: 100%;
}

* {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* h1 - h6 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
}

/* a */
a {
  text-decoration: none;
}
a:link {
  color: #101010;
  cursor: pointer;
}
a:visited {
  color: #101010;
}
a:hover {
  color: #101010;
}
a:active {
  color: #101010;
}

a[href^=tel] {
  color: #101010;
}

/* Text Highlight */
/* button */
button {
  display: block;
}

textarea {
  resize: vertical;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #101010;
}

/* placeholder */
input:-moz-placeholder-shown, textarea:-moz-placeholder-shown {
  color: #101010;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #101010;
}
input:placeholder-shown,
textarea:placeholder-shown {
  color: #101010;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #101010;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #101010;
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #101010;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #101010;
}
input:focus:-moz-placeholder-shown, textarea:focus:-moz-placeholder-shown {
  color: #101010;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: #101010;
}
input:focus:placeholder-shown,
textarea:focus:placeholder-shown {
  color: #101010;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #101010;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: #101010;
  opacity: 1;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: #101010;
  opacity: 1;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: #101010;
}

img {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* ======================================================================
 utility
====================================================================== */
/* =================================
 layout
================================= */
.u-cf:after {
  display: block;
  clear: both;
  content: "";
}

@media screen and (min-width: 768px) {
  .u-pc {
    display: block;
  }
  .u-pc-i {
    display: inline;
  }
  .u-pc-ib {
    display: inline-block;
  }
  .u-pc-f {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .u-pc-if {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .u-sp {
    display: none;
  }
  .u-sp-i, .u-sp-ib, .u-sp-f, .u-sp-if {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
  .u-pc-i, .u-pc-ib, .u-pc-f, .u-pc-if {
    display: none;
  }
  .u-sp {
    display: block;
  }
  .u-sp-i {
    display: inline;
  }
  .u-sp-ib {
    display: inline-block;
  }
  .u-sp-f {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .u-sp-if {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
/* =================================
 content-size
================================= */
.u-content-size {
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .u-content-size {
    margin: 0 auto;
    padding: 0;
    width: 1180px;
  }
}

.u-content-size-2 {
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .u-content-size-2 {
    margin: 0 auto;
    padding: 0;
    width: 1080px;
  }
}

/* =================================
 text

 fz(font-size, line-height, letter-spacing)
================================= */
.u-text-12-1 {
  font-size: 1.2rem;
  line-height: 2.1666666667;
}

.u-text-14-1 {
  font-size: 1.4rem;
  line-height: 1.5714285714;
  letter-spacing: 0.84px;
}

.u-text-14-2 {
  font-size: 1.4rem;
  line-height: 1.1428571429;
}

.u-text-14-3 {
  font-size: 1.4rem;
  line-height: 1.8571428571;
}

.u-text-16-1 {
  font-size: 1.6rem;
  line-height: 1.625;
}

.u-text-16-2 {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.96px;
}

.u-text-16-3 {
  font-size: 1.6rem;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .u-text-16-3 {
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}

.u-text-16-4 {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.96px;
}

.u-text-18-1 {
  font-size: 1.8rem;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .u-text-18-1 {
    font-size: 1.6rem;
    line-height: 1.625;
  }
}

.u-text-18-2 {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  letter-spacing: 1.08px;
}

.u-text-18-3 {
  font-size: 1.8rem;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .u-text-18-3 {
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}

.u-text-18-4 {
  font-size: 1.8rem;
  line-height: 1.6666666667;
}

.u-text-20-1 {
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .u-text-20-1 {
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}

.u-text-20-2 {
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .u-text-20-2 {
    font-size: 1.8rem;
    line-height: 1.6666666667;
  }
}

.u-text-20-3 {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 767px) {
  .u-text-20-3 {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.96px;
  }
}

.u-text-20-4 {
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .u-text-20-4 {
    font-size: 1.8rem;
    line-height: 1.6666666667;
  }
}

.u-text-20-5 {
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .u-text-20-5 {
    font-size: 1.8rem;
    line-height: 1.6666666667;
    letter-spacing: 1.08px;
  }
}

.u-text-21-1 {
  font-size: 2.1rem;
  line-height: 1.7619047619;
  letter-spacing: 1.26px;
}

.u-text-21-2 {
  font-size: 2.1rem;
  line-height: 1.7619047619;
  letter-spacing: 1.26px;
}
@media screen and (max-width: 767px) {
  .u-text-21-2 {
    font-size: 1.8rem;
    line-height: 1.6666666667;
    letter-spacing: 1.08px;
  }
}

.u-text-22-1 {
  font-size: 2.2rem;
  line-height: 1.2272727273;
}
@media screen and (max-width: 767px) {
  .u-text-22-1 {
    font-size: 2rem;
    line-height: 1.3;
  }
}

.u-text-22-2 {
  font-size: 2.2rem;
  line-height: 1.5454545455;
}
@media screen and (max-width: 767px) {
  .u-text-22-2 {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.u-text-24-1 {
  font-size: 2.4rem;
  line-height: 1.4166666667;
  letter-spacing: 1.44px;
}
@media screen and (max-width: 767px) {
  .u-text-24-1 {
    font-size: 2.2rem;
    line-height: 1.5454545455;
    letter-spacing: 1.32px;
  }
}

.u-text-24-2 {
  font-size: 2.4rem;
  line-height: 1.4166666667;
}
@media screen and (max-width: 767px) {
  .u-text-24-2 {
    font-size: 1.8rem;
    line-height: 1.6666666667;
  }
}

.u-text-24-3 {
  font-size: 2.4rem;
  line-height: 1.4166666667;
  letter-spacing: 1.44px;
}
@media screen and (max-width: 767px) {
  .u-text-24-3 {
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}

.u-text-24-4 {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 1.44px;
}
@media screen and (max-width: 767px) {
  .u-text-24-4 {
    font-size: 2rem;
    line-height: 1.8;
    letter-spacing: 0px;
  }
}

.u-text-26-1 {
  font-size: 2.6rem;
  line-height: 1.6153846154;
  letter-spacing: 1.56px;
}
@media screen and (max-width: 767px) {
  .u-text-26-1 {
    font-size: 2.4rem;
    line-height: 1.3333333333;
    letter-spacing: 0px;
  }
}

.u-text-26-2 {
  font-size: 2.6rem;
  line-height: 1.3076923077;
}
@media screen and (max-width: 767px) {
  .u-text-26-2 {
    font-size: 2.2rem;
    line-height: 1.4545454545;
    letter-spacing: 1.32px;
  }
}

.u-text-27-1 {
  font-size: 2.7rem;
  line-height: 1.6666666667;
  letter-spacing: -0.27px;
}
@media screen and (max-width: 767px) {
  .u-text-27-1 {
    font-size: 1.7rem;
    line-height: 1.6470588235;
    letter-spacing: -0.17px;
  }
}

.u-text-30-1 {
  font-size: 3rem;
  line-height: 1.4666666667;
  letter-spacing: 1.8px;
}
@media screen and (max-width: 767px) {
  .u-text-30-1 {
    font-size: 2.6rem;
    line-height: 1.4615384615;
    letter-spacing: 1.56px;
  }
}

.u-text-30-2 {
  font-size: 3rem;
  line-height: 1.4333333333;
  letter-spacing: 0.6px;
}
@media screen and (max-width: 767px) {
  .u-text-30-2 {
    font-size: 1.9rem;
    line-height: 1.4736842105;
    letter-spacing: -0.19px;
  }
}

.u-text-34-1 {
  font-size: 3.4rem;
  line-height: 1.3529411765;
  letter-spacing: 2.04px;
}
@media screen and (max-width: 767px) {
  .u-text-34-1 {
    font-size: 2.8rem;
    line-height: 1.4285714286;
    letter-spacing: 1.68px;
  }
}

.u-text-36-1 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -0.36px;
}
@media screen and (max-width: 767px) {
  .u-text-36-1 {
    font-size: 2.2rem;
    line-height: 1.2727272727;
    letter-spacing: -0.22px;
  }
}

.u-text-40-1 {
  font-size: 4rem;
  line-height: 1.4;
  letter-spacing: 2.4px;
}
@media screen and (max-width: 767px) {
  .u-text-40-1 {
    font-size: 2.8rem;
    line-height: 1.3571428571;
    letter-spacing: 1.68px;
  }
}

.u-text-42-1 {
  font-size: 4.2rem;
  line-height: 0.8095238095;
}
@media screen and (max-width: 767px) {
  .u-text-42-1 {
    font-size: 3.6rem;
    line-height: 0.9444444444;
  }
}

.u-text-54-1 {
  font-size: 5.4rem;
  line-height: 1.5925925926;
  letter-spacing: 1.08px;
}
@media screen and (max-width: 767px) {
  .u-text-54-1 {
    font-size: 2.8rem;
    line-height: 1.6785714286;
    letter-spacing: 0.56px;
  }
}

.u-text-60-1 {
  font-size: 6rem;
  line-height: 1.4333333333;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 767px) {
  .u-text-60-1 {
    font-size: 3.3rem;
    line-height: 1.4242424242;
    letter-spacing: -0.33px;
  }
}

/* =================================
 font color
================================= */
.u-fc-white {
  color: #fff;
}

.u-fc-black-1 {
  color: #000;
}

.u-fc-black-2 {
  color: #242424;
}

.u-fc-blue {
  color: #4fa5fc;
}

.u-fc-red {
  color: #f06290;
}

.u-fc-green {
  color: #00a29a;
}

.u-fc-green-2 {
  color: #5cbd60;
}

.u-fc-yellow {
  color: #fff67c;
}

/* =================================
 font family
================================= */
.u-ff-roboto {
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, sans-serif;
}

/* =================================
 text weight
================================= */
.u-lighter {
  font-weight: lighter;
}

.u-bold {
  font-weight: bold;
}

.u-black {
  font-weight: 900;
}

/* =================================
 text align
================================= */
.u-ta-c {
  text-align: center;
}

.u-ta-r {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .u-ta-cl {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .u-ta-lc {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .u-ta-cr {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .u-ta-cr {
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .u-ta-rc {
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .u-ta-rc {
    text-align: center;
  }
}

/* =================================
 paragraph margin
================================= */
.u-paragraph + .u-paragraph {
  margin: 15px 0 0;
}

/* =================================
 hover animation
================================= */
.u-hover-1 {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 1025px) {
  .u-hover-1:hover {
    opacity: 0.7;
  }
}

/* =================================
 hoge
================================= */
/* ======================================================================
 component
====================================================================== */
/* =================================
 title
================================= */
.c-title-1 {
  position: relative;
  margin: 0 0 40px;
  padding: 0 0 20px;
  text-align: center;
  letter-spacing: 1.8px;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.4666666667;
}
.c-title-1:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 80px;
  height: 3px;
  background: #4fa5fc;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-title-2 {
  margin: 40px 0 30px 0;
  padding: 0 0 0 18px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #d5e6fd), color-stop(50%, #4fa5fc));
  background-image: linear-gradient(0deg, #d5e6fd 50%, #4fa5fc 50%);
  background-position: top left;
  background-size: 3px 100%;
  background-repeat: no-repeat;
  letter-spacing: 1.44px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4166666667;
}
.c-title-2 > *:first-child {
  color: #4fa5fc;
}

.c-title-2._good {
  background: none;
  display: flex;
  align-items: center;
  border-bottom: 3px solid #d5e6fd;
  padding-bottom: 5px;  
}
.c-title-2._good:before {
  content: "";
  width: 1.5em;
  height: 1.3em;
  margin-right: 5px;
  background: url(../img/icon-good.svg) no-repeat center center / contain;
  display: block; 
}
/* =================================
 buttons
================================= */
.c-button-1, .c-button-1--reverse {
  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;
  gap: 15px;
  margin: 50px auto 0;
  padding: 20px 25px;
  max-width: 360px;
  width: 100%;
  border-radius: 6px;
  background: #f06290;
  -webkit-box-shadow: 4px 4px 0 #f2f2f2;
          box-shadow: 4px 4px 0 #f2f2f2;
  color: #fff;
  text-align: center;
  letter-spacing: 1.26px;
  font-weight: bold;
  font-size: 21px;
  line-height: 1.7619047619;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button-1:link, .c-button-1--reverse:link, .c-button-1:active, .c-button-1--reverse:active, .c-button-1:visited, .c-button-1--reverse:visited {
  color: #fff;
  cursor: pointer;
}
.c-button-1:hover, .c-button-1--reverse:hover {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-button-1:hover, .c-button-1--reverse:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .c-button-1, .c-button-1--reverse {
    margin: 40px auto 0;
    letter-spacing: 1.08px;
    font-size: 1.8rem;
    line-height: 1.6666666667;
  }
}
.c-button-1:after, .c-button-1--reverse:after {
  display: inline-block;
  width: 14px;
  height: 12px;
  background: url(https://www.6ds.co.jp/dev2022/wp-content/themes/6268_6ds.co.jp/assets/img/common/icon-arrow-white.svg) no-repeat top center/contain;
  content: "";
}

.c-button-1--reverse:after {
  content: none;
}
.c-button-1--reverse:before {
  display: inline-block;
  width: 14px;
  height: 12px;
  background: url(https://www.6ds.co.jp/dev2022/wp-content/themes/6268_6ds.co.jp/assets/img/common/icon-arrow-white.svg) no-repeat top center/contain;
  content: "";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c-button-2, .c-button-2--reverse {
  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;
  gap: 15px;
  margin: 50px auto 0;
  padding: 20px 25px;
  max-width: 360px;
  width: 100%;
  border-radius: 6px;
  background: #4fa5fc;
  -webkit-box-shadow: 4px 4px 0 #f2f2f2;
          box-shadow: 4px 4px 0 #f2f2f2;
  color: #fff;
  text-align: center;
  letter-spacing: 1.26px;
  font-weight: bold;
  font-size: 21px;
  line-height: 1.7619047619;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button-2:link, .c-button-2--reverse:link, .c-button-2:active, .c-button-2--reverse:active, .c-button-2:visited, .c-button-2--reverse:visited {
  color: #fff;
  cursor: pointer;
}
.c-button-2:hover, .c-button-2--reverse:hover {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-button-2:hover, .c-button-2--reverse:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .c-button-2, .c-button-2--reverse {
    margin: 40px auto 0;
    letter-spacing: 1.08px;
    font-size: 1.8rem;
    line-height: 1.6666666667;
  }
}
.c-button-2:after, .c-button-2--reverse:after {
  display: inline-block;
  width: 14px;
  height: 12px;
  background: url(https://www.6ds.co.jp/dev2022/wp-content/themes/6268_6ds.co.jp/assets/img/common/icon-arrow-white.svg) no-repeat top center/contain;
  content: "";
}

.c-button-2--reverse:after {
  content: none;
}
.c-button-2--reverse:before {
  display: inline-block;
  width: 14px;
  height: 12px;
  background: url(https://www.6ds.co.jp/dev2022/wp-content/themes/6268_6ds.co.jp/assets/img/common/icon-arrow-white.svg) no-repeat top center/contain;
  content: "";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c-button-3 {
  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;
  margin: 50px auto 0;
  padding: 20px 25px;
  max-width: 360px;
  width: 100%;
  border-radius: 6px;
  background: #777;
  -webkit-box-shadow: 4px 4px 0 #f2f2f2;
          box-shadow: 4px 4px 0 #f2f2f2;
  color: #fff;
  text-align: center;
  letter-spacing: 1.26px;
  font-weight: bold;
  font-size: 21px;
  line-height: 1.7619047619;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button-3:link, .c-button-3:active, .c-button-3:visited {
  color: #fff;
  cursor: pointer;
}
.c-button-3:hover {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-button-3:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .c-button-3 {
    margin: 40px auto 0;
    letter-spacing: 1.08px;
    font-size: 1.8rem;
    line-height: 1.6666666667;
  }
}

.c-button-list, .c-button-list--border-none {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin: 40px 0 0;
  padding: 50px 0 0;
  border-top: solid 1px #e6e6e6;
}
@media screen and (max-width: 767px) {
  .c-button-list, .c-button-list--border-none {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 30px 0 0;
    padding: 40px 0 0;
  }
}
.c-button-list > *, .c-button-list--border-none > * {
  margin: 0;
}

.c-button-list--border-none {
  border-top: none;
}

/* =================================
 text
================================= */
.c-text-1, .c-text-1--bold, .c-text-1--center {
  margin-top: 20px;
  font-size: 18px;
  line-height: 30px;
}

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

.c-text-1--bold {
  margin-bottom: 20px;
  font-weight: bold;
}

.c-text-2, .c-text-2--bold {
  margin: 40px 0 20px;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
}

.c-text-2--bold {
  margin-bottom: 20px;
  font-weight: bold;
}

.c-text-notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  color: #d8523a;
  font-size: 16px;
  line-height: 1.5;
}
.c-text-notice:before {
  content: "※";
}

/* =================================
 form
================================= */
.c-form {
  margin: 30px auto 0;
  font-size: 18px;
  line-height: 30px;
}
.c-form .tf,
.c-form input[type=text],
.c-form input[type=password],
.c-form input[type=email],
.c-form input[type=tel] {
  padding: 10px 20px;
  max-width: 525px;
  width: 100%;
  height: 50px;
  border: solid 1px #343434;
  border-radius: 5px;
  background: #fafafa;
  caret-color: #000;
}
.c-form .tf::-webkit-input-placeholder, .c-form input[type=text]::-webkit-input-placeholder, .c-form input[type=password]::-webkit-input-placeholder, .c-form input[type=email]::-webkit-input-placeholder, .c-form input[type=tel]::-webkit-input-placeholder {
  color: #dfdfdf;
}
.c-form .tf::-moz-placeholder, .c-form input[type=text]::-moz-placeholder, .c-form input[type=password]::-moz-placeholder, .c-form input[type=email]::-moz-placeholder, .c-form input[type=tel]::-moz-placeholder {
  color: #dfdfdf;
}
.c-form .tf:-ms-input-placeholder, .c-form input[type=text]:-ms-input-placeholder, .c-form input[type=password]:-ms-input-placeholder, .c-form input[type=email]:-ms-input-placeholder, .c-form input[type=tel]:-ms-input-placeholder {
  color: #dfdfdf;
}
.c-form .tf::-ms-input-placeholder, .c-form input[type=text]::-ms-input-placeholder, .c-form input[type=password]::-ms-input-placeholder, .c-form input[type=email]::-ms-input-placeholder, .c-form input[type=tel]::-ms-input-placeholder {
  color: #dfdfdf;
}
.c-form .tf::placeholder,
.c-form input[type=text]::placeholder,
.c-form input[type=password]::placeholder,
.c-form input[type=email]::placeholder,
.c-form input[type=tel]::placeholder {
  color: #dfdfdf;
}
.c-form input#password {
  background-image: url(../img/icon-password-open.svg);
  background-position: calc(100% - 13px) 13px;
  background-repeat: no-repeat;
}
.c-form input#password[type=text] {
  background-image: url(../img/icon-password-hidden.svg);
}
.c-form label.error {
  display: block;
  margin: 10px 0 0;
  color: #d8523a;
  font-weight: bold;
  font-size: 15px;
}

@media screen and (min-width: 768px) {
  .c-form__primary > :not(input):not(select):not(.c-input-col-2):not(.c-date-select):first-child {
    margin: 7px 0 0;
  }
}
.c-form__primary > *:first-child {
  margin-top: 0;
}
.c-form__primary + .c-form__primary {
  margin: 40px 0 0;
}

.c-form__secondary {
  position: relative;
}

.c-form__row {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .c-form__row {
    grid-template-columns: 100%;
  }
}
.c-form__row + .c-form__row {
  margin: 25px 0 0;
  padding: 25px 0 0;
  border-top: solid 1px #e6e6e6;
}

.c-form__privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 25px 0 0;
  padding: 25px 0 0;
  border-top: solid 1px #e6e6e6;
}

.c-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-form__label {
    margin: 13px 0 0;
  }
}

.c-form__notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 26px;
}
@media screen and (min-width: 768px) {
  .c-form__notice {
    max-width: 200px;
  }
}
.c-form__notice:before {
  content: "※";
}

.c-form__consent {
  overflow-y: scroll;
  margin: 25px 0;
  padding: 15px 20px;
  height: 200px;
  border: 1px solid #242424;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .c-form__consent {
    margin: 25px 0 25px -320px;
    width: calc(100% + 300px + 20px);
  }
}

.c-checkbox-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin: 25px 0 0;
  max-width: 450px;
  font-size: 18px;
  line-height: 30px;
}
.c-checkbox-list input[type=checkbox] {
  margin: -2px 5px 0 0;
  width: 20px;
  height: 20px;
}

.c-radio-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  margin: 25px 0 0;
  max-width: 475px;
  font-size: 18px;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .c-radio-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.c-radio-list input[type=radio] {
  margin: -2px 5px 0 0;
  width: 15px;
  height: 15px;
}

.c-select-box {
  display: block;
  margin: 40px 0 0;
  padding: 10px 35px 10px 20px;
  max-width: 525px;
  width: 100%;
  height: 50px;
  border: solid 1px #343434;
  border-radius: 5px;
  background: url(../img/select-arrow.svg) no-repeat;
  background-position: right 20px top 20px;
  font-size: 16px;
}

.c-date-select {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 93px 40px 75px 40px 75px 1fr;
  gap: 5px;
  margin: 20px 0 0;
  font-size: 18px;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .c-date-select {
    grid-template-columns: 72px 30px 55px 30px 55px 1fr;
  }
}
.c-date-select select {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .c-date-select select {
    padding: 10px 0 10px 15px;
    background-position: right 6px top 20px;
  }
}

.c-input-col-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 525px;
  font-size: 18px;
  line-height: 30px;
}
.c-input-col-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 525px;
  font-size: 18px;
  line-height: 30px;
}


.c-input-col-2 input[type=text],
.c-input-col-2 input[type=password],
.c-input-col-2 input[type=email],
.c-input-col-2 input[type=tel],

.c-input-col-3 input[type=text],
.c-input-col-3 input[type=password],
.c-input-col-3 input[type=email],
.c-input-col-3 input[type=tel] {
  padding: 10px 20px;
  max-width: 525px;
  width: 100%;
  height: 50px;
  border: solid 1px #343434;
  border-radius: 5px;
  background: #fafafa;
  caret-color: #000;
}
.c-input-col-2 input[type=text]::-webkit-input-placeholder, .c-input-col-2 input[type=password]::-webkit-input-placeholder, .c-input-col-2 input[type=email]::-webkit-input-placeholder, .c-input-col-2 input[type=tel]::-webkit-input-placeholder {
  color: #dfdfdf;
}
.c-input-col-2 input[type=text]::-moz-placeholder, .c-input-col-2 input[type=password]::-moz-placeholder, .c-input-col-2 input[type=email]::-moz-placeholder, .c-input-col-2 input[type=tel]::-moz-placeholder {
  color: #dfdfdf;
}
.c-input-col-2 input[type=text]:-ms-input-placeholder, .c-input-col-2 input[type=password]:-ms-input-placeholder, .c-input-col-2 input[type=email]:-ms-input-placeholder, .c-input-col-2 input[type=tel]:-ms-input-placeholder {
  color: #dfdfdf;
}
.c-input-col-2 input[type=text]::-ms-input-placeholder, .c-input-col-2 input[type=password]::-ms-input-placeholder, .c-input-col-2 input[type=email]::-ms-input-placeholder, .c-input-col-2 input[type=tel]::-ms-input-placeholder {
  color: #dfdfdf;
}
.c-input-col-2 input[type=text]::placeholder,
.c-input-col-2 input[type=password]::placeholder,
.c-input-col-2 input[type=email]::placeholder,
.c-input-col-2 input[type=tel]::placeholder {
  color: #dfdfdf;
}

/* =================================
 section
================================= */
.c-section + .c-section {
  margin: 100px auto 0;
}
.c-section > *:first-child {
  margin-top: 0;
}

.c-text-error {
  color: #d8523a;
  font-weight: bold;
  font-size: 15px;
}

.c-text-required-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0 0 0;
  font-size: 18px;
  line-height: 30px;
}
.c-text-required-1:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5px 20px 0 0;
  width: 52px;
  height: 22px;
  border-radius: 2px;
  background: #d8523a;
  color: #fff;
  content: "必須";
  font-size: 14px;
}

.c-text-required-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0 20px;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
}
.c-text-required-2:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5px 0 0 20px;
  width: 52px;
  height: 22px;
  border-radius: 2px;
  background: #d8523a;
  color: #fff;
  content: "必須";
  font-weight: normal;
  font-size: 14px;
}

.c-icon-required {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 52px;
  height: 22px;
  border-radius: 2px;
  background: #d8523a;
  color: #fff;
  font-size: 14px;
}

.c-icon-optional {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 52px;
  height: 22px;
  border: solid 1px;
  border-radius: 2px;
  background: #fff;
  font-size: 14px;
}

.c-icon-1 {
  display: inline-block;
  padding: 4px 11px 5px 10px;
  border-radius: 13px;
  background: #4fa5fc;
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.c-icon-2 {
  display: inline-block;
  padding: 4px 11px 5px 10px;
  border-radius: 13px;
  background: #d8523a;
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.c-link-1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0 0;
  text-decoration: underline;
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-link-1:hover {
  text-decoration: none;
  opacity: 0.7;
}
.c-link-1:before {
  display: block;
  margin: 0 5px 0 0;
  width: 8px;
  height: 11px;
  background: #4fa5fc;
  content: "";
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.c-link-2 {
  text-decoration: underline;
}
.c-link-2:hover {
  text-decoration: none;
}
.c-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px auto 60px;
}
@media screen and (max-width: 767px) {
  .c-step {
    margin: 40px auto;
  }
}

.c-step__item, .c-step__item--inactive {
  position: relative;
  padding: 5px 0;
  width: 100%;
  background: #4fa5fc;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3636363636;
}
@media screen and (max-width: 767px) {
  .c-step__item, .c-step__item--inactive {
    font-size: 12px;
  }
}
.c-step__item + .c-step__item, .c-step__item--inactive + .c-step__item, .c-step__item + .c-step__item--inactive, .c-step__item--inactive + .c-step__item--inactive {
  margin: 0 0 0 -24px;
}
@media screen and (max-width: 767px) {
  .c-step__item + .c-step__item, .c-step__item--inactive + .c-step__item, .c-step__item + .c-step__item--inactive, .c-step__item--inactive + .c-step__item--inactive {
    margin: 0 0 0 -3px;
  }
}
.c-step__item:first-child, .c-step__item--inactive:first-child {
  border-radius: 10px 0 0 10px;
}
.c-step__item:last-child, .c-step__item--inactive:last-child {
  border-radius: 0 10px 10px 0;
}
.c-step__item:last-child:after, .c-step__item--inactive:last-child:after {
  content: none;
}
.c-step__item:after, .c-step__item--inactive:after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 24px;
  height: 100%;
  background: url(../img/step-triangle-2.svg);
  background-size: 100% 100%;
  content: "";
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
}
@media screen and (max-width: 767px) {
  .c-step__item:after, .c-step__item--inactive:after {
    right: -11px;
    width: 14px;
  }
}

.c-step__item--inactive {
  background: #f2f2f2;
  color: #4fa5fc;
}
.c-step__item--inactive:after {
  background: url(../img/step-triangle.svg);
  background-size: 100% 100%;
  -webkit-clip-path: none;
          clip-path: none;
}
@media screen and (max-width: 767px) {
  .c-step__item--inactive:after {
    right: -8px;
  }
}
.c-step__item--inactive > *:last-child {
  color: #101010;
}

.c-status-box-1, .c-status-box-1--col-2, .c-status-box-1--wide {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 5px 0;
  margin: 20px 0 50px;
  padding: 20px;
  border-radius: 20px;
  background-color: #f2f2f2;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-status-box-1, .c-status-box-1--col-2, .c-status-box-1--wide {
    margin: 20px 0 40px;
  }
}

@media screen and (min-width: 768px) {
  .c-status-box-1--wide {
    grid-template-columns: 195px 1fr;
  }
}

.c-status-box-1__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: bold;
}
.c-status-box-1__label:after {
  margin: 0 9px;
  content: ":";
}

.c-status-box-1--col-2 {
  gap: 5px 0;
}
@media screen and (min-width: 768px) {
  .c-status-box-1--col-2 {
    grid-template-columns: 90px calc(50% - 90px) 90px calc(50% - 90px);
  }
}
@media screen and (max-width: 767px) {
  .c-status-box-1--col-2 {
    margin: 20px 0 30px;
  }
}

.c-status-box-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 50px;
  padding: 25px 30px;
  border-radius: 20px;
  background-color: #f2f2f2;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-status-box-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 20px 0 40px;
  }
}

.c-status-box-2__primary {
  position: relative;
  -ms-flex-item-align: center;
      align-self: center;
  margin: 0 40px 0 0;
  padding: 0 40px 0 0;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .c-status-box-2__primary {
    -ms-flex-item-align: start;
        align-self: start;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
}
.c-status-box-2__primary:after {
  position: absolute;
  top: -15px;
  right: 0;
  width: 1px;
  height: calc(100% + 30px);
  background: #101010;
  content: "";
}
@media screen and (max-width: 767px) {
  .c-status-box-2__primary:after {
    top: unset;
    bottom: 0;
    width: 100%;
    height: 1px;
  }
}

.c-status-box-2__secondary {
  display: grid;
  grid-template-columns: 90px calc(50% - 90px) 90px calc(50% - 90px);
  gap: 5px 0;
}
@media screen and (max-width: 767px) {
  .c-status-box-2__secondary {
    grid-template-columns: 90px 1fr;
    gap: 15px 0;
  }
}

.c-status-box-2__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: bold;
}
.c-status-box-2__label:after {
  margin: 0 9px;
  content: ":";
}

.c-status-box-2__text {
  margin: 0 40px 0 0;
}

.c-status-box-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 30px 0 0;
  font-size: 18px;
  line-height: 1.67;
}
@media screen and (max-width: 767px) {
  .c-status-box-3 {
    gap: 15px 0;
  }
}

.c-status-box-3__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #d8523a;
  font-weight: bold;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-status-box-3__label {
    width: 205px;
  }
}
.c-status-box-3__label:after {
  margin: 0 7px;
  color: #101010;
  content: ":";
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .c-status-box-3__text {
    width: calc(100% - 205px);
  }
}
.c-status-box-3__text:not(:last-child) {
  margin: 0 20px 0 0;
}
@media screen and (max-width: 767px) {
  .c-status-box-3__text:not(:last-child) {
    margin: 0;
  }
}

.c-calendar {
  margin: 20px 0 0;
  max-width: 100%;
}

.c-calendar__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 13px 10px;
  border-radius: 6px;
  background: #f2f2f2;
}

.c-calendar__prev,
.c-calendar__next {
  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;
  width: 66px;
  height: 25px;
  border: 1px solid #4fa5fc;
  border-radius: 4px;
  background: #fff;
  color: #4fa5fc;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .c-calendar__prev,
  .c-calendar__next {
    width: 55px;
    height: 22px;
    font-size: 12px;
  }
}
.c-calendar__prev:before,
.c-calendar__next:before {
  position: absolute;
  top: 6px;
  width: 8px;
  height: 11px;
  background: #4fa5fc;
  content: "";
  -webkit-clip-path: polygon(0 50%, 100% 100%, 100% 0);
          clip-path: polygon(0 50%, 100% 100%, 100% 0);
}
@media screen and (max-width: 767px) {
  .c-calendar__prev:before,
  .c-calendar__next:before {
    width: 6px;
    height: 9px;
  }
}

.c-calendar__prev {
  padding: 0 0 0 10px;
}
.c-calendar__prev:before {
  left: 7px;
}

.c-calendar__next {
  padding: 0 10px 0 0;
}
.c-calendar__next:before {
  right: 7px;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.c-calendar__title {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .c-calendar__title {
    font-size: 14px;
  }
}

.c-calendar__grid {
  display: grid;
  grid-template-columns: repeat(7, 14.2857142857%);
  margin: 20px auto 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-calendar__grid {
    margin: 10px auto 0;
  }
}

.c-calendar__week {
  padding: 0 0 10px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .c-calendar__week {
    font-size: 12px;
  }
}
.c-calendar__week:nth-child(1) {
  color: #d8523a;
}
.c-calendar__week:nth-child(7) {
  color: #4fa5fc;
}

.c-calendar__item, .c-calendar__item--secondary, .c-calendar__item--primary {
  padding: 7px 2px;
  min-height: 100px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-calendar__item:nth-child(8), .c-calendar__item--secondary:nth-child(8), .c-calendar__item--primary:nth-child(8), .c-calendar__item:nth-child(9), .c-calendar__item--secondary:nth-child(9), .c-calendar__item--primary:nth-child(9), .c-calendar__item:nth-child(10), .c-calendar__item--secondary:nth-child(10), .c-calendar__item--primary:nth-child(10), .c-calendar__item:nth-child(11), .c-calendar__item--secondary:nth-child(11), .c-calendar__item--primary:nth-child(11), .c-calendar__item:nth-child(12), .c-calendar__item--secondary:nth-child(12), .c-calendar__item--primary:nth-child(12), .c-calendar__item:nth-child(13), .c-calendar__item--secondary:nth-child(13), .c-calendar__item--primary:nth-child(13), .c-calendar__item:nth-child(14), .c-calendar__item--secondary:nth-child(14), .c-calendar__item--primary:nth-child(14) {
  border-top: solid 1px #ccc;
}
.c-calendar__item:nth-child(7n+7), .c-calendar__item--secondary:nth-child(7n+7), .c-calendar__item--primary:nth-child(7n+7) {
  border-right: 1px solid #ccc;
}
.c-calendar__item:last-child, .c-calendar__item--secondary:last-child, .c-calendar__item--primary:last-child {
  width: calc(100% + 1px);
  border-right: 1px solid #ccc;
}

.c-calendar__item--primary {
  background: #d3f7ff;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-calendar__item--primary:hover {
    opacity: 0.7;
  }
}
.c-calendar__item--primary .c-calendar__status {
  background: #4fa5fc;
}

.c-calendar__item--secondary {
  background: #fffad5;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-calendar__item--secondary:hover {
    opacity: 0.7;
  }
}
.c-calendar__item--secondary .c-calendar__status {
  background: #ff5900;
}

.c-calendar__day {
  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;
  margin: 0 auto;
  width: 20px;
  height: 20px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .c-calendar__day {
    font-size: 10px;
  }
}

.c-calendar__status {
  margin: 5px auto 0;
  max-width: 92px;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  .c-calendar__status {
    margin: 2px 1px 0;
    font-size: 10px;
    line-height: 13px;
  }
}

.c-calendar__price {
  margin: 5px 0 0;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .c-calendar__price {
    font-size: 10px;
  }
}

.c-calendar__graduate {
  margin: 5px 0 0;
  height: 12px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .c-calendar__graduate {
    font-size: 10px;
  }
}

.c-plan-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: grid;
  grid-template-columns: 10% 90%;
  width: 100%;
  height: 100%;
  opacity: 1;
  opacity: 0;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .c-plan-modal {
    grid-template-columns: 100%;
  }
}
.c-plan-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.c-plan-modal__button {
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 100;
  width: 60px;
  height: 60px;
  border-radius: 9999px;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2666666667);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2666666667);
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-plan-modal__button:before, .c-plan-modal__button:after {
  position: absolute;
  top: 31px;
  left: 20px;
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 9999px;
  background: #4fa5fc;
  content: "";
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-plan-modal__button:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-plan-modal__button::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-plan-modal__background {
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .c-plan-modal__background {
    display: none;
  }
}

.c-plan-modal__content {
  overflow: scroll;
  padding-right: 5%;
  padding-bottom: 50px;
  padding-left: 5%;
  height: 100%;
  background: #fff;
}

.c-plan-modal__date {
  margin: 40px 0 0;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-plan-modal__date {
    margin: 30px 0 0;
  }
}

.c-plan-modal__date-label {
  font-weight: bold;
}

.c-card-1 {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 20px;
  margin: 35px 0 0;
  padding: 30px 30px 33px;
  border: 1px solid #ccc;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 2px 3px 1px #000151;
          box-shadow: 2px 3px 1px #000151;
}
@media screen and (max-width: 767px) {
  .c-card-1 {
    grid-template-columns: 1fr;
    margin: 30px 0 0;
    padding: 25px 20px 20px;
  }
}

.c-card-1__dl {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 125px 1fr;
  gap: 10px 5px;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-card-1__dl {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    grid-template-columns: 120px 1fr;
  }
}

.c-card-1__dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: bold;
}
.c-card-1__dt:after {
  margin: 0 9px;
  content: ":";
}

.c-card-1__price {
  color: #f06290;
  font-weight: bold;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .c-card-1__price {
    font-size: 26px;
  }
}

.c-card-1__yen {
  font-weight: bold;
  font-size: 20px;
}

.c-card-1__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  grid-column: 1/2;
  grid-row: 2/3;
}

.c-card-1__form {
  align-self: center;
  grid-column: 2/3;
  grid-row: 1/3;
}
@media screen and (max-width: 767px) {
  .c-card-1__form {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
.c-card-1__form * {
  margin: 0;
}

.c-card-2 {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 10px;
  margin: 35px 0 0;
  padding: 30px 30px 33px;
  border: 1px solid #ccc;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 2px 3px 1px #000151;
          box-shadow: 2px 3px 1px #000151;
}
@media screen and (max-width: 767px) {
  .c-card-2 {
    grid-template-columns: 1fr;
    margin: 30px 0 0;
    padding: 25px 20px 20px;
  }
}

.c-card-2__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-weight: bold;
  font-size: 20px;
}

.c-card-2__text {
  font-size: 16px;
  line-height: 1.5;
}

.c-card-2__form {
  align-self: center;
  grid-column: 2/3;
  grid-row: 1/3;
}
@media screen and (max-width: 767px) {
  .c-card-2__form {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
.c-card-2__form * {
  margin: 0;
}

@media screen and (min-width: 768px) {
 
  .c-card-5 {
    margin-top: 35px;
    padding: 30px 30px 33px;
    border: 1px solid #ccc;
    border-radius: 20px;
    background: #fff;
    -webkit-box-shadow: 2px 3px 1px #000151;
    box-shadow: 2px 3px 1px #000151;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .c-card-5__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 40%;
  }
  .c-card-5__img img {
    max-width: 100%;
  }
  .c-card-5__inf {
    min-height: 200px;
    overflow: hidden;
    position: relative;
    padding-left: 42%;
  }
  .c-card-5__ttl {
    background: #f2f2f2;
    width: 100%;
    padding: 10px;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }

  .c-card-5__dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    
  }
  .c-card-5__dt {
    width: 30%;
  }
  .c-card-5__dt._center {
    display: flex;
    align-items: center;
  }

  .c-card-5__dd {
    width: 70%;
  }
  .c-card-5__dt, .c-card-5__dd {
    font-size: 14px;
    margin-top: 3px;
    line-height: 1.5;
  }
  .c-card-5__dt._red, .c-card-5__dd._red {
    color: #ff0000;
    font-weight: bold;
  }
  .c-card-5__sub {
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
  }
  .c-card-5__list {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 10px;
    justify-content: space-between;
  }
  .c-card-5__btn._mid {
    width: 235px;    
  }
  .c-card-5__btn {
    padding:  10px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    background: #307FE8;
    color: #fff;
    line-height: 1.2;
    border-radius: 5px;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .c-card-5__btn:hover {
    opacity: 0.8;
  }
  .c-card-5__btn._red {
    background: #d8523a;
  }
}
@media screen and (max-width: 767px) {
  .c-card-5 {
    margin-top: 35px;
    padding: 25px 20px 30px;
    border: 1px solid #ccc;
    border-radius: 20px;
    background: #fff;
    -webkit-box-shadow: 2px 3px 1px #000151;
    box-shadow: 2px 3px 1px #000151;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-card-5__img {
    margin: 15px auto 0;
    max-width: 420px;
  }
  .c-card-5__img img {
    max-width: 100%;
  }
  .c-card-5__inf {
    width: 100%;
    position: relative;
  }
  .c-card-5__ttl {
    font-size: 21px;
    font-weight: bold;
  }
  .c-card-5__dl {
    margin-top: 30px;
  }
  .c-card-5__dt {
    font-size: 16px;
    line-height: 1.5;
    background: #f2f2f2;
    margin: 20px 0 10px;
    padding: 10px;
  }

  .c-card-5__dd {
    display: block;
    font-size: 14px;
    line-height: 1.5;
  }

  .c-card-5__dt._red, .c-card-5__dd._red {
    color: #ff0000;
    font-weight: bold;
    font-size: 2em;
  }
  .c-card-5__sub {
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
  }
  .c-card-5__list {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    row-gap: 15px;
  }
  .c-card-5__btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding: 10px 5px;
    background: #307FE8;
    color: #fff;
    line-height: 1.2;
    font-weight: bold;
    border-radius: 5px;
  }
  .c-card-5__btn._red {
    background: #ff0000;
  }
  .c-card-5__item {
    width: 100%;
  }
}

.c-cv {
  padding: 50px 15px;
  background: #c3e7ff;
}
@media screen and (max-width: 767px) {
  .c-cv {
    padding: 15px;
  }
}

.c-cv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 40px 50px;
  max-width: 1180px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 3px 3px 0 #e6e6e6;
          box-shadow: 3px 3px 0 #e6e6e6;
}
@media screen and (max-width: 1100px) {
  .c-cv__inner {
    padding: 40px 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-cv__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 20px;
    border-radius: 6px;
  }
}

.c-cv__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 20px;
}
@media screen and (max-width: 1100px) {
  .c-cv__buttons {
    gap: 10px;
    max-width: calc(65% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .c-cv__buttons {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
  }
}

.c-cv__button {
  position: relative;
  display: inline-block;
  padding: 22px 5px;
  max-width: 240px;
  width: 100%;
  border-radius: 6px;
  background: #f06290;
  -webkit-box-shadow: 4px 4px 0 #f2f2f2;
          box-shadow: 4px 4px 0 #f2f2f2;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 1.26px;
  font-weight: bold;
  font-size: 21px;
  line-height: 1.76;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-cv__button:link, .c-cv__button:active, .c-cv__button:visited {
  color: #fff;
  cursor: pointer;
}
.c-cv__button:hover {
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .c-cv__button {
    letter-spacing: 0.5px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .c-cv__button {
    max-width: 340px;
    font-size: 21px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.c-cv__button:nth-child(2) {
  background: #4fa5fc;
}
.c-cv__button:nth-child(3) {
  background: #5cbd60;
}

.c-cv__button-text:after {
  display: inline-block;
  margin: 0 0 2px 15px;
  width: 14px;
  height: 12px;
  background: url(../img/icon-arrow-white.svg) no-repeat top center/contain;
  content: "";
}
@media screen and (max-width: 1100px) {
  .c-cv__button-text:after {
    margin: 0 0 2px 5px;
  }
}
@media screen and (max-width: 767px) {
  .c-cv__button-text:after {
    margin: 0 0 2px 15px;
  }
}

.c-cv__button-label {
  position: absolute;
  top: -15px;
  left: 50%;
  display: inline-block;
  padding: 2px 10px;
  width: 150px;
  border-radius: 30px;
  background: #fff67c;
  -webkit-box-shadow: 0 2px 0 #c85279;
          box-shadow: 0 2px 0 #c85279;
  color: #101010;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 1.625;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-cv__button-label:after {
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-width: 7px 6px 0 6px;
  border-style: solid;
  border-color: #fff67c transparent transparent transparent;
  content: "";
}

.c-cv__tel {
  margin-left: 30px;
  min-width: 261px;
}
@media screen and (max-width: 1100px) {
  .c-cv__tel {
    max-width: calc(35% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .c-cv__tel {
    margin: 30px auto 0;
    max-width: 340px;
    width: 100%;
  }
}
.c-cv__tel > * + * {
  margin: 10px auto 0;
}
.c-cv__tel img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .c-cv__tel-number a {
    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;
    gap: 15px;
    padding: 20px;
    border-radius: 80px;
    background: #4fa5fc;
    -webkit-box-shadow: 3px 3px 0 #f2f2f2;
            box-shadow: 3px 3px 0 #f2f2f2;
  }
}

.c-cv__contact {
  position: relative;
  margin: 0 auto;
  padding: 0 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #4fa5fc;
  text-align: center;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.667;
}
.c-cv__contact:before, .c-cv__contact:after {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 15px;
  height: 17px;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-cv__contact:before {
  left: 0;
  background: url(../img/obj-line-left.svg) no-repeat top center/contain;
}
.c-cv__contact:after {
  right: 0;
  background: url(../img/obj-line-right.svg) no-repeat top center/contain;
}

.c-cv__date {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-cv__date {
    font-size: 14px;
  }
}

.c-cv__date-em {
  margin: 0 3px;
  color: #4fa5fc;
  font-weight: bold;
}

.c-dl-1 {
  display: grid;
  grid-template-columns: 275px 1fr;
  font-size: 18px;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .c-dl-1 {
    grid-template-columns: 1fr;
  }
}

.c-dl-1__dt {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c-dl-1__dd + .c-dl-1__dt {
    margin: 20px 0 0;
  }
}

.c-dl-1__dt,
.c-dl-1__dd {
  padding: 30px 0;
  border-bottom: solid 1px #e6e6e6;
}
@media screen and (max-width: 767px) {
  .c-dl-1__dt,
  .c-dl-1__dd {
    padding: 15px 0 20px;
    border-bottom: solid 1px #e6e6e6;
  }
}

@media screen and (max-width: 767px) {
  .c-dl-1__dt {
    padding: 0;
    border: none;
  }
}

/* ======================================================================
 layout
====================================================================== */
/* =================================
 l-container
================================= */
.l-container {
  position: relative;
}

/* =================================
 l-header
================================= */
.l-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .l-header {
    left: 50%;
    padding: 15px 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .l-header .logo {
    padding: 16px 15px 13px;
  }
}
.l-header.-fixed {
  position: fixed !important;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-header.-fixed {
    border-bottom: 1px solid #e6e6e6;
    background: #fff;
  }
}
.l-header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .l-header-logo {
    padding: 0 40px;
  }
}
.l-header-logo .logo {
  display: block;
}
.l-header-logo .logo-img {
  max-width: 320px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .l-header-logo .logo-img {
    max-width: 176px;
  }
}
.l-header-nav {
  padding: 22px 50px 22px 20px;
  border-radius: 0 0 0 20px;
  background: #fff;
}
.l-header-nav .cv-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header-nav .cv-box-tel-wrap {
  padding: 5px 0 0;
}
.l-header-nav .cv-box-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}
.l-header-nav .cv-box-date > .u-text-14-1 {
  letter-spacing: 0;
}
.l-header-nav .cv-box-text:not(:first-child) {
  margin-left: 5px;
}
.l-header-nav .cv-box-cv-wrap {
  display: grid;
  gap: 10px;
  margin-left: 20px;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
  font-size: 16px;
}
.l-header-nav .cv-box .header-button {
  padding: 13px 8px;
  width: 160px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.l-header-nav .cv-box .header-button:nth-child(1) {
  border-radius: 6px;
}
.l-header-nav .cv-box .header-button-text {
  padding-right: 20px;
}
.l-header-nav .nav {
  margin-top: 25px;
}
.l-header-nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-header-nav .nav-item {
  white-space: nowrap;
}
.l-header-nav .nav-item:not(:first-child) {
  border-left: 1px solid #d8d8d8;
}
.l-header-nav .nav-item:first-child .nav-link {
  padding: 5px 20px 5px 5px;
}
.l-header-nav .nav-link {
  display: inline-block;
  padding: 5px 20px;
}
.l-header-nav .nav-text {
  position: relative;
  padding-left: 13px;
}
.l-header-nav .nav-text:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 6px;
  height: 9px;
  background: url(https://www.6ds.co.jp/dev2022/wp-content/themes/6268_6ds.co.jp/assets/img/common/icon-arrow-go.svg) no-repeat top center/contain;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-header-menu-button {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 150;
}
.l-header-menu-button .menu-button {
  position: absolute;
  top: 0;
  right: 0;
}
.l-header-menu-button .button-close {
  display: none;
}
.l-header-menu-button .menu-img {
  display: block;
}
.l-header-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  overflow: auto;
  padding-top: 100px;
  width: 100%;
  height: 100vh;
  background: #fff;
}
.l-header-menu .read {
  position: relative;
  z-index: 1;
  padding: 0 35px;
}
.l-header-menu .read .-border {
  position: relative;
}
.l-header-menu .read .-border:before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: inline-block;
  width: 100%;
  height: 9px;
  background: url(https://www.6ds.co.jp/dev2022/wp-content/themes/6268_6ds.co.jp/assets/img/common/obj-text-border.svg) repeat-x top center/contain;
  content: "";
}
.l-header-menu .buttons {
  margin-top: 45px;
  padding: 0 35px;
}
.l-header-menu .buttons .header-button {
  display: block;
}
.l-header-menu .buttons .header-button:not(:first-child) {
  margin-top: 20px;
}
.l-header-menu .tel-box {
  margin-top: 30px;
  padding: 0 35px;
}
.l-header-menu .tel-box .tel {
  margin-top: 14px;
}
.l-header-menu .tel-box .date {
  margin-top: 10px;
}
.l-header-menu .bottom-nav {
  margin-top: 20px;
  padding: 0 15px;
}
.l-header-menu .bottom-nav-item {
  border-bottom: 1px solid #e2e2e2;
}
.l-header-menu .bottom-nav-link {
  position: relative;
  display: block;
  padding: 20px 15px;
}
.l-header-menu .bottom-nav-link:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 6px;
  height: 9px;
  background: url(https://www.6ds.co.jp/dev2022/wp-content/themes/6268_6ds.co.jp/assets/img/common/icon-arrow-go.svg) no-repeat top center/contain;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-header-menu .other-link {
  margin-top: 10px;
  padding: 0 15px;
}
.l-header-menu .other-link-link {
  position: relative;
  display: inline-block;
  padding: 20px 15px;
}
.l-header-menu .other-link-link:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 6px;
  height: 9px;
  background: url(https://www.6ds.co.jp/dev2022/wp-content/themes/6268_6ds.co.jp/assets/img/common/icon-arrow-go.svg) no-repeat top center/contain;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-header-menu .other-link-link:not(:first-child) {
  margin-left: 15px;
}
.l-header-cvmenu {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 50;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-header-cvmenu {
    display: none !important;
  }
}
.l-header-cvmenu .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-header-cvmenu .link {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 13px 8px;
}
@media screen and (max-width: 371px) {
  .l-header-cvmenu .link {
    padding: 13px 6px;
  }
}
.l-header-cvmenu .link:not(:first-child) {
  border-left: 1px solid #fff;
}
.l-header-cvmenu .pic {
  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;
  margin: 0 auto;
  width: 21px;
  height: 21px;
}
.l-header-cvmenu .img {
  width: 100%;
  height: auto;
}
.l-header-cvmenu .text {
  margin-top: 1px;
}
@media screen and (max-width: 371px) {
  .l-header-cvmenu .text {
    font-size: 12px;
  }
}

.l-header-button {
  display: inline-block;
  padding: 12px 10px;
  width: 160px;
  border-radius: 6px;
  background: #4fa5fc;
  -webkit-box-shadow: 4px 4px 0 #f2f2f2;
          box-shadow: 4px 4px 0 #f2f2f2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-header-button {
    padding: 25px;
    width: 100%;
  }
  .l-header-button:nth-child(1) {
    background: #f06290;
  }
  .l-header-button:nth-child(2) {
    margin: 20px auto 0;
    background: #4fa5fc;
  }
  .l-header-button:nth-child(3) {
    margin: 20px auto 0;
    background: #5cbd60;
  }
}

.l-header-button-text {
  position: relative;
  padding: 0 20px 0 0;
}
.l-header-button-text:before {
  position: absolute;
  top: 55%;
  right: -5px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/login.svg) no-repeat top center/contain;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .l-header-button-text:before {
    background: url(https://www.6ds.co.jp/dev2022/wp-content/themes/6268_6ds.co.jp/assets/img/common/icon-arrow-white.svg) no-repeat top center/contain;
  }
}

.tel-button {
  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;
  padding: 20px;
  border-radius: 80px;
  background: #4fa5fc;
  -webkit-box-shadow: 3px 3px 0 #f2f2f2;
          box-shadow: 3px 3px 0 #f2f2f2;
}

.tel-button-num {
  margin-left: 15px;
}

.cv-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .cv-box {
    display: none;
  }
}

.cv-box-tel {
  padding: 5px 0;
}

.cv-box-date > * {
  letter-spacing: 0;
}
.cv-box-date > *:not(:first-child) {
  margin: 0 0 0 5px;
}

/* =================================
 l-breadcrumbs
================================= */
.l-breadcrumbs {
  width: 100%;
  background: #fafafa;
}
@media screen and (max-width: 767px) {
  .l-breadcrumbs {
    z-index: 1;
    overflow-x: scroll;
  }
}
.l-breadcrumbs .breadcrumbs {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 180px 30px 25px;
  font-size: 1.8rem;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .l-breadcrumbs .breadcrumbs {
    padding: 95px 15px 11px;
    white-space: nowrap;
    font-size: 1.4rem;
    line-height: 2.1428571429;
  }
}
@media screen and (max-width: 767px) {
  .l-breadcrumbs .breadcrumbs > span {
    padding-right: 15px;
  }
}
.l-breadcrumbs .delimiter {
  position: relative;
  top: -3px;
  display: inline-block;
  margin: 0 5px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #4fa5fc;
  border-right: 2px solid #4fa5fc;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-breadcrumbs a {
  color: #4fa5fc;
  text-decoration: underline;
}

/* =================================
 l-main
================================= */
.l-main {
  margin: 0 auto;
  padding: 80px 15px;
  max-width: 930px;
  width: 100%;
}

/* =================================
 l-footer
================================= */
.l-footer {
  border-top: 1px solid #e6e6e6;
}
@media screen and (min-width: 768px) {
  .l-footer {
    margin: 0 auto;
  }
}
.l-footer-cv {
  padding: 50px 93px;
  background: #c3e7ff;
}
@media screen and (min-width: 768px) {
  .l-footer-cv {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-cv {
    padding: 20px 15px;
  }
}
.l-footer-cv .cv {
  padding: 40px 50px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 3px 3px 0 #e6e6e6;
          box-shadow: 3px 3px 0 #e6e6e6;
}
@media screen and (min-width: 768px) {
  .l-footer-cv .cv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    max-width: 1180px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-cv .cv {
    padding: 30px 20px;
    border-radius: 6px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer-cv .cv-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.l-footer-cv .cv-buttons .header-button {
  position: relative;
  padding: 22px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-footer-cv .cv-buttons .header-button {
    max-width: 240px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .l-footer-cv .cv-buttons .header-button:not(:first-child) {
    margin-left: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .l-footer-cv .cv-buttons .header-button:not(:first-child) {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-cv .cv-buttons .header-button:not(:first-child) {
    margin-top: 20px;
  }
}
.l-footer-cv .cv-buttons .header-button-text {
  white-space: nowrap;
}
.l-footer-cv .cv-buttons .header-button .balloon {
  position: absolute;
  top: -15px;
  left: 50%;
  display: inline-block;
  padding: 2px 10px;
  width: 150px;
  border-radius: 30px;
  background: #fff67c;
  -webkit-box-shadow: 0 2px 0 #c85279;
          box-shadow: 0 2px 0 #c85279;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.l-footer-cv .cv-buttons .header-button .balloon:after {
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-width: 7px 6px 0 6px;
  border-style: solid;
  border-color: #fff67c transparent transparent transparent;
  content: "";
}
@media screen and (min-width: 768px) {
  .l-footer-cv .cv-tel {
    margin-left: 30px;
    min-width: 261px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .l-footer-cv .cv-tel {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-cv .cv-tel {
    margin-top: 30px;
  }
}
@media screen and (max-width: 330px) {
  .l-footer-cv .cv-tel .tel-text-obj {
    padding: 0 20px;
  }
}
.l-footer-cv .cv-tel .tel {
  margin-top: 10px;
}
.l-footer-cv .cv-tel .tel-img {
  width: 100%;
}
.l-footer-cv .cv-tel .tel-link {
  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;
  padding: 20px;
  border-radius: 80px;
  background: #4fa5fc;
  -webkit-box-shadow: 3px 3px 0 #f2f2f2;
          box-shadow: 3px 3px 0 #f2f2f2;
}
.l-footer-cv .cv-tel .tel-num {
  margin-left: 15px;
}
.l-footer-cv .cv-tel .date {
  margin-top: 10px;
}
.l-footer-nav {
  padding: 25px 15px;
}
@media screen and (min-width: 768px) {
  .l-footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-nav {
    padding: 25px 15px 60px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer-nav .nav {
    margin-left: 70px;
  }
}
.l-footer-nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .l-footer-nav .nav-list {
    max-width: 540px;
  }
}
.l-footer-nav .nav-item {
  width: calc(33.3333% - 20px);
}
@media screen and (min-width: 768px) {
  .l-footer-nav .nav-item:not(:nth-child(3n+1)) {
    margin-left: 30px;
  }
  .l-footer-nav .nav-item:nth-child(n+4) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-nav .nav-item {
    width: calc(50% - 12.5px);
  }
  .l-footer-nav .nav-item:not(:nth-child(2n+1)) {
    margin-left: 25px;
  }
  .l-footer-nav .nav-item:nth-child(n+3) {
    margin-top: 10px;
  }
}
.l-footer-nav .nav-link {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #e2e2e2;
}
.l-footer-nav .nav-text {
  position: relative;
  display: inline-block;
  padding-left: 13px;
  text-indent: 0;
}
.l-footer-nav .nav-text:before {
  position: absolute;
  top: 7px;
  left: 0;
  display: inline-block;
  width: 6px;
  height: 9px;
  background: url(https://www.6ds.co.jp/dev2022/wp-content/themes/6268_6ds.co.jp/assets/img/common/icon-arrow-go.svg) no-repeat top center/contain;
  content: "";
}
.l-footer-nav .nav-other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .l-footer-nav .nav-other {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.l-footer-nav .nav-other-link {
  position: relative;
  display: block;
  padding: 5px 15px;
}
@media screen and (max-width: 767px) {
  .l-footer-nav .nav-other-link {
    padding: 15px;
  }
}
.l-footer-nav .nav-other-link:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 6px;
  height: 9px;
  background: url(https://www.6ds.co.jp/dev2022/wp-content/themes/6268_6ds.co.jp/assets/img/common/icon-arrow-go.svg) no-repeat top center/contain;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .l-footer-nav .about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-nav .about-pic {
    margin-top: 45px;
  }
}
.l-footer-nav .about-home {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .l-footer-nav .about-info {
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-nav .about-info {
    margin: 20px auto 0;
    max-width: 300px;
  }
}
.l-footer-nav .about-texts-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-footer-nav .about-pmark {
    margin-left: 15px;
  }
}
.l-footer-nav .about-sns {
  margin-top: 30px;
}
.l-footer-nav .about-sns-link {
  display: inline-block;
}
.l-footer-nav .about-sns-link:not(:first-child) {
  margin-left: 20px;
}
.l-footer-copy {
  display: block;
  padding: 15px;
  background: #f2f2f2;
}



.tablebox {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 20px;
}
.table {
  margin: 0 auto;
  width: 99%;
  border-collapse: collapse;
  table-layout: fixed;
}
.thead_th {
  word-break: auto-phrase;
  padding: 10px 10px;
  border: 1px solid #74797e;
  border-top: none;
  background: #ebf5ff;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.3;
  vertical-align: middle;
}
.sp_txt {
  display: none;
}
.thead_th._mid {
  width: 120px;
}
.thead_th._sml {
  width: 80px;
}
.thead_th._lg {
  width: 140px;
}
@media screen and (max-width: 767px) {
  .thead_th {
    padding: 5px 10px;
  }
/*  .thead_th._1,
  .tbody .td:first-child {
    display: none;
  }*/
}
.sp_txt {
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.thead_th:first-child {
  border-left: none;
}
.thead_th:last-child {
  border-right: none;
}
.thead_th._1 {
  width: 200px;
}
.thead_th._2 {
  width: 240px;
}
.thead_th._5 {
  width: 235px;
}
.tbody .td {
  word-break: auto-phrase;
  padding: 10px ;
  border: 1px solid #74797e;
  background: #fff;
  vertical-align: middle;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.3;
}
.tbody .td:first-child {
  border-left: none;
}
.tbody .td:last-child {
  border-right: none;
}
.tbody .td:last-child::first-line {
  font-weight: bold;
/*  font-size: 2rem;
  line-height: 26px;*/
}



.mt_0 {
  margin-top: 0 !important;
}

.mt_1_1 {
  margin-top: 1em !important;
}

.mt_1 {
  margin-top: 2em !important;
}
.mt_2 {
  margin-top: 3em !important;
}


.u_content_center {
  display: flex;
  justify-content: center;
}


.s_caution {
    margin-top: 4em;
    padding: 20px;
    border-radius: 0.5em;
    background-color: #902525;
    color: #fff;
    font-size: 16px;
    line-height: 1.75;
}
.c_box_bg {
    padding: 30px 20px;
    border-radius: 20px;
    background: #fafafa;
}
.c_box_bg > *:last-child {
    margin-bottom: 0;
}
.c_list_order {
    margin: 0 0 0 20px;
    line-height: 1.7;
    font-size: 18px;
}
.c_list_order_item {
    counter-increment: list;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 15px 0;
}

.c_list_order_item:before {
    content: "0" counter(list);
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    margin: 0 10px -15px 0;
    border-radius: 9999px;
    background: #4fa5fc;
    white-space: nowrap;
    letter-spacing: 0.5px;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
}

.s_planebox .ullist , .s_confbox .ullist {

    margin-top: 20px;
    font-size: 18px;
    line-height: 30px;
}
.s_planebox .ullist > li, .s_confbox .ullist > li {
    position: relative;
    margin-left: 1em;
    counter-increment: number;
    line-height: 2;
}
.s_planebox .ullist > li:before, .s_confbox .ullist > li:before {
    position: absolute;
    left: -1em;
    content: "・";
    font-weight: bold;
}
.subttl {
    margin: 30px 0 0 0;
    letter-spacing: 1.44px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4166666667;  
}
.s_tbl {
  margin-top: 20px;
}
.s_tbl_inr {
    width: 100%;
}
.s_tbl th {
  font-size: 14px;
    padding: 5px;
    border: 1px solid #ddd;
    background: #e6e6e6;
    vertical-align: middle;
    text-align: center;
}
.s_tbl td {
  font-size: 14px;
    padding: 5px;
    border: 1px solid #ddd;
    vertical-align: middle;
    line-height: 1.7;
}


.js_chk_txt {
    font-size: 16px;
    text-align: center;
}

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

.js_important_chk {
  margin-right: 5px;
}

.js_nextcontet {
  display: none;
}
.c-button-1.js_disabled {
  pointer-events: none;
  opacity: .5;
}
.c-button-1.js_disabled.active {
  pointer-events: auto;
  opacity: 1;
}
.u_txt_red {
 color:#902525; 
}
.u_bold {
  font-weight: bold;
}


.k_ttl {
    font-weight: bold;
    margin-top:2em
}

.list .item {
    margin-left: 2em;
    position: relative;
}

.list .item:before {
    content: "・";
    position: absolute;
    left: -1em;
}


.c_ttl_primary {
    font-size: 2rem;
    font-weight: bold;
}

.u_paragraph {font-size: 1.6rem;line-height: 1.75;}

.c_article_ttl_secondary {
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 1em;
}

.c_table_4 {
    font-size: 1.6rem;
    margin-top: 1em;
    margin-bottom: 1em;
}

.c_table_4 th,.c_table_4 td {
    padding: 5px 10px;
}

.c_table_4 th {
    background: #fafafa;
    /* max-width: 180px; */
}

.c_article_ttl_quaternary {
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 1em;
}
.yoyaku_tbl tr td:nth-child(1).sticky.time {
    color: #000;
    font-size: 1.4rem;
}
.c-card-5__subemphasis {
    font-size: 12px;
    position: relative;
    background: #fff;
    border: 2px solid #d8523a;
    color: #d8523a;
    padding: 5px 20px;
    height: 26px;
    border-radius: 13px;
    line-height: 1.1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 270px;
}
.c-card-5__txtlink {
    font-size: 1.4rem;
    text-decoration: underline;
    display: inline-block;
    margin-top: 5px;
}

.emphasis {
    /*background: linear-gradient(0deg, rgba(240, 98, 144, 1) 16%, rgba(255, 255, 255, 1) 16%);*/
    font-weight: bold; 
    padding-left: 1.5em;
    position: relative;
    display: flex;
    align-items: center;
}
.emphasis:before {
  content: "";
  width: 1em;
  height: 1em;
  background: url(../img/icon-check.svg) no-repeat center center /contain;
  display: block;
  position: absolute;
  left: 0;
}
.campain_price {
    font-size: 3rem;
    font-weight: bold;
}

.normal_price {
    font-size: 1.6rem;
    text-decoration: line-through;
}
@media screen and (max-width: 767px) {


  .c-card-5__subemphasis {
    margin-top: 10px;
  }
}

.discountprice {
  font-weight: bold;
}
.discountprice_rate {
  font-size: 0.9em;
  color: #d8523a;
  font-weight: bold;
}

.important_input_link {
  text-decoration:underline;
}

.c-important-box-1 {
    background: #f2f2f2;
    padding: 1em 1.5em;
    border-radius: .5em;
}

/* input[type=month] も input[type=text] と同じデザインに */
.c-form input[type=month] {
  padding: 10px 20px;
  height: 50px;
  border: solid 1px #343434;
  border-radius: 5px;
  background: #fafafa;
  caret-color: #000;
  font-size: 18px;
  line-height: 30px;
}

.c-form input[type=month]::-webkit-input-placeholder {
  color: #dfdfdf;
}
.c-form input[type=month]::-moz-placeholder {
  color: #dfdfdf;
}
.c-form input[type=month]:-ms-input-placeholder {
  color: #dfdfdf;
}
.c-form input[type=month]::-ms-input-placeholder {
  color: #dfdfdf;
}
.c-form input[type=month]::placeholder {
  color: #dfdfdf;
}
.c-form-group+.c-form-group {
  margin-top: 10px;
}



.important_confirm .c-form-group label,
.important_confirm .c-form-group span {
  margin-top: 20px;
  font-size: 18px;
  line-height: 30px;
}