@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;700&display=swap");
body {
  font-family: 'M PLUS Rounded 1c', "Helvetica Neue", "Helvetica", "Arial", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, YuGothic, "Yu Gothic", "ＭＳ ゴシック", sans-serif;
  background-color: #FDFDFF;
  line-height: 1.7;
  color: #080F0F;
}

html {
  scroll-behavior: smooth;
}

body {
  /* =WordPress Core
  -------------------------------------------------------------- */
  /* Text meant only for screen readers. */
  /* wordpress */
  /* /wordpress */
}
body .alignnone {
  margin: 5px 20px 20px 0;
}
body .aligncenter,
body div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
body .alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
body .alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
body a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
body a img.alignnone {
  margin: 5px 20px 20px 0;
}
body a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
body a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
body .wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
body .wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
body .wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
body .wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
body .wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
body .wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
body .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
body .screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
body .size-auto,
body .size-full,
body .size-large,
body .size-medium,
body .size-thumbnail {
  max-width: 100%;
  height: auto;
}
body .bypostauthor {
  display: none;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.py-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.pt-90 {
  padding-top: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

header .navbar {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}
header .navbar .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}
header .navbar ul {
  line-height: 1;
}
header .navbar ul li {
  align-items: center;
  display: flex;
}
header .navbar ul a {
  font-size: 0.8rem;
  margin-right: 2rem;
  font-weight: bold;
  border: 3px solid transparent;
  border-width: 0 0 2px 0;
}
header .navbar ul a.active {
  border-color: #9e5b8c;
}
header .navbar ul a.nav-link.colored {
  background-color: #9e5b8c;
  color: #FDFDFF;
  padding-left: 3rem;
  padding-right: 3rem;
  margin-right: 0;
  line-height: 2;
}
header .narrowpad {
  padding-right: 0;
}
header .navbar-light .navbar-toggler {
  border-width: 0;
}
header .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'><path stroke='rgba(218, 202, 68, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

@media (max-width: 768px) {
  .navbar a.nav-link.colored {
    margin-top: 0.5rem;
  }
}
.block32 .red {
  color: red;
}
.block32 .btn-cta {
  color: #FDFDFF;
  border-color: #9e5b8c;
  background-color: #9e5b8c;
  padding-left: 4rem;
  padding-right: 4rem;
  transition: 0.3s ease-out;
}
.block32 .btn-cta:hover {
  border-color: #f0dc2e;
  background-color: #f0dc2e;
  transform: translateX(2em) scale(1.2, 2);
}
.block32 .option {
  background-color: #f5f5f5;
  margin-bottom: 2rem;
}
.block32 .option h2, .block32 .option h3 {
  /*font-size: 1.2rem;*/
  /*font-weight: bold;*/
  /*margin-top: 0.5rem;*/
}
.block32 .option .option-body {
  display: none;
}
.block32 .option .option-body.active {
  display: block;
}
.block32 .option .choice a.option-box {
  text-decoration: none;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 150px;
  margin-bottom: 0.8rem;
  color: #080F0F;
  text-align: center;
}
.block32 .option .choice a.option-box .label {
  padding: 0 5px;
  font-size: 10px;
  position: absolute;
  right: 0;
  top: 0;
}
.block32 .option .choice a.option-box .recommend {
  background-color: #64926c;
  color: #fff;
}
.block32 .option .choice a.option-box .p10 {
  padding: 1rem;
}
.block32 .option .choice .option-box {
  border: 1px solid #f5f5f5;
  background-color: #FDFDFF;
  transition: 0.3s ease-out;
}
.block32 .option .choice .option-box:hover {
  background-color: #f3eec4;
}
.block32 .option .choice .option-box.selected {
  border: 2px solid #9e5b8c;
}
.block32 .option .choice .option-image {
  padding: 10px;
}
.block32 .option .choice .option-txt {
  word-wrap: break-word;
  hyphens: auto;
  line-break: strict;
}
.block32 .option .choice .option-name {
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.block32 .option .choice .option-desc {
  font-size: 0.8rem;
}
.block32 .desc {
  background-color: white;
}
.block32 .floatbox {
  background-color: #f5f5f5;
}

.block21 .service {
  background-color: #f5f5f5;
  margin-bottom: 2rem;
}
.block21 .service h2, .block21 .service h3 {
  /*font-size: 1.2rem;*/
  /*font-weight: bold;*/
  margin-top: 0.5rem;
}
.block21 .service .option-body {
  display: none;
}
.block21 .service .option-body.active {
  display: block;
}
.block21 .service .choice a.option-box {
  text-decoration: none;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  /*height: 150px;*/
  margin-bottom: 0.8rem;
  color: #080F0F;
  text-align: center;
}
.block21 .service .choice a.option-box .label {
  padding: 0 5px;
  font-size: 10px;
  position: absolute;
  right: 0;
  top: 0;
}
.block21 .service .choice a.option-box .recommend {
  background-color: #64926c;
  color: #fff;
}
.block21 .service .choice a.option-box .p10 {
  padding: 1rem;
}
.block21 .service .choice .option-box {
  border: 1px solid #f5f5f5;
  background-color: #FDFDFF;
  transition: 0.3s ease-out;
}
.block21 .service .choice .option-box:hover {
  background-color: #f3eec4;
}
.block21 .service .choice .option-box.selected {
  border: 2px solid #9e5b8c;
}
.block21 .service .choice .option-image {
  padding: 10px;
}
.block21 .service .choice .option-txt {
  word-wrap: break-word;
  hyphens: auto;
  line-break: strict;
}
.block21 .service .choice .option-name {
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.block21 .service .choice .option-desc {
  font-size: 0.8rem;
}
.block21 .to32.disabled {
  background-color: gray;
  cursor: not-allowed;
}

@media (min-width: 768px) {
  .floatbox.fix {
    position: fixed;
    top: 40px;
    right: 0;
  }
}
.block2,
.block7 {
  background-color: #FDFDFF;
}
.block2 .btn-color,
.block7 .btn-color {
  color: #FDFDFF;
  border-color: #9e5b8c;
  background-color: #9e5b8c;
  padding-left: 4rem;
  padding-right: 4rem;
  transition: 0.3s ease-out;
}
.block2 .btn-color:hover,
.block7 .btn-color:hover {
  border-color: #f3eec4;
  background-color: #f3eec4;
}
.block2 h2,
.block7 h2 {
  text-align: center;
  font-weight: bold;
}

.line {
  height: 3px;
  width: 3rem;
  background-color: #9e5b8c;
  margin: 0.5rem 0 2rem;
}

.block3 .archive-box .date {
  font-size: smaller;
  color: #9e5b8c;
  transition: color 0.5s;
}
.block3 .archive-box {
  height: 37rem;
}
.block3 .archive-box .archive-inner {
  background-color: #FDFDFF;
  box-shadow: 4px 4px 4px 2px rgba(160, 160, 160, 0.2);
  overflow: hidden;
}
.block3 .archive-box .archive-inner h3 {
  color: #080F0F;
  font-size: 1rem;
}
.block3 .archive-box header div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
}
.block3 .archive-box header {
  overflow: hidden;
}
.block3 .archive-box:hover header div {
  /* background-size: 170%;
  filter: saturate(2); */
  transform: scale(1.1);
}
.block3 .archive-box div.archive {
  height: 17rem;
  background-color: #FDFDFF;
  /* box-shadow   : 4px 4px 4px 2px rgba(160, 160, 160, .2); */
  overflow: hidden;
}
.block3 .archive-box a:hover {
  text-decoration: none;
}
.block3 .archive-box .title-multi {
  height: 84px;
  overflow: hidden;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block3 ul.term-box {
  display: flex;
  list-style: none;
}
.block3 ul.term-box li {
  background-color: #64926c;
  color: #FDFDFF;
  border-radius: 20rem;
  font-size: smaller;
  width: 10rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0.08rem;
  margin: 0.1rem;
  text-align: center;
}

.arrow_btn a {
  margin-top: 1.5rem;
  padding: 1.5rem;
  padding-right: 3.5rem;
  line-height: 1.5;
  text-decoration: none;
  border: 1px solid white;
  border-radius: 4px;
  display: block;
  position: relative;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}
.arrow_btn a::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border: 0;
  margin: -3px 0 0 0;
  border-top: solid 2px #64926c;
  border-right: solid 2px #64926c;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 3rem;
  display: block;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.arrow_btn a:hover {
  background-color: #f3eec4;
}
.arrow_btn a:hover::after {
  border-top: solid 2px white;
  border-right: solid 2px white;
}
.arrow_btn a .date,
.arrow_btn a h3 {
  font-size: 1rem;
}
.arrow_btn a .date {
  color: #9e5b8c;
}
.arrow_btn a h3 {
  color: #080F0F;
}

.gray_bg {
  background-color: white;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAApCAYAAABHomvIAAAAzElEQVRYhc3YRwrAQAxD0bn/kcUYZRcIaVNcZPD+bfVb750A3N7M6HlNGdd79wNG4AD4AKNwLsBI3DYwGrcFzMAtA7NwS8BM3DQwGzcFrMANA6twQ8BK3C+wGvcJVMC9AlVwj0Al3A2ohrsAFXEnUBUHgE0ZB4BNGWdmfsCodegCjJyu28DoXb0FzBj9y8CsIrEEzMwl08DsljMFrAhNw8CqCjYErEx0v8DqfvgJrMZ9AhVwr0AV3CNQCXcDquEuQEXcCVTFkWRTxpHkAXfBV8zdPkFKAAAAAElFTkSuQmCC");
}

.block3 h2,
.block4 h2,
.block5 h2,
.block6 h2 {
  text-align: center;
  font-weight: bold;
}
.block3 h2 .head,
.block4 h2 .head,
.block5 h2 .head,
.block6 h2 .head {
  position: relative;
  transform: translate(0, -6rem);
  width: 8rem;
  margin-bottom: -6rem;
}
.block3 h2 p,
.block4 h2 p,
.block5 h2 p,
.block6 h2 p {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 3rem;
}
.block3 h2 .tx-prime,
.block4 h2 .tx-prime,
.block5 h2 .tx-prime,
.block6 h2 .tx-prime {
  font-weight: normal;
  color: #9e5b8c;
  font-size: 3rem;
}

.bubble {
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid white;
  transition: 0.3s ease-out;
  cursor: pointer;
}
.bubble h3 {
  font-weight: bold;
  font-size: 1.1rem;
  color: #9e5b8c;
  text-align: center;
}
.bubble p {
  font-size: 0.8rem;
}
.bubble:hover {
  background-color: #f3eec4;
}

@media (min-width: 768px) {
  .bubble {
    max-width: calc(33.3% - 1rem);
  }
}
footer {
  background-color: #080F0F;
  color: #FDFDFF;
}
footer a {
  font-size: 0.8rem;
  text-decoration: none;
  color: #FDFDFF;
}
footer .small {
  font-size: 0.6rem;
}
footer ul {
  padding-left: 1rem;
}
footer .u {
  border: 1px solid #FDFDFF;
  border-width: 0 0 1px 0;
}
footer .qlist ul li {
  list-style-type: none !important;
}
footer .qlist ul li:before {
  content: ">";
  position: absolute;
  left: 1em;
  /*左端からのアイコンまでの距離*/
}
footer .menu a {
  font-family: "Josefin Sans", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, YuGothic, "Yu Gothic", "ＭＳ ゴシック", sans-serif;
  color: #FDFDFF;
}
footer .menu a:hover {
  text-decoration: none;
}
footer .menu .second {
  color: #64926c;
  font-size: 0.5rem;
}
footer .cp {
  color: #64926c;
  font-size: 0.6rem;
}

#to-top {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  width: 3rem;
  height: 3rem;
  transition: 0.4s;
  opacity: 0;
}
#to-top img {
  width: 3rem;
}
#to-top.active {
  opacity: 1;
}
#to-top:hover {
  text-decoration: none;
}

/*# sourceMappingURL=style_.css.map */





/*ここから笠井編集*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* 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 {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
  counter-reset: number 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 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* 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 {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  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-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

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

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-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;
  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 {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

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

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

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

/**
 * 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-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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


/*=============================================
Common style
=============================================*/

/*sp-none
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.sp-none {
  display: none;
}

/*text
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
html {
  font-family: 'M PLUS Rounded 1c', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 62.5%;
  line-height: 1.8;
  color: #323E48;
}

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

body {
  color: #3C333B;
  font-size: 1.6rem;
}

.sp-nav {
  display: none;
}

/*section共通
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

section {
  /*border-top :1px solid #9E5B8C;*/
  /*border-bottom: 1px solid #9E5B8C;*/
}

.section-title-content {
  text-align: center;
}

.section-title {
  font-size: 5rem;
  line-height: 1;
  margin-bottom: 4rem;
}

.section-title-leadtext {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 3rem;
}

.section-title-text {
  width: 78rem;
  margin: 0 auto;
}


/*Button
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.button {
  text-align: center;
}

.button__text {
  color: #fff;
  background-color: #9E5B8C;
  text-align: center;
  padding: 2.2rem 11rem;
  border-radius: 5px;
  margin-top: 5rem;
  display: inline-block;
}

/*inner
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.inner {
  width: 1000px;
  margin: 0 auto;
  padding: 12rem 0;
}





/*=============================================
Each style
=============================================*/


/*header
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#header {
  position: fixed;
  top: 0;
  width :100%;
  z-index: 9999;
  color: #9E5B8C;
  font-weight: bold;
  letter-spacing: 0.2em;
}

.header__inner {
  padding: 2rem 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo {
  height: 4rem;
}

.nav__wrapper {
  display: flex;
}

.nav__item {
  padding-left: 5rem;  
}

/*main-visual
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.main-visual {
  position: relative;
}
.main-visual__item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.main-visual__item__text {
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  margin-top: 3.6rem;
}

.main-visual__bg {
  width: 100vw;
}


/*okacre-toppage
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.plan-name {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.plan-text {
  margin-bottom: 2rem;
}

.top-h2 {
  font-size: 2rem;
}

/*banner*/

.top-banner-area {
  padding: 7rem 0 2rem 0;
}


.top-banner img{
  width: 100%;
  
}

/*service
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#service {
  background-color: #FAFAFA;
}

.service-content {
  background-color: #fff;
  box-shadow: 0 0 10px #ccc;
  border-radius: 2rem;
  margin-top: 10rem;
  padding: 8rem;
}

.service-content__text-area {
  border-left: 6px solid #9E5B8C;
  padding-left: 2.8rem;
}

.service-content__text-area__subtext {
  color: #DE4213;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.service-content__text-area__title img {
  height: 6rem;
  margin-bottom: 1.6rem;
}

.service-content__text-area__text {
  color: #9E5B8C;
  font-weight: bold;
  margin-bottom: 4rem;
}

.service-content__point-area {
  display: flex;
  justify-content: space-between;
  color: #9E5B8C;
  text-align: center;
}

.service-content__point-area__item {
  width: 18rem;
}

.service-content__point-area__item img {
  height: 112px;
}

.service-content__point-area__item__title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}


.service-content__point-area__item__text {
  text-align: left;
}


/*partner
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.partner-content {
  display: flex;
  justify-content: center;
}
.partner-content__item {
  height: 5rem;
  margin: 0 2rem;
}


/*footer
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#footer {
  background-color: #3C333B;
  color: #aaa;
  font-size: 1.2rem;
  width: 100%;
}

.footer-inner {
  max-width: 100rem;
  padding: 1rem 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}


.footer-inner small,
.footer-inner a {
  font-size: 1.2rem;
  color: #aaa;
}


/*subpage
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.subpage-main-visual {
  position: relative;
}

.subpage-main-visual__bg {
  width: 100%;
}

.subpage-main-visual__item__text {
  color: #9E5B8C;
  font-weight: bold;
  font-size: 5rem;
  letter-spacing: 0.2em;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}


.subpage-section__lead-text {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 6rem;
}

.subpage-section__lead-text h2 {
  margin-top: 4rem;
}

.subpage-section__text {
  margin-bottom: 4rem;
}

.subpage-section__text:last-child {
  margin-bottom: 0;
}

.subpage-section__lead-text__line1 {
  width: 2.5rem;
  height: 0.2rem;
  background-color: #9E5B8C;
  display: block;
  float: left;
}
.subpage-section__lead-text__line2 {
  width: 9rem;
  height: 0.2rem;
  background-color: #E0E0E0;
  display: block;
}


/*about-us*/

.about__content {
  display: flex;
  padding: 4rem 0;
  border-bottom: 1px solid #E0E0E0;
}
.about__content:last-child {
  border: none;
}

.about__content__item-name {
  color: #9E5B8C;
  width: 90px;
}

.about__content__item-text {
  min-width: 0;
}

.map {
  width: 100%;
  height: 300px;
}


/*Service*/
.service-information {
  text-align: center;
  color: #fff;
  background-color: #9E5B8C;
  width: 100%;
  border-radius: 1rem;
  padding: 1rem 0;
  margin-top: 7rem;
}


/*contact*/
.contact-form__content {
  margin: 10rem auto 0;
  width: 650px;
}

.contact-form__content__label {
  color: #9E5B8C;
  font-weight: bold;
}

.contact-form__content__input {
  border: 1px solid #A4A6AC;
  border-radius: 5px;
  width: 100%;
  padding: 0.5rem 1rem;
  margin: 1rem 0 4rem 0;
}

.contact-form__content__input input {
  width: 100%;
}


.contact-mail-addr {
  color: #9E5B8C;
  font-size: 2rem;
  font-weight: bold;
}

/*privacy policy*/

.privacy-policy-content__list {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.privacy-policy-content__list ul{
  padding-left: 1em;
}
.privacy-policy-content__list__item{
  text-indent: -1.3em;
  padding-left: 1.3em;
  padding-bottom: 3rem;
}
 .privacy-policy-content__list__item:before {
  counter-increment: item;
  content: counter(item)'.';
  /* 以下は自由に装飾... */
  padding-right: .5em;
  font-weight: bold;
  color: #9E5B8C;
}



/*=============================================
SP
=============================================*/
@media screen and (max-width: 767px) {
  body {
    max-width: 100%;
  }

  .inner {
    width: 100%;
    padding: 6rem 2rem;
  }


  .section-title-text {
    width: 100%;
  }

  .section-title {
    font-size: 3.2rem;
    margin-bottom: 1.8rem;
  }

  .pc-nav {
    display: none;
  }

  .button__text {
    padding: 1.2rem 11rem;
    margin-top: 4rem;
  }

/*  hamburger-menu
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

  .sp-nav {
    display: block;
  }
  /*アクティブになったエリア*/
#g-nav.panelactive{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
  top: 0;
  width:100%;
    height: 100vh;
}

/*丸の拡大*/
.circle-bg{
    position: fixed;
  z-index:3;
    /*丸の形*/
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #CCB5C6;
    /*丸のスタート位置と形状*/
  transform: scale(0);/*scaleをはじめは0に*/
  right:-50px;
    top:-50px;
    transition: all .6s;/*0.6秒かけてアニメーション*/
}

.circle-bg.circleactive{
  transform: scale(50);/*クラスが付与されたらscaleを拡大*/
}

/*ナビゲーションの縦スクロール*/
#g-nav-list{
    display: none;/*はじめは表示なし*/
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#g-nav.panelactive #g-nav-list{
     display: block; /*クラスが付与されたら出現*/
}

/*ナビゲーション*/
#g-nav ul {
  opacity: 0;/*はじめは透過0*/
    /*ナビゲーション天地中央揃え※レイアウトによって調整してください。不必要なら削除*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

/*背景が出現後にナビゲーションを表示*/
#g-nav.panelactive ul {
    opacity:1;
}

/* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
#g-nav.panelactive ul li{
animation-name:gnaviAnime;
animation-duration:1s;
animation-delay:.2s;/*0.2 秒遅らせて出現*/
animation-fill-mode:forwards;
opacity:0;
}
@keyframes gnaviAnime{
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}


/*リストのレイアウト設定*/
#g-nav li{
  text-align: center; 
  list-style: none;
}

#g-nav li a{
  color: #9E5B8C;
  text-decoration: none;
  padding:10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}


/*========= ボタンのためのCSS ===============*/
.openbtn1{
  position:fixed;
  top:10px;
  right: 10px;
  z-index: 9999;/*ボタンを最前面に*/
  cursor: pointer;
    width: 50px;
    height:50px;
}
  
/*×に変化*/  
.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
  background-color: #9E5B8C;
    width: 45%;
  }

.openbtn1 span:nth-of-type(1) {
  top:15px; 
}

.openbtn1 span:nth-of-type(2) {
  top:23px;
}

.openbtn1 span:nth-of-type(3) {
  top:31px;
}

.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
/*hamburger-menu-end
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*main-visual
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
  .main-visual__item {
    width: 80vw;
  }
  .main-visual__item__logo img{
    width: 40vw;
  }
  .main-visual__item__text {
    font-size: 1.8rem;
    margin-top: 1.2rem;
    line-height: 1.2;
  }
  .main-visual__bg {
    height: 350px;
    object-fit: cover;
  }



/*service
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.service-content {
  padding: 4rem 3rem;
  margin-top: 4rem;
}

.service-content__text-area {
  padding-left: 2.2rem;
}

.service-content__text-area__title img {
  max-width: 100%;
  height: auto;
}

.service-content__point-area {
  flex-wrap: wrap;
  justify-content: center;
}

.service-content__point-area__item {
  width: auto;
}


/*  partner
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
  .partner-content__item {
    height: 2rem;
    margin: 0 0.4rem;
  }

/*footer
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.footer-inner {
  display: block;
}


/*  subpage
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

  .subpage-main-visual__bg {
    height: 150px;
  }

  .subpage-main-visual__item__text {
    font-size: 3rem;
  }

  /*about*/
  .about__content {
    display: block;
    padding: 2rem 0;
  }



  /*contact*/
  .contact-form__content {
    width: 100%;
    margin: 5rem auto 0;
  }
  .contact-form__content__input {
    margin: 0.5rem 0 1.5rem 0;
  }

}
