@charset "UTF-8";
/* reset css
/* reset css
------------------------------------------------------------ */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 * 全ての要素にbox-sizing: border-box;.
 * 全ての背景画像にbackground-repeat: no-repeat.
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
}

.wrapper {
  overflow: hidden;
}

a {
  color: #222;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
}

@font-face {
  font-family: MyFont;
  src: url("../fonts/Bellerose.ttf") format("truetype");
}

body {
  letter-spacing: 0.05em;
}

:root {
  --base_color:#ffffff;
  --main_color:#222222;
  --key_color:#036EB8;
  --line_color:#8D8D8D;
}

#sp-nav {
  display: none;
}

@media (max-width: 767px) {
  #sp-nav {
    display: block;
  }
}

.sp-nav {
  width: 100%;
  height: 100vh;
  display: none;
}

.menu-btn {
  width: 80px;
  height: 80px;
  position: fixed;
  top: 50px;
  right: 50px;
  z-index: 10000;
  background: var(--key_color);
  border-radius: 50%;
}

@media (max-width: 767px) {
  .menu-btn {
    width: 60px;
    height: 60px;
    top: 30px;
    right: 30px;
  }
}

.menu-btn.hum {
  background: var(--base_color);
}

p.nav_txt {
  position: absolute;
  width: 60px;
}

p.nav_txt img {
  width: 100%;
}

#btn > span.nav_hum {
  width: 24px;
  height: 2px;
  background: var(--base_color);
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 9999;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

#btn > span.nav_hum:before {
  content: "";
  width: 24px;
  height: 2px;
  border-radius: 2px;
  background: var(--base_color);
  position: absolute;
  top: -14px;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#btn > span.nav_hum:after {
  content: "";
  width: 24px;
  height: 2px;
  border-radius: 2px;
  background: var(--base_color);
  position: absolute;
  top: 0;
  left: 0;
  bottom: -14px;
  right: 0;
  margin: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#btn.hum > span.nav_hum {
  background: transparent;
}

#btn.hum > span.nav_hum:before {
  background: var(--key_color);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
}

#btn.hum > span.nav_hum:after {
  background: var(--key_color);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 0;
}

span.nav_label {
  width: 24px;
  position: absolute;
  top: 26px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

span.nav_label img {
  width: 100%;
}

ul.sp-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: var(--key_color);
  z-index: 9999;
  margin: 0 auto;
  padding-top: 100px;
  text-align: center;
}

@media (max-width: 767px) {
  ul.sp-nav {
    padding-top: 25vh;
  }
}

ul.sp-nav li a {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  color: var(--base_color);
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

ul.sp-nav li a span {
  color: var(--base_color);
}

@media (max-width: 767px) {
  ul.sp-nav li a {
    font-size: 20px;
  }
}

ul.sp-nav li a:hover {
  opacity: 0.6;
}

header .header-wrapper {
  width: 100vw;
  height: 100vh;
  position: relative;
}

header .header-wrapper .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  header .header-wrapper .text-box {
    display: block;
  }
}

header .header-wrapper .text-box h1 {
  width: 17vw;
  margin: 50px 0 0 50px;
}

@media (max-width: 767px) {
  header .header-wrapper .text-box h1 {
    width: 36vw;
    margin: 50px 0 0 50px;
    height: 200px;
  }
}

header .header-wrapper .text-box h1 img {
  width: 100%;
}

header .header-wrapper .text-box p {
  width: 80vw;
  margin: 36vh auto;
  font-size: 33px;
  line-height: 2;
}

@media (max-width: 767px) {
  header .header-wrapper .text-box p {
    font-size: 20px;
  }
}

header .header-wrapper .text-box p span {
  font-size: 20px;
}

@media (max-width: 767px) {
  header .header-wrapper .text-box p span {
    font-size: 12px;
    padding-top: 30px;
  }
}

header .header-wrapper .text-box p .sp-on {
  display: none;
}

@media (max-width: 767px) {
  header .header-wrapper .text-box p .sp-on {
    display: block;
  }
}

@media (max-width: 767px) {
  header .header-wrapper .text-box p {
    width: 80vw;
    margin: 4vh auto 0;
    font-size: 20px;
  }
}

header .header-wrapper .bg {
  width: 100%;
  height: 20vh;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/mv_bg@3x.png) no-repeat top center/cover;
}

header .outline {
  width: 90vw;
  margin: 90px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-bottom: 90px;
  border-bottom: 1px #CECECE solid;
}

@media (max-width: 767px) {
  header .outline {
    margin: 50px auto;
    padding-bottom: 50px;
  }
}

header .outline .inner {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (max-width: 767px) {
  header .outline .inner {
    width: 80%;
    display: block;
  }
}

header .outline .inner h3 {
  font-size: 18px;
  line-height: 2;
}

@media (max-width: 767px) {
  header .outline .inner h3 {
    font-size: 16px;
  }
}

header .outline .inner h3 span {
  font-size: 14px;
  color: #838383;
}

@media (max-width: 767px) {
  header .outline .inner h3 span {
    font-size: 12px;
  }
}

header .outline .inner h2 {
  padding-top: 10px;
  font-size: 14px;
  line-height: 2;
}

@media (max-width: 767px) {
  header .outline .inner h2 {
    font-size: 10px;
  }
}

.wrapper {
  width: 74vw;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .wrapper {
    width: 90vw;
  }
}

.wrapper .page {
  margin-bottom: 200px;
}

@media (max-width: 767px) {
  .wrapper .page {
    margin-bottom: 100px;
  }
}

.wrapper .page h2.top-tit {
  font-size: 32px;
  margin: 50px 0 76px;
}

@media (max-width: 767px) {
  .wrapper .page h2.top-tit {
    font-size: 20px;
    margin: 40px 0 60px;
  }
}

.wrapper .page h2.top-tit span {
  font-size: 16px;
  padding-left: 40px;
}

@media (max-width: 900px) {
  .wrapper .page h2.top-tit span {
    font-size: 14px;
    padding-left: 50px;
  }
}

@media (max-width: 767px) {
  .wrapper .page h2.top-tit span {
    font-size: 10px;
  }
}

.wrapper .page h2.top-tit .sp-on {
  display: none;
}

@media (max-width: 900px) {
  .wrapper .page h2.top-tit .sp-on {
    display: block;
  }
}

@media (max-width: 767px) {
  .wrapper .page h2.top-tit.sp {
    font-size: 16px;
    margin: 40px 0 50px;
    font-weight: 100;
  }
}

.wrapper .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.wrapper .container .sec {
  width: 30%;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .wrapper .container .sec {
    width: 47%;
    margin-bottom: 34px;
  }
}

.wrapper .container .sec .inner {
  position: relative;
}

.wrapper .container .sec .inner .price {
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
  background: var(--main_color);
  color: var(--base_color);
  font-size: 8pt;
  text-align: right;
  padding: 5px 10px 5px 0;
}

@media (max-width: 767px) {
  .wrapper .container .sec .inner .price {
    width: 36%;
    padding: 3px 6px 3px 0;
    font-size: 5pt;
    text-align: left;
  }
}

.wrapper .container .sec h3 {
  font-size: 16px;
  padding: 10px 0;
}

@media (max-width: 767px) {
  .wrapper .container .sec h3 {
    font-size: 9px;
    padding: 6px 0;
  }
}

.wrapper .container .sec img {
  width: 100%;
  border-radius: 14px;
}

@media (max-width: 767px) {
  .wrapper .container .sec img {
    border-radius: 10px;
  }
}

.wrapper .container .box-l {
  width: 55%;
}

@media (max-width: 767px) {
  .wrapper .container .box-l {
    width: 90%;
    margin: 0 auto;
  }
}

.wrapper .container .box-l h3 {
  font-size: 20px;
  line-height: 2;
  margin-bottom: 90px;
}

@media (max-width: 767px) {
  .wrapper .container .box-l h3 {
    font-size: 12px;
    margin-bottom: 50px;
  }
}

.wrapper .container .box-l a.btn-more {
  display: block;
  width: 227px;
  border: 1px solid var(--key_color);
  border-radius: 32px;
  padding: 20px 0;
  text-align: center;
}

@media (max-width: 767px) {
  .wrapper .container .box-l a.btn-more {
    width: 150px;
    font-size: 11px;
    padding: 10px 0;
  }
}

.wrapper .container .box-l a.btn-more i {
  padding-left: 10px;
  font-size: 18px;
}

@media (max-width: 767px) {
  .wrapper .container .box-l a.btn-more i {
    font-size: 11px;
  }
}

.wrapper .container .box-r {
  width: 35%;
}

@media (max-width: 767px) {
  .wrapper .container .box-r {
    width: 90%;
    margin: 0 auto 40px;
  }
}

.wrapper .container .box-r img {
  width: 100%;
}

.wrapper .container p.txt {
  font-size: 14px;
  width: 90%;
  line-height: 2.5;
  margin-bottom: 44px;
}

@media (max-width: 767px) {
  .wrapper .container p.txt {
    width: 100%;
    font-size: 10px;
  }
}

.wrapper .container p.txt.right {
  text-align: right;
}

@media (max-width: 767px) {
  .wrapper .container p.txt.right {
    width: 100%;
    font-size: 10px;
  }
}

.wrapper .page.col1 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .wrapper .page.col1 .container {
    display: block;
  }
}

ul.gallery {
  width: 86%;
  display: -ms-grid;
  display: grid;
  margin: 0 auto;
  padding: 0;
}

@media (max-width: 900px) {
  ul.gallery {
    width: 100%;
  }
}

ul.gallery li.gallery-item {
  position: relative;
  margin: 40px 20px 0 0;
}

ul.gallery li.gallery-item a {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 900px) {
  ul.gallery li.gallery-item {
    margin: 12px;
  }
}

@media (max-width: 767px) {
  ul.gallery li.gallery-item {
    margin: 12px;
  }
}

ul.gallery li.gallery-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

ul.gallery li:before {
  content: "";
  display: block;
  padding-top: 100%;
}

ul.gallery li:before {
  content: "";
  display: block;
  padding-top: 100%;
}

ul.gallery li:nth-child(1) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}

ul.gallery li:nth-child(2) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}

@media (max-width: 900px) {
  ul.gallery li:nth-child(2) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}

@media (max-width: 767px) {
  ul.gallery li:nth-child(2) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}

ul.gallery li:nth-child(3) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  grid-row: 1;
}

@media (max-width: 900px) {
  ul.gallery li:nth-child(3) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}

@media (max-width: 767px) {
  ul.gallery li:nth-child(3) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
}

ul.gallery li:nth-child(4) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}

@media (max-width: 900px) {
  ul.gallery li:nth-child(4) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
}

@media (max-width: 767px) {
  ul.gallery li:nth-child(4) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
}

ul.gallery li:nth-child(5) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}

@media (max-width: 900px) {
  ul.gallery li:nth-child(5) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
}

@media (max-width: 767px) {
  ul.gallery li:nth-child(5) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
}

ul.gallery li:nth-child(6) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 2;
  grid-row: 2;
  margin-right: 0;
}

@media (max-width: 900px) {
  ul.gallery li:nth-child(6) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 2;
    grid-row: 2;
    margin: 12px;
  }
}

@media (max-width: 767px) {
  ul.gallery li:nth-child(6) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
    margin: 12px;
  }
}

footer .footer-form {
  background: var(--key_color);
  width: 100vw;
  height: 360px;
}

@media (max-width: 767px) {
  footer .footer-form {
    height: 240px;
  }
}

footer .footer-form .wrapper {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: var(--base_color);
}

@media (max-width: 767px) {
  footer .footer-form .wrapper {
    display: block;
    width: 80%;
    text-align: center;
  }
}

footer .footer-form .wrapper .notes {
  font-size: 24px;
  padding-top: 160px;
}

@media (max-width: 767px) {
  footer .footer-form .wrapper .notes {
    font-size: 16px;
    padding-top: 70px;
  }
}

footer .footer-form .wrapper p.link-btn {
  width: 224px;
  height: 64px;
  border: 1px solid var(--base_color);
  border-radius: 11px;
  margin-top: 153px;
  text-align: center;
  line-height: 64px;
}

@media (max-width: 767px) {
  footer .footer-form .wrapper p.link-btn {
    width: 140px;
    height: 40px;
    border-radius: 11px;
    line-height: 40px;
    font-size: 10px;
    margin: 34px auto;
  }
}

footer .footer-form .wrapper p.link-btn a {
  display: block;
  color: var(--base_color);
}

footer nav#footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 90vw;
  margin: 50px auto 0;
}

@media (max-width: 767px) {
  footer nav#footer-nav {
    display: block;
    width: 94vw;
  }
}

footer h2.logo {
  width: 20%;
  padding: 30px;
  margin-right: 90px;
}

footer h2.logo img {
  width: 100%;
}

@media (max-width: 767px) {
  footer h2.logo {
    width: 34%;
    padding: 0;
    margin-right: 0;
    margin: 0 0 30px 0;
  }
}

footer .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
}

@media (max-width: 767px) {
  footer .nav-list {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

footer .nav-list .list {
  width: 30%;
  line-height: 3;
}

@media (max-width: 767px) {
  footer .nav-list .list {
    width: 50%;
    letter-spacing: 0.01;
  }
}

footer .nav-list .list dt {
  font-size: 13px;
}

footer .nav-list .list dt a {
  display: block;
}

@media (max-width: 767px) {
  footer .nav-list .list dt a {
    font-size: 8px;
  }
}

@media (max-width: 767px) {
  footer .nav-list .list dt {
    font-size: 8px;
  }
}

footer .nav-list .list dd {
  font-size: 11px;
}

footer .nav-list .list dd a {
  display: block;
}

@media (max-width: 767px) {
  footer .nav-list .list dd a {
    font-size: 5px;
  }
}

@media (max-width: 767px) {
  footer .nav-list .list dd {
    width: 100%;
    font-size: 5px;
  }
}

footer .nav-list .list1 {
  width: 70%;
}

@media (max-width: 767px) {
  footer .nav-list .list1 {
    width: 100%;
    margin-bottom: 20px;
  }
}

footer .nav-list .list1 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .nav-list .list1 .row1, footer .nav-list .list1 .roe2 {
  width: 50%;
}

@media (max-width: 767px) {
  footer .nav-list .list1 .row1 {
    width: 52%;
  }
}

@media (max-width: 767px) {
  footer .nav-list .list1 .row2 {
    width: 48%;
  }
}

.copyright {
  border-bottom: 2px solid #EFEFEF;
  text-align: center;
}

.copyright small {
  color: var(--main_color);
  display: block;
  font-size: 12px;
  line-height: 1.66;
  padding: 38px 0;
}

@media (max-width: 767px) {
  .copyright small {
    font-size: 8px;
  }
}

@media (max-width: 767px) {
  .copyright {
    border-bottom: 0;
  }
  .copyright small {
    border-bottom: 0;
  }
}

header .header-wrapper.sub {
  width: 100vw;
  height: 30vh;
  position: relative;
}

header .text-box.sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  position: relative;
}

header .text-box.sub a {
  display: block;
}

header .text-box.sub h1 {
  position: absolute;
  left: 50px;
  top: 50px;
  width: 17vw;
  margin: 0;
}

@media (max-width: 767px) {
  header .text-box.sub h1 {
    left: 30px;
    top: 30px;
    width: 32vw;
  }
}

header .text-box.sub h1 img {
  width: 100%;
}

header .text-box.sub p {
  margin: 20vh auto 0;
  width: 100vw;
  font-size: 33px;
  line-height: 2;
  text-align: center;
}

@media (max-width: 767px) {
  header .text-box.sub p {
    font-size: 20px;
  }
}

header .outline.sub {
  width: 90vw;
  margin: 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 40px 0;
  border-bottom: 1px #CECECE solid;
  border-top: 1px #CECECE solid;
}

@media (max-width: 767px) {
  header .outline.sub {
    width: 90vw;
    margin: 20px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 20px 0;
  }
}

header .outline.sub .inner {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (max-width: 767px) {
  header .outline.sub .inner {
    width: 90%;
  }
}

header .outline.sub .inner h2 {
  padding-top: 10px;
  font-size: 14px;
  line-height: 2.5;
}

@media (max-width: 767px) {
  header .outline.sub .inner h2 {
    font-size: 8px;
  }
}

.wrapper article.detail {
  padding: 100px 0;
}

@media (max-width: 767px) {
  .wrapper article.detail {
    padding: 50px 0 20px;
  }
}

.wrapper article.detail h3.detail-tit {
  border-left: 10px solid var(--key_color);
  padding: 0.25em 0.4em;
  font-size: 32px;
  margin-bottom: 80px;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .wrapper article.detail h3.detail-tit {
    font-size: 18px;
    margin-bottom: 40px;
    border-left: 5px solid var(--key_color);
  }
}

.wrapper article.detail .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .wrapper article.detail .container {
    display: block;
  }
}

.wrapper article.detail .container .inner-l {
  width: 36%;
}

@media (max-width: 767px) {
  .wrapper article.detail .container .inner-l {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .wrapper article.detail .container .inner-l p.photo {
    margin-bottom: 20px;
  }
}

.wrapper article.detail .container .inner-l p.photo img {
  width: 100%;
  border-radius: 17px;
}

@media (max-width: 767px) {
  .wrapper article.detail .container .inner-l p.photo img {
    border-radius: 13px;
  }
}

.wrapper article.detail .container .inner-r {
  width: 60%;
}

@media (max-width: 767px) {
  .wrapper article.detail .container .inner-r {
    width: 100%;
  }
}

.wrapper article.detail .container .inner-r p.ttl {
  font-size: 22px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .wrapper article.detail .container .inner-r p.ttl {
    font-size: 16px;
  }
}

.wrapper article.detail .container .inner-r .txt {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 50px;
  width: 100%;
}

@media (max-width: 767px) {
  .wrapper article.detail .container .inner-r .txt {
    font-size: 11px;
  }
}

.wrapper article.detail .container .inner-r .price-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrapper article.detail .container .inner-r .price-list dl {
  width: 45%;
  line-height: 2.5;
  margin-bottom: 30px;
}

.wrapper article.detail .container .inner-r .price-list dl dt {
  font-size: 14px;
}

@media (max-width: 767px) {
  .wrapper article.detail .container .inner-r .price-list dl dt {
    font-size: 12px;
  }
}

.wrapper article.detail .container .inner-r .price-list dl dd {
  font-size: 14px;
  font-weight: bold;
  padding-right: 10px;
}

@media (max-width: 767px) {
  .wrapper article.detail .container .inner-r .price-list dl dd {
    font-size: 12px;
    padding-right: 0;
  }
}

.wrapper article.detail .container .inner-r .price-list dl dd span {
  font-size: 10px;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .wrapper article.detail .container .inner-r .price-list dl dd span {
    font-size: 8px;
  }
}

.wrapper article.detail .container .inner-r .price-list.col1 {
  display: block;
}

.wrapper article.detail .container .inner-r .price-list.col1 dl {
  width: 100%;
  line-height: 2.5;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .wrapper article.detail .container .inner-r .price-list.col1 dl {
    margin-bottom: 20px;
  }
}

.wrapper article.detail .container .inner-r .price-list.col1 dl dt {
  font-size: 14px;
}

@media (max-width: 767px) {
  .wrapper article.detail .container .inner-r .price-list.col1 dl dt {
    font-size: 12px;
  }
}

.wrapper article.detail .container .inner-r .price-list.col1 dl dt span {
  font-size: 10px;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .wrapper article.detail .container .inner-r .price-list.col1 dl dt span {
    font-size: 12px;
  }
}

.wrapper article.detail .container .inner-r .price-list.col1 dl dt span.plus {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .wrapper article.detail .container .inner-r .price-list.col1 dl dt span.plus {
    font-size: 8px;
  }
}

.wrapper article.detail .container .inner-r .price-list.col1 dl dd {
  font-size: 14px;
  font-weight: bold;
  padding-right: 10px;
}

@media (max-width: 767px) {
  .wrapper article.detail .container .inner-r .price-list.col1 dl dd {
    font-size: 12px;
    padding-right: 0;
  }
}

.wrapper article.detail .container .inner-r .price-list.col1 dl dd span {
  font-size: 10px;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .wrapper article.detail .container .inner-r .price-list.col1 dl dd span {
    font-size: 8px;
  }
}

.wrapper article.detail .container p.attention {
  font-size: 12px;
  color: #8D8D8D;
  line-height: 2;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .wrapper article.detail .container p.attention {
    font-size: 10px;
  }
}

.wrapper article.detail .container.list {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .wrapper article.detail .container.list {
    margin-bottom: 60px;
  }
}

.wrapper article.detail .inner-r.plan .plan-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #707070;
  padding-top: 38px;
}

@media (max-width: 767px) {
  .wrapper article.detail .inner-r.plan .plan-wrap {
    padding-top: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.wrapper article.detail .inner-r.plan .plan-wrap .left {
  width: 28%;
}

.wrapper article.detail .inner-r.plan .plan-wrap .left p.plan-number {
  margin: 0 auto;
  width: 120px;
  padding: 6px 10px;
  text-align: center;
  color: var(--base_color);
  background: var(--key_color);
  border-radius: 18px;
}

@media (max-width: 767px) {
  .wrapper article.detail .inner-r.plan .plan-wrap .left p.plan-number {
    width: 80px;
    font-size: 10px;
  }
}

.wrapper article.detail .inner-r.plan .plan-wrap .right {
  width: 68%;
}

.wrapper article.detail .inner-r.plan .plan-wrap .right p.txt {
  font-size: 18px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .wrapper article.detail .inner-r.plan .plan-wrap .right p.txt {
    font-size: 14px;
    margin-bottom: 16px;
  }
}

.wrapper article.detail .inner-r.plan .plan-wrap .right .price-list dl {
  width: 100%;
}

.wrapper article.detail .inner-r.plan .plan-wrap:first-child {
  padding-top: 0;
}

.wrapper article.detail .container.col1 {
  width: 100%;
  padding-top: 80px;
}

@media (max-width: 767px) {
  .wrapper article.detail .container.col1 {
    padding-top: 50px;
  }
}

.wrapper article.detail .container.col1 p.ttl {
  font-size: 24px;
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .wrapper article.detail .container.col1 p.ttl {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

.wrapper article.detail .container.col1 .attention-list {
  margin-bottom: 50px;
}

.wrapper article.detail .container.col1 .attention-list dl {
  margin-bottom: 50px;
}

.wrapper article.detail .container.col1 .attention-list dl dt {
  font-size: 22px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .wrapper article.detail .container.col1 .attention-list dl dt {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.wrapper article.detail .container.col1 .attention-list dl dd {
  font-size: 14px;
  line-height: 2;
  margin-left: 30px;
  display: list-item;
  list-style-type: disc;
}

@media (max-width: 767px) {
  .wrapper article.detail .container.col1 .attention-list dl dd {
    font-size: 12px;
  }
}

.outline.sub {
  display: block;
}

.outline.sub .inner.qa-list {
  display: block;
  width: 40%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .outline.sub .inner.qa-list {
    width: 100%;
    padding: 0;
  }
}

.outline.sub .inner.qa-list a.qa-link {
  display: block;
  width: 100%;
  padding: 5px 0;
}

.outline.sub .inner.qa-list a.qa-link p {
  font-size: 14px;
  line-height: 1;
}

@media (max-width: 767px) {
  .outline.sub .inner.qa-list a.qa-link p {
    font-size: 10px;
    text-align: center;
  }
}

.wrapper article.qa dl {
  width: 60%;
  margin: 50px auto 80px;
}

@media (max-width: 767px) {
  .wrapper article.qa dl {
    width: 90%;
    margin: 20px auto 50px;
  }
}

.wrapper article.qa dl dt {
  font-size: 22px;
  margin-bottom: 34px;
}

@media (max-width: 767px) {
  .wrapper article.qa dl dt {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.wrapper article.qa dl dd {
  color: #8D8D8D;
  font-size: 16px;
  margin-bottom: 90px;
  line-height: 2;
}

@media (max-width: 767px) {
  .wrapper article.qa dl dd {
    font-size: 12px;
    margin-bottom: 30px;
  }
}

.wrapper article.company {
  width: 50%;
  line-height: 2.8;
  margin: 50px auto 100px;
  font-size: 16px;
}

@media (max-width: 767px) {
  .wrapper article.company {
    width: 75%;
    line-height: 2.8;
    margin: 30px auto 50px;
    font-size: 10px;
  }
}

.wrapper article.company dl dt {
  float: left;
  color: #8E8E8E;
}

@media (max-width: 767px) {
  .wrapper article.company dl dt {
    float: none;
  }
}

.wrapper article.company dl dd {
  margin-left: 130px;
}

@media (max-width: 767px) {
  .wrapper article.company dl dd {
    margin-left: 0;
    margin-bottom: 6px;
  }
}

.form-sec {
  margin: 0 auto 140px;
  padding: 0 20px;
  width: 760px;
}

@media (max-width: 767px) {
  .form-sec {
    padding: 0;
    width: 98%;
  }
}

.form-sec p.must {
  color: var(--key_color);
  font-size: 14px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .form-sec p.must {
    font-size: 12px;
    margin: 20px 0;
  }
}

.form-sec p.must span {
  font-size: 10px;
  line-height: 14px;
}

.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .form-group {
    margin-bottom: 20px;
  }
}

.form-group .label {
  color: var(--main_color);
  font-size: 22px;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .form-group .label {
    font-size: 15px;
  }
}

.form-group .label .notes {
  color: var(--key_color);
  font-size: 10px;
  line-height: 18px;
  padding-left: 10px;
}

@media (max-width: 767px) {
  .form-group .label .notes {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .form-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form-group .label {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    width: 100%;
  }
  .form-group .label .notes {
    margin-left: 8px;
  }
}

.inputs {
  border: 1px solid var(--main_color);
  width: 500px;
  height: 60px;
}

@media (max-width: 767px) {
  .inputs {
    height: 34px;
  }
}

.inputs.textarea {
  height: 180px;
}

.item-list {
  width: 500px;
}

@media (max-width: 767px) {
  .item-list {
    width: 100%;
  }
}

.item-tit {
  color: var(--main_color);
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .item-tit {
    margin: 10px 0 20px;
  }
}

.checkbox {
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.checkbox .check-item {
  margin-right: 10px;
}

@media (max-width: 767px) {
  .checkbox .check-item {
    margin-right: 0;
  }
}

.checkbox .check-item label {
  padding-bottom: 8px;
}

.checkbox .check-item.sp-on {
  display: none;
}

.checkbox input[type="checkbox"] {
  margin-right: 8px;
}

.checkbox .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
}

@media (max-width: 767px) {
  .checkbox .check-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 10px;
    margin-right: 10px;
  }
  .checkbox .check-item.sp-on {
    display: block;
  }
  .checkbox .check-item.sp-off {
    display: none;
  }
  .checkbox .check-item.ex {
    margin-right: 42px;
  }
  .checkbox input[type="checkbox"] {
    margin-right: 2px;
  }
}

input[type="submit"] {
  background: var(--key_color);
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: normal;
  padding: 14px 55px 13px;
}
/*# sourceMappingURL=style.css.map */