@charset "UTF-8";
/*! sanitize.css v4.0.0 | CC0 License | github.com/10up/sanitize.css */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

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

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

template, [hidden] {
  display: none;
}

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

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

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: default;
  font-family: sans-serif;
  line-height: 1.5;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

hr {
  height: 0;
  overflow: visible;
}

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

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

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: inherit;
}

dfn {
  font-style: italic;
}

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

progress {
  vertical-align: baseline;
}

small {
  font-size: 83.3333%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

img {
  border-style: none;
}

svg {
  fill: currentColor;
}

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

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

:hover {
  outline-width: 0;
}

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

input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
  font-size: 1em;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox], [type=radio] {
  padding: 0;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

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

::-webkit-search-cancel-button, ::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

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

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

a, area, button, input, label, select, textarea, [tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

[hidden][aria-hidden=false] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}

* {
  padding: 0;
  margin: 0;
}

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

html {
  font-size: 62.5%;
}

address {
  font-style: normal;
}

button {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6, button, input, label, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}

:root {
  --black: #000;
  --mediumBrown60: rgba(133, 77, 23, 0.6);
  --brownishGrey: #606060;
  --greyishBrown: #424242;
  --warmGrey: #9a9a9a;
  --greyish: #a3a3a3;
  --pinkishGrey: #d1d1d1;
  --lightGrey: #f2f1ec;
  --lightGreyTwo: #f5f5f5;
  --light-grey-three: #e6e6e6;
  --turquoise: #78A801;
  --marine: #062749;
  --duckEggBlue: #efffed;
  --paleGrey: #dee8eb;
  --reddishPink: #ff336c;
  --reddishPink-rgb: 255, 51, 108;
  --carnation: #ff6d96;
  --veryLightPink: #fffafa;
  --veryLightPinkTwo: #fff2e8;
  --veryLightPinkThree: #fedfd6;
  --pumpkinOrange: #112D4E;
  --pumpkinOrange-rgb: 255,128,3;
  --lightSalmon: #fea48a;
  --lightPeach: #ffd8b9;
  --lightPeachTwo: #ffce9d;
  --pale: #fff0cf;
  --yellowTan: #ffde6d;
  --offWhite: #fff;
  --white: #FFF;
}

.color-orange {
  color: var(--pumpkinOrange);
}

.color-pink {
  color: var(--reddishPink);
}

/* settings
--------------------------- */
/* inview
--------------------------- */
.FadeIn {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.FadeIn--Start {
  opacity: 1;
}

.FadeIn_Up {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.FadeIn_Up--Start {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.FadeIn_LeftRight {
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.FadeIn_LeftRight--Start {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.FadeIn_RightLeft {
  opacity: 0;
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.FadeIn_RightLeft--Start {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.ZoomIn {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
          transform: scale(0.5, 0.5);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.ZoomIn--Start {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  opacity: 1;
}

.Blur {
  opacity: 0;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  -webkit-transition: opacity 0.6s ease-out, -webkit-filter 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-filter 0.6s ease-out;
  transition: opacity 0.6s ease-out, filter 0.6s ease-out;
  transition: opacity 0.6s ease-out, filter 0.6s ease-out, -webkit-filter 0.6s ease-out;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.Blur--Start {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

.pop-txt {
  opacity: 0;
  position: relative;
  bottom: -8px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.pop-txt:nth-child(1) {
  -webkit-transition-delay: calc(1 * 0.1s);
          transition-delay: calc(1 * 0.1s);
}
.pop-txt:nth-child(2) {
  -webkit-transition-delay: calc(2 * 0.1s);
          transition-delay: calc(2 * 0.1s);
}
.pop-txt:nth-child(3) {
  -webkit-transition-delay: calc(3 * 0.1s);
          transition-delay: calc(3 * 0.1s);
}
.pop-txt:nth-child(4) {
  -webkit-transition-delay: calc(4 * 0.1s);
          transition-delay: calc(4 * 0.1s);
}
.pop-txt:nth-child(5) {
  -webkit-transition-delay: calc(5 * 0.1s);
          transition-delay: calc(5 * 0.1s);
}
.pop-txt:nth-child(6) {
  -webkit-transition-delay: calc(6 * 0.1s);
          transition-delay: calc(6 * 0.1s);
}
.pop-txt:nth-child(7) {
  -webkit-transition-delay: calc(7 * 0.1s);
          transition-delay: calc(7 * 0.1s);
}
.pop-txt:nth-child(8) {
  -webkit-transition-delay: calc(8 * 0.1s);
          transition-delay: calc(8 * 0.1s);
}
.pop-txt:nth-child(9) {
  -webkit-transition-delay: calc(9 * 0.1s);
          transition-delay: calc(9 * 0.1s);
}
.pop-txt:nth-child(10) {
  -webkit-transition-delay: calc(10 * 0.1s);
          transition-delay: calc(10 * 0.1s);
}
.color--blue .pop-txt:nth-child(1) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.color--blue .pop-txt:nth-child(2) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.mv__catch--main .pop-txt:last-child {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.start--txt .pop-txt {
  opacity: 1;
  bottom: 0;
}

/* others
--------------------------- */
@-webkit-keyframes donuts {
  0% {
    width: 20px;
    height: 20px;
    opacity: 1;
  }
  100% {
    width: 6px;
    height: 6px;
    opacity: 0.2;
    margin-left: 7px;
  }
}
@keyframes donuts {
  0% {
    width: 20px;
    height: 20px;
    opacity: 1;
  }
  100% {
    width: 6px;
    height: 6px;
    opacity: 0.2;
    margin-left: 7px;
  }
}
@-webkit-keyframes scrollBtn {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
  20% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
  40% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
  }
  60% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
  }
}
@keyframes scrollBtn {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
  20% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
  40% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
  }
  60% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
  }
}
@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-1.5em);
            transform: translateY(-1.5em);
  }
}
@keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-1.5em);
            transform: translateY(-1.5em);
  }
}
.c-heading01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 3.1818181818em;
  margin: 0 auto;
  font-size: 2.0952380952em;
  font-weight: 500;
  line-height: 1.425;
  letter-spacing: 0;
  color: inherit;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 1.1363636364em;
}
.c-heading01::before, .c-heading01::after {
  content: "";
  width: 2.7272727273em;
  height: 2px;
  background: var(--pumpkinOrange);
  position: absolute;
  top: calc(55% - 1px);
  left: 0;
}
.c-heading01::after {
  left: auto;
  right: 0;
}
.c-heading01 span.color-orange,
.c-heading01 span.color-pink {
  font-weight: 700;
}
.c-heading01__speach {
  width: 3.0681818182em;
  position: absolute;
  top: -100%;
  left: 2.1em;
}
.c-heading01.mb20 {
  margin-bottom: 0.4545454545em;
}

.c-heading02 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 1.8181818182em;
  margin: 0 auto;
  font-size: 2.0952380952em;
  font-weight: 500;
  line-height: 1.425;
  letter-spacing: 0;
  color: inherit;
  position: relative;
  left: -0.9090909091em;
  z-index: 1;
  margin-bottom: 1em;
}
.c-heading02::before {
  content: "";
  width: 3.4090909091em;
  padding-top: 1.6363636364em;
  background: url() top left no-repeat;
  background-size: auto 100%;
  position: absolute;
  top: -0.4em;
  left: 0;
}
.c-heading02 span.color-orange,
.c-heading02 span.color-pink {
  font-weight: 700;
}

.c-heading03 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1em;
  margin: 0 auto;
  font-size: 2.0952380952em;
  font-weight: 700;
  line-height: 1.5;
  color: inherit;
  position: relative;
  margin-bottom: 1.1em;
}
.c-heading03::before, .c-heading03::after {
  content: "";
  width: 0.7954545455em;
  height: 0.9090909091em;
  background: url(../img/heading03_left.svg) no-repeat;
  background-size: auto 100%;
  position: absolute;
  bottom: 0.15em;
  left: 0;
}
.c-heading03::after {
  background-image: url(../img/heading03_right.svg);
  left: auto;
  right: 0;
}

.c-headingCat {
  display: inline-block;
  padding: 0 1.625em;
  border-radius: 5px;
  background: var(--pinkishGrey);
  font-size: 0.8556149733em;
  font-weight: 700;
  line-height: 2.25;
  color: #FFF;
  margin-bottom: 1em;
}
.c-headingCat:not(:last-child) {
  margin-right: 1em;
}
.c-headingCat.cat01 {
  background-color: var(--pumpkinOrange);
}
.c-headingCat.cat02 {
  background-color: var(--turquoise);
}
.c-headingCat.cat03 {
  background-color: var(--carnation);
}

* {
  word-wrap: break-word;
}

body {
  overflow-x: hidden;
  min-width: 320px;
  background: var(--white);
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(21 / 10 * 1rem);
  font-weight: 300;
  line-height: calc(47 / 21);
  letter-spacing: calc(0 * 0.001em);
  color: var(--black);
}

pre {
  white-space: inherit;
}

input,
textarea {
  font-family: inherit;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  image-rendering: crisp-edges;
}

a {
  cursor: pointer;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}
a:not([class]) {
  text-decoration: underline;
  color: inherit;
}
a:not([class]):hover {
  opacity: 1;
  text-decoration: none;
}

img,
a,
button,
select {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

input,
textarea,
select {
  border: none;
  background-color: var(--pinkishGrey);
}

mark {
  display: inline-block;
  background: none;
  color: inherit;
  -webkit-box-shadow: 0 -0.8em 0 var(--yellowTan) inset;
          box-shadow: 0 -0.8em 0 var(--yellowTan) inset;
}

ul {
  list-style-type: none;
}

::-moz-selection {
  background: var(--pale);
  color: var(--reddishPink);
}

::selection {
  background: var(--pale);
  color: var(--reddishPink);
}

/*-------------------
	header
-------------------*/
.l-header {
  width: 100%;
  height: 95px;
  position: relative;
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 95px;
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5000;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.l-header__inner.fixed {
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
}
.l-header__logo {
  display: inline-block;
  width: 350px;
	font-size:25px;
  margin: 0 1em;
	font-weight:bold;
}

.l-header__logo a {
	text-decoration:none; 
	color:#78A801;
}

.logoimg{
	width:200px;

}

.l-header__right {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 100px;
  height: 100%;
}
.l-header__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 284px;
  height: 100%;
  padding: 0.8em;
  margin-right: 40px;
  background: var(--turquoise);
  font-size: 1.0952380952em;
  font-weight: 400;
  color: #fff;
}
.l-header__btn--name {
  padding-left: 3.1739130435em;
  background: url(../img/icon_mail.svg) center left no-repeat;
  background-size: auto 1.5217391304em;
}

/*-------------------
	gnav
-------------------*/
.l-gnav {
  max-width: 100%;
}
.l-gnav__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  line-height: 1.8;
}
.l-gnav__link {
  display: inline-block;
  padding-left: 1em;
  position: relative;
}
.l-gnav__link::before {
  content: "";
  width: 0.3em;
  height: 0.3em;
  background: var(--pumpkinOrange);
  position: absolute;
  top: 0.75em;
  left: 0;
}
.l-gnav__link:hover, .l-gnav__link.current, .c-accordion.open .l-gnav__link {
  opacity: 1;
  color: var(--pumpkinOrange);
  text-decoration: underline;
}

/*-------------------
	drawer
-------------------*/
.l-drawerBtn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45px;
  height: 45px;
  border: none;
  background: none;
  font-size: 1rem;
  text-align: center;
  position: relative;
  z-index: 1000;
}
.l-drawerBtn__border {
  width: 100%;
  height: 2px;
  background: var(--marine);
  position: relative;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.l-drawerBtn__border::before, .l-drawerBtn__border::after {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--marine);
  position: absolute;
  top: -16px;
  left: 0;
  -webkit-transition: -webkit-transform ease-in-out 0.3s;
  transition: -webkit-transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
}
.l-drawerBtn__border::after {
  top: 16px;
}
.l-drawerBtn__border.open {
  background: transparent;
}
.l-drawerBtn__border.open::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-drawerBtn__border.open::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.l-drawer {
  width: 100%;
  height: 0;
  background: rgba(255, 255, 255, 0.9);
  font-size: inherit;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.l-drawer.open {
  height: auto;
  opacity: 1;
  pointer-events: inherit;
}
.l-drawer__inner {
  padding: calc(95px + 20px) 40px 20px;
}
/*-------------------
	mv
-------------------*/
.l-mv {
width: 100%;
margin:0 auto;
text-align:center;
}

.l-mv__leftInner {
width: 100%;
margin:0 auto;
}

.l-mv__catch {
  margin-bottom: 0.8em;
  font-size: 1.28em;
  line-height: 1.84375;
  position: relative;
  z-index: 1;
}
.l-mv__catch--sub {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5em;
  border-bottom: 3px solid var(--white);
  line-height: 1.5;
  white-space: nowrap;
}
.l-mv__catch--sub img {
  margin-left: 0.1em;
  margin-top: 0.15em;
}
.l-mv__catch--img {
  width: 100%;
  max-width: 537px;
}
.l-mv__lead {
  text-shadow: var(--pumpkinOrange) 3px 0px 0px, var(--pumpkinOrange) 2.83487px 0.981584px 0px, var(--pumpkinOrange) 2.35766px 1.85511px 0px, var(--pumpkinOrange) 1.62091px 2.52441px 0px, var(--pumpkinOrange) 0.705713px 2.91581px 0px, var(--pumpkinOrange) -0.287171px 2.98622px 0px, var(--pumpkinOrange) -1.24844px 2.72789px 0px, var(--pumpkinOrange) -2.07227px 2.16926px 0px, var(--pumpkinOrange) -2.66798px 1.37182px 0px, var(--pumpkinOrange) -2.96998px 0.42336px 0px, var(--pumpkinOrange) -2.94502px -0.571704px 0px, var(--pumpkinOrange) -2.59586px -1.50383px 0px, var(--pumpkinOrange) -1.96093px -2.27041px 0px, var(--pumpkinOrange) -1.11013px -2.78704px 0px, var(--pumpkinOrange) -0.137119px -2.99686px 0px, var(--pumpkinOrange) 0.850987px -2.87677px 0px, var(--pumpkinOrange) 1.74541px -2.43999px 0px, var(--pumpkinOrange) 2.44769px -1.73459px 0px, var(--pumpkinOrange) 2.88051px -0.838247px 0px;
  position: relative;
  z-index: 5;
}
.l-mv__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-mv__img {
  width: 44.4270833333vw;
  position: relative;
  left: -4.6875vw;
}

.l-main {
  padding: 0em 0 5em;
  position: relative;
}
.pageCode-index .l-main {
  padding: 0;
}
.l-main--column2 .l-main__contents {
  width: calc(950px - 15em - 3em);
}

.l-contents__block {
  width: 950px;
  max-width: calc(100% - (20px * 2));
  margin: 0 auto;
}
.l-main--column2 .l-contents__block {
  width: 100%;
  max-width: 100%;
}
.l-contents__block--min {
  width: 800px;
  max-width: calc(100% - (20px * 2));
  margin: 0 auto;
}
.l-main--column2 .l-contents__block--min {
  width: 100%;
  max-width: 100%;
}
.l-contents__block--wide {
  width: 1000px;
  max-width: calc(100% - (20px * 2));
  margin: 0 auto;
}
.l-main--column2 .l-contents__block--wide {
  width: 100%;
  max-width: 100%;
}
.l-contents__block--wide02 {
  width: 1100px;
  max-width: calc(100% - (20px * 2));
  margin: 0 auto;
}
.l-main--column2 .l-contents__block--wide02 {
  width: 100%;
  max-width: 100%;
}
.l-contents__block--break {
  padding-top: 95px;
  margin-top: -95px;
}
.l-contents__block--breakInner {
  padding: 4.7619047619em 0 5.7142857143em;
}

.c-contents {
  width: 950px;
  max-width: calc(100% - (20px * 2));
  margin: 0 auto;
}
.l-main--column2 .c-contents {
  width: 100%;
  max-width: 100%;
}
.c-contents--min {
  width: 800px;
  max-width: calc(100% - (20px * 2));
  margin: 0 auto;
}
.l-main--column2 .c-contents--min {
  width: 100%;
  max-width: 100%;
}
.c-contents--wide {
  width: 1000px;
  max-width: calc(100% - (20px * 2));
  margin: 0 auto;
}
.l-main--column2 .c-contents--wide {
  width: 100%;
  max-width: 100%;
}
.c-contents--wide02 {
  width: 1100px;
  max-width: calc(100% - (20px * 2));
  margin: 0 auto;
}
.l-main--column2 .c-contents--wide02 {
  width: 100%;
  max-width: 100%;
}

/*-------------------
	footer
-------------------*/
.l-footer {
  padding: 1.1em 20px;
  background: var(--white);
  font-size: 0.8em;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-align: center;
  position: relative;
  z-index: 1;
}
.l-footer__copyright {
  margin-top: 0.9em;
}

input, select,
textarea {
  max-width: 100%;
  height: 45px;
  padding: 0.5em;
}
input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: var(--pinkishGrey);
}
input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--pinkishGrey);
}
input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: var(--pinkishGrey);
}
input::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: var(--pinkishGrey);
}
input::placeholder, select::placeholder,
textarea::placeholder {
  color: var(--pinkishGrey);
}

select {
  cursor: pointer;
  color: var(--pinkishGrey);
}
select:focus {
  color: var(--black);
}

textarea {
  width: 100% !important;
  height: 200px;
}

input[type=submit],
.mfp_element_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  padding: 0.5em 0.5em 0.65sem;
  border: none;
  background: var(--pumpkinOrange);
  -webkit-box-shadow: 2.8px 2.8px 0 0 var(--mediumBrown60);
          box-shadow: 2.8px 2.8px 0 0 var(--mediumBrown60);
  font-size: 1.2714285714em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  text-decoration: none;
}
input[type=submit]:hover,
.mfp_element_button:hover {
  text-decoration: none;
  opacity: 0.7;
}

#mfp_button_cancel.mfp_element_button {
  background: var(--pumpkinOrange);
}

/*** btn ***/
.c-btnWrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 17em;
  margin: 1.2em auto 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: inherit;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
}
.c-btnWrap.center {
  text-align: center;
}

.c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0.4em 2em;
  background: var(--white);
  border: 2px solid var(--white);
  border-radius: 1.1945392491em;
  color: var(--pumpkinOrange);
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  z-index: 1;
}
.c-btn:hover {
  opacity: 1;
  background: var(--pumpkinOrange);
  color: var(--white);
}
.c-btn + .c-btn {
  margin-top: 2em;
}
.c-btn--more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0.4em 2em;
  background: var(--white);
  border: 2px solid var(--white);
  border-radius: 1.1945392491em;
  color: var(--pumpkinOrange);
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  z-index: 1;
  border-color: var(--pumpkinOrange);
  position: relative;
}
.c-btn--more:hover {
  opacity: 1;
  background: var(--pumpkinOrange);
  color: var(--white);
}
.c-btn--more::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent var(--pumpkinOrange);
  position: absolute;
  top: calc(50% - 6px);
  right: 1em;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.c-btn--more:hover::after {
  border-color: transparent transparent transparent var(--pumpkinOrange);
  right: calc(1em - 5px);
}
.c-btn--back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0.4em 2em;
  background: var(--white);
  border: 2px solid var(--white);
  border-radius: 1.1945392491em;
  color: var(--pumpkinOrange);
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  z-index: 1;
  border-color: var(--pumpkinOrange);
  position: relative;
}
.c-btn--back:hover {
  opacity: 1;
  background: var(--pumpkinOrange);
  color: var(--white);
}
.c-btn--back::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 8px 6px 0px;
  border-color: transparent var(--pumpkinOrange) transparent transparent;
  position: absolute;
  top: calc(50% - 6px);
  left: 1em;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.c-btn--back:hover::after {
  border-color: transparent var(--white) transparent transparent;
  left: calc(1em - 5px);
}
.c-btn--mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0.4em 2em;
  background: var(--white);
  border: 2px solid var(--white);
  border-radius: 1.1945392491em;
  color: var(--pumpkinOrange);
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  z-index: 1;
}
.c-btn--mail:hover {
  opacity: 1;
  background: var(--pumpkinOrange);
  color: var(--white);
}
.c-btn--mail .c-btn__txt {
  padding-left: 2.2em;
  position: relative;
}
.c-btn--mail .c-btn__txt::before {
  content: "";
  width: 1.2969283276em;
  height: 0.9556313993em;
  background: url(../img/icon_mail-green.png) no-repeat;
  background-size: auto 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.c-btn--mail:hover .c-btn__txt::before {
  background-image: url(../img/icon_mail.svg);
}

/*-------------------
  リスト
-------------------*/
.c-list {
  font-weight: 400;
  line-height: 1.6;
  color: var(--brownishGrey);
}
.c-list:not(:last-child) {
  margin-bottom: 1em;
}
.c-list__item:not(:last-child) {
  margin-bottom: 0.75em;
}

.c-ol {
  padding-left: 2em;
  list-style-type: decimal-leading-zero;
  line-height: 1.6;
}
.c-ol:not(:last-child) {
  margin-bottom: 1em;
}
.c-ol__item {
  list-style: inherit;
}
.c-ol__item:not(:last-child) {
  margin-bottom: 0.5em;
}

.c-note {
  line-height: 1.6;
}
.c-note:not(:last-child) {
  margin-bottom: 1em;
}
.c-note.bold {
  font-weight: 700;
}
.c-note__item {
  padding-left: 1em;
  position: relative;
}
.c-note__item::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.c-note__item:not(:last-child) {
  margin-bottom: 0.5em;
}

.c-checkList + .c-note {
  margin-top: 0.7em;
}
.c-checkList__item {
  padding-left: 1.4em;
  position: relative;
}
.c-checkList__item::before {
  content: "";
  width: 1em;
  height: 0.9em;
  background: url(../img/icon_check.svg) no-repeat;
  background-size: auto 100%;
  position: absolute;
  top: 0.3em;
  left: 0;
}
.c-checkList__item:not(:last-child) {
  margin-bottom: 1.5em;
}

.c-flexList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 6em;
  grid-row-gap: 6em;
}

.c-table {
  width: 100%;
  max-width: 748px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 3px;
  text-align: center;
}
.c-table__th {
  width: 13.35em;
  background-color: var(--lightPeach);
  font-weight: 400;
}
.c-table__th--none {
  background-color: transparent;
}
.c-table__th--head {
  width: 11.2em;
  background-color: var(--veryLightPinkTwo);
  font-weight: 400;
}
.c-table__td {
  background-color: var(--white);
  color: var(--brownishGrey);
}

/*-------------------
  スライダー
-------------------*/
.c-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.c-slider__list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-slider__listItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45.0704225352%;
  padding-top: 25.3521126761%;
  position: relative;
  cursor: pointer;
}
.c-slider__listItem .u-picture {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.c-slider .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.9em;
  position: relative;
  bottom: auto;
  left: auto;
  -webkit-transform: none;
          transform: none;
}
.c-slider .swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  margin: 0 10px;
  background: var(--greyish);
  opacity: 1;
}
.c-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--greyishBrown);
}

/*-------------------
	flexBox
-------------------*/
.c-imgTxt, .c-imgTxt--reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.c-imgTxt:not(:last-of-type), .c-imgTxt--reverse:not(:last-of-type) {
  margin-bottom: 4em;
}
.c-imgTxt--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.c-imgTxt + .c-imgTxt--reverse, .c-imgTxt--reverse + .c-imgTxt--reverse, .c-imgTxt--reverse + .c-imgTxt {
  margin-top: 4em;
}
.c-imgTxt__txtBox {
  width: 60%;
}
.c-imgTxt__img, .c-imgTxt__img--reverse {
  width: 32%;
}
.c-imgTxt__img img, .c-imgTxt__img--reverse img {
  width: 100%;
}
.c-imgTxt__img--reverse img {
  width: 100%;
}

/*-------------------
	背景ベタ100％BOX
-------------------*/
.c-cta {
  padding: 2em 20px 1.6em;
  background: url(../img/contactbtnbg.jpg) center no-repeat;
  background-size: 100% 100%;
  font-size: 1.3952380952em;
  font-weight: 500;
  line-height: 1.7747440273;
  color: #FFF;
  text-align: center;
}
.c-cta__inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

/*-------------------
	andMore
-------------------*/
.c-andMore__btn {
  cursor: pointer;
}
.c-andMore__target {
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.c-andMore__target.open {
  height: auto;
  overflow: visible;
  opacity: 1;
}

/*-------------------
	faq
-------------------*/
.c-faq {
  line-height: 1.6666666667;
}
.c-faq__item {
  padding-bottom: 1.5em;
  border-bottom: 1px solid var(--pinkishGrey);
}
.c-faq__item:not(:last-child) {
  margin-bottom: 1.5em;
}
.c-faq__q {
  padding: 0.1em 0 0.2em 2.7em;
  margin-bottom: 0.85em;
  font-size: 1.1428571429em;
  font-weight: 500;
  position: relative;
}
.c-faq__q::before {
  content: "Q";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.9166666667em;
  height: 1.9166666667em;
  border: 2px solid var(--pumpkinOrange);
  border-radius: 50%;
  background: var(--white);
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1;
  color: var(--pumpkinOrange);
  position: absolute;
  top: 0;
  left: 0;
}
.c-faq__a {
  padding: 0.15em 0 0.4em 3.1em;
  position: relative;
}
.c-faq__a::before {
  content: "A";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.9166666667em;
  height: 1.9166666667em;
  border: 2px solid var(--pumpkinOrange);
  border-radius: 50%;
  background: var(--pumpkinOrange);
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.1428571429em;
  font-weight: 700;
  line-height: 1;
  color: var(--white);
  position: absolute;
  top: 0;
  left: 0;
}

/*-------------------
	voice
-------------------*/
.c-voice {
  font-weight: 400;
  line-height: 1.9047619048;
}
.c-voice__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-voice__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.c-voice__item:not(:last-child) {
  margin-bottom: 1.9047619048em;
}
.c-voice__img {
  width: 10.5263157895%;
  min-width: 60px;
  margin-right: -0.6666666667em;
  text-align: right;
  position: relative;
}
.c-voice__item:nth-child(even) .c-voice__img {
  margin: 0 0 0 -0.6666666667em;
  text-align: left;
}
.c-voice__txt {
  width: 90.5263157895%;
  padding: 1em 2.8em 1.3em;
  background: var(--white);
}

/*-------------------
	メールフォーム
-------------------*/
.c-mailform {
  padding: 2.619047619em 2.7619047619em;
  background: var(--white);
  font-weight: 400;
}
.c-mailform__listItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c-mailform__listItem:not(:last-child) {
  margin-bottom: 0.5em;
}
.c-mailform__label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 10em;
  padding-top: 0.3em;
  font-weight: 500;
}
.c-mailform__label--req {
  display: inline-block;
  margin-left: 1.2em;
  font-size: 0.7619047619em;
  color: var(--pumpkinOrange);
}
.c-mailform__detail {
  width: 68%;
}
.c-mailform__detail select {
  width: 100%;
}
.c-mailform__detail input[type=text], .c-mailform__detail input[type=textarea], .c-mailform__detail input[type=email], .c-mailform__detail textarea[type=text], .c-mailform__detail textarea[type=textarea], .c-mailform__detail textarea[type=email], .c-mailform__detail select[type=text], .c-mailform__detail select[type=textarea], .c-mailform__detail select[type=email] {
  width: 100%;
}
.c-mailform__radio {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-mailform__radio:not(:last-child) {
  margin-right: 2em;
}
.c-mailform__agree {
  width: 68%;
  margin: 0.6em 0 0 auto;
  font-size: 0.9523809524em;
}
.c-mailform__agree--links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.7em;
}
.c-mailform__agree--check span.wpcf7-list-item-label {
  display: inline-block;
  padding-left: 1.5em;
  cursor: pointer;
  position: relative;
}
.c-mailform__agree--check span.wpcf7-list-item-label::before, .c-mailform__agree--check span.wpcf7-list-item-label::after {
  content: "";
  width: 1em;
  height: 1em;
  border: 2px solid var(--black);
  background: var(--white);
  position: absolute;
  top: 0.3em;
  left: 0;
  z-index: 1;
}
.c-mailform__agree--check span.wpcf7-list-item-label::before {
  background: url(../img/icon_agree.svg) center no-repeat;
  background-size: 70%;
  opacity: 0;
  z-index: 2;
}
.c-mailform__agree--check input {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-mailform__agree--check input:checked ~ span.wpcf7-list-item-label::before {
  opacity: 1;
}
.c-mailform__btnWrap {
  width: 68%;
  max-width: 100%;
  margin: 1.7em 0 0 auto;
}

/*-------------------
	contact form 7
-------------------*/
.p-contact .wpcf7 form .wpcf7-response-output {
  padding: 1em 0.5em;
  margin: 1em auto 0;
  border: 4px solid;
  background: rgba(var(--reddishPink-rgb), 0.2);
  font-weight: 400;
  text-align: center;
  color: var(--reddishPink);
}
.p-contact .wpcf7 form.invalid .wpcf7-response-output {
  border-color: var(--reddishPink);
}
.p-contact .wpcf7-not-valid-tip {
  color: var(--reddishPink);
}
.p-contact .wpcf7 form.sent .wpcf7-response-output {
  border-color: var(--turquoise);
  background: var(--white);
  color: var(--turquoise);
}

/*-------------------
	記事リスト（ピックアップ）
-------------------*/
.c-articleList {
  font-size: 0.8904761905em;
  line-height: 1.5;
}
.c-articleList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.65em 0;
}
.c-articleList__item:not(:last-child) {
  border-bottom: 1px solid var(--pinkishGrey);
}
.c-articleList__left {
  width: 8em;
  color: var(--greyish);
}
.c-articleList__date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 7em;
  font-weight: 700;
  color: var(--brownishGrey);
  white-space: nowrap;
}
.c-articleList__cat {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: inline-block;
  padding: 0 1.625em;
  margin-right: 1.7em;
  border-radius: 5px;
  background: var(--pinkishGrey);
  font-size: 0.8556149733em;
  font-weight: 700;
  line-height: 2.25;
  color: #FFF;
}
.c-articleList__cat.cat01 {
  background-color: var(--pumpkinOrange);
}
.c-articleList__cat.cat02 {
  background-color: var(--turquoise);
}
.c-articleList__cat.cat03 {
  background-color: var(--carnation);
}

/*-------------------
	詳細ページ
-------------------*/
.p-articleDetail__head {
  margin-bottom: 2em;
}
.p-articleDetail__head > *:not(:last-child) {
  margin-right: 1em;
}
.p-articleDetail__head h2 {
  display: block;
  margin: 0.5em 0 0;
}
.p-articleDetail__date {
  font-size: 0.8em;
  line-height: 1.4;
}
.p-articleDetail__pager {
  margin-top: 5em;
}

/*-------------------
	ページ送り
-------------------*/
.c-pager {
  margin-top: 5em;
  text-align: center;
}
.c-pager__list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.c-pager__listItem {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2em;
  height: 2em;
  padding: 0 0 0.1em;
  border: 1px solid var(--black);
  border-radius: 50%;
  background: var(--white);
  font-weight: 700;
  color: var(--black);
}
.c-pager__listItem:not(:last-child) {
  margin-right: 1em;
}
.c-pager__listItem:hover, .c-pager__listItem.current {
  opacity: 1;
  border-color: var(--greyish);
  background: var(--greyish);
  color: var(--white);
}
.c-pager__listItem--prev {
  margin-right: 1em;
}
.c-pager__listItem--omit {
  display: inline-block;
  margin-right: 1em;
  color: var(--black);
}

.c-pagerDetail {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 2em;
  margin-top: 8em;
}
.c-pagerDetail__item, .c-pagerDetail > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1em 2em;
  background: var(--pinkishGrey);
  text-decoration: none;
}
.c-pagerDetail__item:hover, .c-pagerDetail > a:hover {
  opacity: 1;
  background: var(--greyish);
  color: #FFF;
}
.c-pagerDetail > a[rel=next] {
  grid-area: 1/2/2/3;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-pagerDetail > a[rel=prev] {
  grid-area: 1/1/2/2;
}

.p-block:not(:last-child) {
  margin-bottom: 5em;
}

.c-section:not(:last-child) {
  margin-bottom: 4em;
}

.p-freePage__head {
  margin-bottom: 3em;
  text-align: right;
}
.p-freePage__head .c-heading01 {
  margin-bottom: 0.5em;
  text-align: center;
}
.p-freePage__head time {
  display: inline-block;
  margin-left: 2em;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.8em;
}
.p-freePage h2:not([class]) {
  font-size: 1.5em;
  font-weight: 500;
}
.p-freePage h2:not([class]):not(:last-child) {
  margin-bottom: 1em;
}
.p-freePage h3:not([class]) {
  font-size: 1.2em;
  font-weight: 400;
}
.p-freePage h3:not([class]):not(:last-child) {
  margin-bottom: 1em;
}
.p-freePage figure:not(:last-child) {
  margin-bottom: 2em;
}
.p-freePage strong {
  font-size: 1.2em;
  font-weight: 700;
}
.p-freePage p:not(:last-child) {
  margin-bottom: 4em;
}
.p-freePage p + p {
  margin-top: -2em;
}
.p-freePage ul:not([class]):not(:last-child) {
  margin-bottom: 2em;
}
.p-freePage ul:not([class]) li {
  padding-left: 1em;
  line-height: 1.6;
  position: relative;
}
.p-freePage ul:not([class]) li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.p-freePage ul:not([class]) li:not(:last-child) {
  margin-bottom: 0.4em;
}
.p-freePage ol:not([class]):not(:last-child) {
  margin-bottom: 2em;
}
.p-freePage ol:not([class]) li {
  list-style: decimal;
  list-style-position: inside;
}
.p-freePage ol:not([class]) li:not(:last-child) {
  margin-bottom: 0.4em;
}
.p-freePage table {
  width: 100%;
}
.p-freePage table:not(:last-child) {
  margin-bottom: 2em;
}
.p-freePage table tr {
  border-bottom: 1px solid var(--pinkishGrey);
}
.p-freePage table th, .p-freePage table td {
  padding: 1em 1em;
  text-align: left;
}
.p-freePage p + ul,
.p-freePage p + ol {
  margin-top: -1em;
}

.u-fwN {
  font-weight: 400;
}

.u-tt {
  text-transform: inherit;
}
.u-tt--capitalize {
  text-transform: capitalize;
}
.u-tt--uppercase {
  text-transform: uppercase;
}
.u-tt--lowercase {
  text-transform: lowercase;
}

.u-txt:not(:last-child) {
  margin-bottom: 1em;
}
.u-txt.center {
  text-align: center;
}
.c-imgTxt + .u-txt {
  margin: 2em auto;
}
.u-figure + .u-txt {
  margin-top: 2em;
}

.u-lead {
  margin-bottom: 3em;
  line-height: 1.9047619048;
  text-align: center;
}

.u-maker {
  display: inline-block;
  -webkit-box-shadow: 0 -10px 0 var(--yellowTan) inset;
          box-shadow: 0 -10px 0 var(--yellowTan) inset;
  line-height: 1.2;
}

br.u-sp,
span.u-sp {
  display: none;
}

span.u-dib,
span.u-dib--sp {
  display: inline-block;
}

.u-spBlock {
  display: none;
}
.u-red {
  color: var(--pumpkinOrange);
}

.u-anchorLink {
  padding-top: calc(95px + 50px);
  margin-top: -95px;
}

.u-catList {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.u-catList__item {
  display: inline-block;
  padding: 0 1.625em;
  border-radius: 5px;
  background: var(--pinkishGrey);
  font-size: 0.8556149733em;
  font-weight: 700;
  line-height: 2.25;
  color: #FFF;
  padding: 0;
}
.u-catList__item:not(:last-child) {
  margin-right: 1em;
}
.u-catList__item.cat01 {
  background-color: var(--pumpkinOrange);
}
.u-catList__item.cat02 {
  background-color: var(--turquoise);
}
.u-catList__item.cat03 {
  background-color: var(--carnation);
}
.u-catList__item > a {
  display: inline-block;
  padding: 0 1em;
  text-decoration: none;
}
.u-catList__item > a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.u-picture {
  display: block;
  text-align: center;
}
.u-picture img {
  display: inline-block;
}
.u-picture:not(:last-child) {
  margin-bottom: 2em;
}
.u-picture__caption {
  margin-top: 2.2em;
  text-align: center;
}

.u-map {
  width: 100%;
  height: 400px;
}
.u-map iframe {
  width: 100%;
  height: 100%;
}

.u-video {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.u-video > picture {
  width: 100%;
}
.u-video > picture img, .u-video > iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.u-video.videoModaal > iframe {
  pointer-events: none;
}

.u-date {
  display: inline-block;
  font-size: 0.8em;
  line-height: 1;
}

.u-cat {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1em;
  background: var(--greyish);
  font-size: 0.8em;
  line-height: 1.6;
  color: #FFF;
}

.u-note {
  padding-left: 1em;
  position: relative;
}
.u-note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.u-square {
  padding-left: 1em;
  position: relative;
}
.u-square::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
}

.u-price {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 0.8em;
}
.u-price__times {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.u-price__times.center {
  -ms-flex-item-align: center;
      align-self: center;
}
.u-price__num {
  margin: 0 0.2571428571em;
  font-size: 2.1875em;
  font-weight: 700;
  line-height: 1;
}
.u-price__num > span {
  font-size: 0.5714285714em;
}

.u-priceLabel {
  font-size: 0.8em;
}

.u-plus {
  margin: 0.15em auto 0;
  font-size: 1.65em;
  font-weight: 700;
  line-height: 1;
}

.u-reward {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6em;
  font-weight: 700;
}
.u-reward > span {
  margin-top: 0.3em;
  font-size: 0.5625em;
  font-weight: 400;
}

.p-trouble {
  padding: 4.0952380952em 0 0;
  background-color: var(--lightGrey);
  text-align: center;
  position: relative;
}
.p-trouble::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 30px 0 30px;
  border-color: var(--lightGrey) transparent transparent transparent;
  position: absolute;
  bottom: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-trouble .c-heading01 {
  margin-bottom: 0.7727272727em;
}

.p-resolve {
  padding: 5.619047619em 0;
  background-color: var(--offWhite);
}
.p-resolve .c-heading02 {
  margin-bottom: 1.55em;
}

.p-about {
  padding-top: 7.380952381em;
 
}

.c-about {
  text-align: center;
}
.c-about__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 1.9047619048em;
  grid-row-gap: 1.9047619048em;
}
.c-about__listItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.8em 0.5em 0.6em;
  border: 3px solid var(--warmGrey);
  border-radius: 10px;
  background: var(--white);
  font-size: 1.1428571429em;
  line-height: 1.6666666667;
  font-weight: 500;
  color: var(--pumpkinOrange);
}
.c-about__listItem:first-child {
  border-color: var(--pumpkinOrange);
  position: relative;
  z-index: 1;
}
.c-about__listItem:first-child::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 14px 0 14px;
  border-color: var(--white) transparent transparent transparent;
  position: absolute;
  bottom: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-about__listItem:first-child::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 17px 0 17px;
  border-color: var(--pumpkinOrange) transparent transparent transparent;
  position: absolute;
  bottom: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.c-about__listImg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 192px;
  height: 150px;
  max-width: 20vw;
  margin-bottom: 0.6em;
}
.c-about__reason {
  padding: 0.15em 0.5em 0.3em;
  margin: 0.6em auto 1.95em;
  border: 3px solid var(--pumpkinOrange);
  border-radius: 10px;
  background: var(--white);
  font-weight: 400;
  position: relative;
}
.c-about__reason::before {
  content: "";
  width: 4em;
  height: 3px;
  background: var(--white);
  position: absolute;
  top: -3px;
  left: calc((33.3333333333% - 1em) / 2 - 2em);
}
.c-about__reason .u-maker {
  font-weight: 500;
}
.c-about__message {
  font-size: 1.4761904762em;
  font-weight: 500;
  line-height: 1.875;
}

.p-idea {
  padding-top: 7.5238095238em;
  background-color: var(--duckEggBlue);
}

.c-idea {
  padding: 2.85em 20px;
  margin: 4.3em auto 0;
  background-color: var(--offWhite);
  text-align: center;
  overflow: hidden;
}
.c-idea__block {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.c-idea__block:not(:last-child) {
  padding-bottom: calc(2.9em + 27px);
  margin-bottom: 2.1em;
  position: relative;
}
.c-idea__block:not(:last-child)::after {
  content: "";
  width: 950px;
  height: 27px;
  background: url(../img/border_partition.svg) bottom center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-idea__block img + .u-txt {
  margin-top: 1.2em;
}
.c-idea__list {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.9047619048;
  text-align: left;
}
.c-idea__list .color-pink {
  font-weight: 500;
}
.c-idea__listItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-idea__listItem:not(:last-child) {
  margin-bottom: 1.9047619048em;
}
.c-idea__listImg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 112px;
  height: 97px;
  margin-right: 1.8095238095em;
}
.c-idea__heading {
  margin-bottom: 1.3em;
  font-weight: 400;
  text-align: center;
}
.c-idea__message {
  margin-bottom: 1.1em;
  font-size: 1.5238095238em;
  font-weight: 500;
  line-height: 1.875;
  text-align: center;
}

.c-ideaTools {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 0.9523809524em;
  grid-row-gap: 0.9523809524em;
}
.c-ideaTools__item {
  padding: 0.65em 0.5em 1.2em;
  background: var(--white);
}
.c-ideaTools__label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0.5em;
  border-bottom: 1px solid var(--pinkishGrey);
  font-weight: 400;
}
.c-ideaTools__label--icon {
  max-width: 1.9523809524em;
  margin-right: 0.5238095238em;
}
.c-ideaTools__detail {
  width: 100%;
  max-width: 16em;
  margin: 0 auto;
  font-size: 0.8904761905em;
  font-weight: 400;
  line-height: 1.57;
  color: var(--brownishGrey);
  text-align: left;
}

.c-ideaResult__heading {
  margin-bottom: 0.55em;
  font-size: 1.5238095238em;
  font-weight: 500;
  line-height: 1.875;
}
.c-ideaResult__frame {
  display: inline-block;
  padding: 3px;
  margin: 0 0.4em;
  border-radius: 10px;
  background: var(--reddishPink);
  font-weight: 700;
  line-height: 1.71875;
  color: var(--reddishPink);
  position: relative;
}
.c-ideaResult__frame::before, .c-ideaResult__frame::after {
  content: "";
  width: 1.05em;
  height: 0.6em;
  background: #FFF;
  border-radius: 8px 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  position: absolute;
}
.c-ideaResult__frame::after {
  border-radius: 0 0 8px 0;
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
}
.c-ideaResult__frame > span {
  display: inline-block;
  padding: 0 0.5em;
  border-radius: 7px;
  background: var(--white);
  position: relative;
  z-index: 1;
}
.c-ideaResult__frame > span::before, .c-ideaResult__frame > span::after {
  content: "";
  width: 0.5em;
  height: 0.375em;
  background: url(../img/icon_quotation-top.svg) no-repeat;
  background-size: auto 100%;
  position: absolute;
  top: -0.2em;
  left: 0.1em;
}
.c-ideaResult__frame > span::after {
  background-image: url(../img/icon_quotation-bottom.svg);
  top: auto;
  left: auto;
  bottom: -0.2em;
  right: 0.1em;
}
.c-ideaResult__txt {
  margin-top: 1.7em;
  line-height: 1.9047619048;
}

.p-difference {
  padding-top: 7.5238095238em;
  background-color: var(--veryLightPink);
}

.c-difference__list {
  padding: 2.05em 1.9em;
  margin-bottom: 2.8571428571em;
  background: var(--white);
  line-height: 1.9047619048;
  position: relative;
}
.c-difference__listItem {
  max-width: 32em;
  padding-left: 1.4285714286em;
  position: relative;
}
.c-difference__listItem::before {
  content: "";
  width: 1.0476190476em;
  height: 0.9047619048em;
  background: url(../img/icon_check.svg) no-repeat;
  background-size: auto 100%;
  position: absolute;
  top: 0.6em;
  left: 0;
}
.c-difference__listItem:not(:last-child) {
  margin-bottom: 1em;
}
.c-difference__listItem .color-pink {
  font-weight: 400;
}
.c-difference__listImg {
  position: absolute;
  bottom: 0.55em;
  right: 4.3em;
}

.p-reason {
  background-color: var(--offWhite);
}

.c-reasonList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 2.5714285714em;
  grid-row-gap: 2.5714285714em;
  margin-top: 5.2em;
  line-height: 1.9047619048;
  text-align: center;
}
.c-reasonList__item {
  padding: 1.9em 0.8em 0.9em;
  border: 3px solid var(--pumpkinOrange);
  border-radius: 15px;
  background: var(--white);
  position: relative;
}
.c-reasonList__item::before {
  content: "";
  width: 7em;
  height: 3px;
  background: var(--white);
  position: absolute;
  top: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.c-reasonList__num {
  max-width: 3.9047619048em;
  position: absolute;
  top: -1%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.c-reasonList__title {
  margin-bottom: 1.4em;
  font-size: 1.1428571429em;
  font-weight: 500;
  line-height: 1.5;
}
.c-reasonList__img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 66px;
  margin: 0 auto 0.35em;
}
.c-reasonList__txt {
  max-width: 13em;
  margin: 0 auto;
  text-align: left;
}

.p-forte {
  background-color: var(--duckEggBlue);
}
.p-forte__txt {
  max-width: 35em;
  margin: 0 auto;
  font-weight: 400;
}

.p-progress {
  background-color: var(--veryLightPink);
}
.p-progress .c-heading01 {
  margin-bottom: 1.85em;
}

.c-progressList__item {
  overflow: hidden;
}
.c-progressList__item:not(:last-child) {
  margin-bottom: 4.2857142857em;
}
.c-progressList__title {
  display: inline-block;
  padding-right: 4px;
  font-size: 1.6523809524em;
  font-weight: 700;
  line-height: 1.65129683;
  letter-spacing: 0.08em;
  color: var(--pumpkinOrange);
}

.c-progressList__title--txt {
  margin-right: 0.5187319885em;
  vertical-align: middle;
  position: relative;
  z-index: 5;
}
.c-progressList__title--img {
  max-height: 1.8155619597em;
  position: relative;
  z-index: 5;
}
.c-progressList .c-imgTxt__txtBox {
  width: 76%;
}
.c-progressList .c-imgTxt__img {
  width: 30.6%;
}

.p-flow {
  background-color: var(--offWhite);
}

.c-flow {
  font-weight: 500;
  line-height: 1.6666666667;
  text-align: center;
}
.c-flow__item, .c-flow__item--dashed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 760px;
  min-height: 4.619047619em;
  padding: 0.5em 0.5em;
  margin: 0 auto;
  border: 3px solid var(--pumpkinOrange);
  border-radius: 15px;
  background: var(--white);
}
.c-flow__item:not(:last-child), .c-flow__flex--left .c-flow__item:last-child, .c-flow__wrap .c-flow__item:last-child, .c-flow__item--dashed:not(:last-child), .c-flow__flex--left .c-flow__item--dashed:last-child, .c-flow__wrap .c-flow__item--dashed:last-child {
  margin-bottom: 2.380952381em;
  position: relative;
}
.c-flow__item:not(:last-child)::after, .c-flow__flex--left .c-flow__item:last-child::after, .c-flow__wrap .c-flow__item:last-child::after, .c-flow__item--dashed:not(:last-child)::after, .c-flow__flex--left .c-flow__item--dashed:last-child::after, .c-flow__wrap .c-flow__item--dashed:last-child::after {
  content: "";
  width: 1.4285714286em;
  height: 0.7142857143em;
  background: url(../img/arrow_flow.svg) center no-repeat;
  background-size: auto 100%;
  position: absolute;
  bottom: -50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-flow__wrap > .c-flow__item:last-child, .c-flow__wrap > .c-flow__item--dashed:last-child {
  margin-bottom: 0;
}
.c-flow__item--dashed {
  border-style: dashed;
  background: var(--pale);
}
.c-flow__wrap {
  padding: 1em;
  background-color: var(--veryLightPinkThree);
  margin-bottom: 1.380952381em;
}
.c-flow__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}
.c-flow__flex--left {
  width: 61.1842105263%;
}
.c-flow__flex--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 31.0526315789%;
  margin-bottom: 2.380952381em;
  background-color: var(--lightSalmon);
  color: var(--white);
  position: relative;
}
.c-flow__flex--right::before, .c-flow__flex--right::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.0952380952em 0 0 5.619047619em;
  border-color: transparent transparent transparent var(--veryLightPinkThree);
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-flow__flex--right::after {
  border-width: 0 0 2.0952380952em 5.619047619em;
  border-color: transparent transparent var(--veryLightPinkThree) transparent;
  left: auto;
  right: 0;
}

.p-step {
  background-color: var(--duckEggBlue);
}
.p-step .c-heading01 {
  margin-bottom: 2.8em;
}

.c-stepList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  font-weight: 400;
  line-height: 1.6666666667;
  text-align: center;
}
.c-stepList .color-pink {
  font-weight: 500;
}
.c-stepList__item {
  padding: 3.4em 0 2.8em;
  border: 4px solid var(--pumpkinOrange);
  background-color: var(--white);
  position: relative;
}
.c-stepList__item:not(:last-child) {
  border-right: none;
  position: relative;
}
.c-stepList__item:not(:last-child)::before, .c-stepList__item:not(:last-child)::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.7619047619em 0 0.7619047619em 1.0476190476em;
  border-color: transparent transparent transparent var(--pumpkinOrange);
  position: absolute;
  top: 50%;
  right: -1.0476190476em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.c-stepList__item:not(:last-child)::before {
  border-color: transparent transparent transparent var(--white);
  right: calc(-1.0476190476em + 6px);
  z-index: 2;
}
.c-stepList__num {
  width: 4.380952381em;
  position: absolute;
  top: -0.5em;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-stepList__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  margin: 0 auto 1.25em;
}
.c-stepList__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 6.6666666667em;
}

.p-menu {
  background-color: var(--veryLightPink);
}

.c-menuList {
  font-size: 0.9523809524em;
  font-weight: 400;
  line-height: 1.45;
}
.c-menuList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.5em 2em;
  background: var(--white);
}
.c-menuList__item:not(:last-child) {
  margin-bottom: 1.5em;
}
.c-menuList__label {
  width: 11em;
  font-size: 1.45em;
  font-weight: 700;
}
.c-menuList__price {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 15.75em;
  margin: 0 1em;
  line-height: 1.2;
  text-align: center;
}
.c-menuList__price--item:not(:last-child) {
  padding-bottom: 1.6em;
  margin-bottom: 1.4em;
  border-bottom: 1px solid var(--light-grey-three);
}
.c-menuList__price--item:not(:last-child).or {
  position: relative;
}
.c-menuList__price--item:not(:last-child).or::after {
  content: "または";
  display: inline-block;
  padding: 0 1em;
  background: var(--white);
  font-size: 0.8em;
  line-height: 1;
  position: absolute;
  bottom: -0.9em;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-menuList__detail {
  width: 16.2em;
}

.p-TVList {
  background-color: var(--offWhite);
}

.p-TVworks {
  background-color: var(--duckEggBlue);
}
.p-TVworks .u-lead {
  margin-bottom: 2.2em;
  font-size: 1.1428571429em;
  font-weight: 500;
}

.c-TVworksList:not(:last-child) {
  margin-bottom: 5em;
}
.c-TVworksList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-TVworksList__item:not(:last-child) {
  margin-bottom: 2.380952381em;
}
.c-TVworksList__title {
  width: 32.7272727273%;
}
.c-TVworksList__slider {
  width: 64.5454545455%;
  padding-top: calc(0.9em + 9px);
}

.p-works {
  background-color: var(--veryLightPink);
}
.p-works .c-heading02 {
  margin-bottom: 1.35em;
}

.c-worksList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 4.619047619em;
  grid-row-gap: 2em;
}
.c-worksList__item:nth-child(4) {
  grid-area: 2/1/3/4;
}
.c-worksList__label {
  width: 100%;
  max-width: 12.5833333333em;
  padding-left: 1.3em;
  margin-bottom: 1em;
  border-bottom: 1px solid var(--lightPeachTwo);
  font-size: 1.1428571429em;
  font-weight: 500;
  line-height: 1.75;
  color: var(--pumpkinOrange);
  position: relative;
}
.c-worksList__label::before {
  content: "＃";
  position: absolute;
  top: 0;
  left: 0;
}
.c-worksList .c-list {
  display: inline-block;
}
.c-worksList .c-list:not(:last-child) {
  margin-right: 3.7em;
}

.p-faq {
  background-color: var(--lightGrayTwo);
}
.p-faq .c-heading01 {
  margin-bottom: 1.5em;
}

.p-voice {
  background-color: var(--offWhite);
  position: relative;
}
.p-voice::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 30px 0 30px;
  border-color: var(--offWhite) transparent transparent transparent;
  position: absolute;
  bottom: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-voice .c-heading01 {
  margin-bottom: 1.55em;
}

.p-support {
  padding: 3.2em 0 3.0952380952em;
  background-color: var(--pumpkinOrange);
  line-height: 1.5714285714;
  color: var(--white);
}
.p-support__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2em;
  font-weight: 400;
  position: relative;
}
.p-support__heading--sub {
  position: absolute;
  top: -0.2em;
  left: 0.3em;
}
.p-support__heading--main {
  margin-top: 0.4em;
  font-size: 1.2857142857em;
  font-weight: 500;
}

.c-supportList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 1.5238095238em;
  grid-row-gap: 1.5238095238em;
  text-align: center;
}
.c-supportList__item {
  padding: 2.2857142857em 1em 2.4761904762em;
  border-radius: 1.4285714286em;
  background: var(--white);
  color: var(--black);
}
.c-supportList__title {
  margin-bottom: 0.5em;
  font-size: 1.2857142857em;
  font-weight: 500;
}
.c-supportList__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 177px;
  margin: 0 auto 1.454em;
}
.c-supportList__txt {
  width: 100%;
  max-width: 21em;
  margin: 0 auto;
  text-align: left;
}

.p-industry {
  background-color: var(--duckEggBlue);
}
.p-industry .c-heading01 {
  margin-bottom: 0.9em;
}

.c-industryList {
  line-height: 1.9047619048;
}
.c-industryList__title, .c-industryList__subTitle {
  margin-bottom: 0.65em;
  font-size: 1.2714285714em;
  font-weight: 500;
  line-height: 1.7490636704;
}
.c-industryList__title .u-dib, .c-industryList__subTitle .u-dib {
  display: inline;
}
.c-industryList__title {
  padding-left: calc(5px + 0.5em);
  position: relative;
}
.c-industryList__title::before {
  content: "";
  width: 5px;
  height: 70%;
  background: var(--pumpkinOrange);
  position: absolute;
  top: 0.3em;
  left: 0;
}
.c-industryList__detail {
  padding-left: 7px;
}
.c-industryList__item:not(:last-child) {
  margin-bottom: 2.9em;
}

.p-news {
  background-color: var(--offWhite);
}
.p-news .c-heading01 {
  margin-bottom: 1.25em;
}


.p-service .c-contents--wide{
	background:#fff;

}

.p-contact__heading {
  margin-bottom: 0.8em;
  font-size: 2.0952380952em;
  font-weight: 500;
  color: #333;
  text-align: center;
}

/*****************************************
* 基本ファイル
*****************************************/
/*========== foundation ==========*/
/* リセット */
/* 共通 */
/*========== layout ==========*/
/* ヘッダー */
/* グロナビ */
/* ドロワーナビ */
/* メインビジュアル */
/* メイン */
/* フッター */
/*========== object ==========*/
/* input */
/* ボタン */
/* リスト・テーブル */
/* スライダー */
/* 汎用パーツ */
/* よくある質問 */
/* お客様の声 */
/* メールフォーム */
/* CMS */
/* フリーページ */
/* 微調整用パーツ */
/*****************************************
* ページごと
*****************************************/
@media screen and (max-width:1230px) {
  html {
    margin: 0;
  }
  .l-header {
    height: 60px;
  }
  .l-header__inner {
    height: 60px;
    padding: 0 20px;
  }
  .l-header__logo {
    width: auto;
    height: 100%;
    margin: 0;
  }
  .l-header__right {
    padding-right: 0;
  }
  .l-header__btn {
    margin-right: 20px;
    font-size: 1em;
  }
  .l-drawer__inner {
    max-height: 100vh;
    padding: calc(60px + 20px) 40px 20px;
    overflow-y: scroll;
  }
  .l-mv {
    font-size: 2vw;
  }
  .c-worksList {
    grid-column-gap: 2em;
  }
  .c-worksList .c-list {
    max-width: 14em;
  }
  .c-worksList .c-list:not(:last-child) {
    margin-right: 2em;
  }
}
@media screen and (max-width:1080px) {
  html {
    margin: 0;
  }
  body {
    font-size: 1.8rem;
    overflow-x: hidden;
    position: relative;
  }
  .l-gnav__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .l-mv__left {
    width: 60%;
    padding: 0 20px;
  }
  .l-mv__leftInner {
    margin: 0;
  }
  .l-mv__img {
    width: 100%;
    left: -20px;
  }
  .l-main {
    overflow-x: hidden;
  }
  .l-main--column2 .l-main__contents {
    width: 100%;
  }
  .c-worksList {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-worksList__item:nth-child(4) {
    grid-area: inherit;
  }
  .c-worksList__label {
    max-width: 100%;
  }
  .c-worksList .c-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    max-width: inherit;
    font-size: 0.8em;
  }
  .c-worksList .c-list:not(:last-child) {
    margin: 0 0 1em;
  }
}
@media screen and (max-width:992px) {
  html {
    margin: 0;
  }
  .l-mv {

  }
  .c-about__list {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }
  .c-reasonList {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }
  .c-reasonList__item {
    padding: 1.8em 0.5em 1em;
  }
  .c-menuList {
    font-size: 0.8em;
  }
  .c-menuList__label {
    font-size: 1.4em;
  }
}
@media screen and (max-width:768px) {
  html {
    margin: 0;
  }
  .c-heading01 {
    font-size: 1.5em;
  }
  .c-heading02 {
    font-size: 1.5em;
  }
  .c-heading02 {
    margin-bottom: 1em;
  }
  .c-heading03 {
    margin-bottom: 1em;
  }
  body {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  body.scroll-none {
    overflow: hidden;
  }
  .l-header__btn {
    width: 60px;
    padding: 0;
    background: var(--turquoise) url(../img/icon_mail.svg) center no-repeat;
    background-size: 50% auto;
  }
  .l-header__btn--name {
    display: none;
  }
  .l-gnav__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .l-drawer__inner {
    height: 100vh;
    padding: calc(60px + 20px) 20px 20px;
  }
  .l-mv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 2.6vw;
    position: relative;
  }
  .l-mv__left {
    width: 100%;
    padding: 20px 20px 0;
    background: none;
  }
  .l-mv__left::after {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--pumpkinOrange);
    position: absolute;
    top: 0;
    left: 0;
  }
  .l-mv__leftInner {
    width: 100%;
    margin: 0 auto;
  }
  .l-mv__catch {
    margin-bottom: 1em;
  }
  .l-mv__catch--sub {
    margin-bottom: 1em;
  }
  .l-mv__catch--img {
    width: 24em;
    max-width: 100%;
  }
  .l-mv__right {
    display: block;
    width: 20em;
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  .l-mv__img {
    left: auto;
  }
  .l-contents__block--break {
    overflow: hidden;
  }
  textarea {
    height: 6em;
  }
  .c-btnWrap {
    min-width: none;
  }
  .c-flexList {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 3em;
  }
  .c-imgTxt, .c-imgTxt--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-imgTxt__txtBox {
    width: 100%;
  }
  .c-imgTxt__img, .c-imgTxt__img--reverse {
    width: 70%;
    margin-bottom: 2em;
    text-align: center;
  }
  .c-imgTxt__img--reverse {
    margin: 0 auto 2em;
  }
  .c-voice__txt {
    padding: 1em 2em 1em;
  }
  .c-mailform {
    padding: 2em 2em 2em;
  }
  .c-mailform__listItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-mailform__label {
    margin-bottom: 1em;
  }
  .c-mailform__detail {
    width: 100%;
  }
  .c-mailform__agree {
    width: 100%;
    margin: 1em auto;
  }
  .c-mailform__agree--check {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 1em auto 0;
  }
  .c-mailform__btnWrap {
    margin: 1em auto 0;
  }
  .c-articleList__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-articleList__left {
    width: auto;
  }
  .c-articleList__title {
    width: 100%;
    margin-top: 0.5em;
  }
  .c-pagerDetail__item, .c-pagerDetail > a {
    padding: 1em;
  }
  .p-block:not(:last-child) {
    margin-bottom: 4em;
  }
  .c-section:not(:last-child) {
    margin-bottom: 3em;
  }
  .p-freePage ol:not([class]) li {
    margin-bottom: 0.1em;
  }
  .u-txt.center {
    text-align: left;
  }
  .u-lead {
    margin-bottom: 2em;
  }
  br.u-pc,
span.u-pc {
    display: none;
  }

  br.u-sp,
span.u-sp {
    display: inline-block;
  }

  .u-spBlock {
    display: block;
  }

  .u-pcBlock {
    display: none;
  }
  .u-map {
    height: 320px;
  }
  .p-about .c-heading01 {
    margin-bottom: 1em;
  }
  .p-idea .c-heading01 {
    margin-bottom: 1em;
  }
  .c-idea {
    margin-top: 0;
  }
  .c-idea__listImg {
    margin-right: 1em;
  }
  .c-idea__heading {
    font-size: 1.1em;
  }
  .c-idea__message {
    font-size: 1.4em;
  }
  .c-ideaResult__heading {
    font-size: 1.4em;
  }
  .c-difference__list {
    padding: 2em 1em;
  }
  .c-difference__listImg {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    position: relative;
    bottom: auto;
    right: auto;
  }
  .c-reasonList {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 3em;
  }
  .c-reasonList__item {
    padding: 3em 2em 2em;
  }
  .c-reasonList__txt {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .c-progressList__title {
    margin-bottom: 1em;
  }
  .c-progressList .c-imgTxt__txtBox {
    width: 100%;
  }
  .c-progressList .c-imgTxt__img {
    width: 100%;
    max-width: 186px;
  }
  .p-step .c-heading01 {
    margin-bottom: 3em;
  }
  .c-stepList {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 5em;
    text-align: left;
  }
  .c-stepList__item:not(:last-child) {
    border-right: 4px solid var(--pumpkinOrange);
  }
  .c-stepList__item:not(:last-child)::before, .c-stepList__item:not(:last-child)::after {
    top: auto;
    bottom: calc(-1.0476190476em + 6px);
    right: 50%;
    -webkit-transform: translate(50%, 17%) rotate(90deg);
            transform: translate(50%, 17%) rotate(90deg);
  }
  .c-stepList__item:not(:last-child)::after {
    bottom: -1.0476190476em;
  }
  .c-stepList__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3em 1em 2em;
  }
  .c-stepList__img {
    width: 100px;
    margin: 0 2em 0 0;
  }
  .c-stepList__txt {
    min-height: auto;
  }
  .c-menuList {
    font-size: inherit;
  }
  .c-menuList__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2em 1em;
  }
  .c-menuList__label {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 1em;
    text-align: center;
  }
  .c-menuList__price {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 2em;
  }
  .c-menuList__detail {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .c-supportList {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 2em;
  }
  .c-supportList__item {
    padding: 2em 2em 2em;
  }
  .c-supportList__txt {
    max-width: inherit;
  }
  .c-industryList__title .u-dib, .c-industryList__subTitle .u-dib {
    display: inline-block;
  }
}
@media screen and (max-width:576px) {
  html {
    margin: 0;
  }
  .c-heading02::before {
    top: -0.6em;
  }
  body {
    font-size: 1.4rem;
  }
  .l-mv {
    font-size: inherit;
  }
  .l-mv__right {
    width: 16em;
  }
  .c-pagerDetail__item, .c-pagerDetail > a {
    font-size: 12px;
  }
  .c-about__list {
    font-size: 0.8em;
  }
  .c-about__listItem {
    padding: 1em 0.5em 0.6em;
  }
  .c-about__listImg {
    width: 100%;
    height: auto;
    padding-top: 100%;
    position: relative;
  }
  .c-about__listImg > img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .c-about__message {
    font-size: 1.3em;
  }
  .c-idea__listItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-idea__listImg {
    margin: 0 auto 1em;
  }
  .c-ideaTools {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 1em;
  }
  .c-ideaTools__item {
    padding: 1em 1em 1.5em;
  }
  .c-ideaTools__label {
    padding-bottom: 5px;
    margin-bottom: 1em;
  }
  .c-ideaTools__detail {
    max-width: inherit;
  }
  .c-TVworksList__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-TVworksList__title {
    width: 70%;
  }
  .c-TVworksList__slider {
    width: 100%;
    padding-top: 0;
    margin-top: 1em;
  }
  .c-worksList .c-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width:320px) {
  html {
    margin: 0;
  }
}

.columnbox {
  display: flex;
  flex-wrap: wrap;
}
.columnbox picture{
	width:31%;
	margin:10px;
}

	.chart{
		width:400px;
		float:right;
		display:block;
		margin-left:20px;
		
	}


.pc{
	display:inline-block;
}

.sp{
	display:none;
}

.tblimg{
	width:300px;
	float:left;
}

.kaisha th{
	width:20%;
}

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

.sp{
	display:inline-block;
	padding-top:5px;
	width:200px;
}

	
	.chart{
		text-align:center;
		display:inline-block;
		float:none;
		position:relative;
		margin-left:0px;
		margin-bottom:30px;
	}
	
	.l-header__logo {
  display: inline-block;

	font-size:15px;
  margin: 0 1em;
	font-weight:bold;
}
	
	.logoimg{
	width:40px;
	margin-right:10px;
}
	
	.inlineblock{
		display:inline-block;
	}
	.l-header__inner {
    height: 60px;
    padding: 0 10px;
  }
	

}


.spacebottom{
	margin-bottom:30px;
}


.visual__txt a{
	color:#fff;
	text-decoration: underline !important;
}
/*sp*/
.visual {
	padding: 5em 0;
	background: -webkit-linear-gradient(left, #d8d8d8, #d8d8d8 92%, #ffffff 8%, #ffffff);
	background: -o-linear-gradient(left, #d8d8d8, #d8d8d8 92%, #ffffff 8%, #ffffff);
	background: linear-gradient(to right, #d8d8d8, #d8d8d8 92%, #ffffff 8%, #ffffff);
}
.visual__area {
	padding: 5em 0;
}
.visual__img img {
    height: 210px;
    width: 100%;
    object-fit: cover;
    object-position: top;
    box-shadow: 0 0 15px #ccc;
}

.visual__img2 img {
    height: 210px;
    width: 100%;
    object-fit: cover;
    object-position: top;
    box-shadow: 0 0 15px #ccc;
}

.visual__img3 img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    object-position: middle;
    box-shadow: 0 0 15px #ccc;
}

.visual__txtbox {
    width: 90%;
    margin-top: -0px;
    margin-left: 10%;
    padding: 10px 10px 10px;
    background-color: #112D4E;
    color: #fff;
    z-index: 0;
    position: relative;

    line-height: 24px;
}
.visual__subttl {
	position: relative;
    line-height: 14px;
    padding-left: 36px;
    font-size: 10px;
}
.visual__subttl:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 20px;
    height: 1px;
    background-color: #ffffff;
}
.visual__ttl {
    line-height: 20px;
    padding: 20px 0 20px;
    font-size: 20px;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN",
        "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
        "MS PGothic", sans-serif;
}
.visual__txt {
	margin-bottom: 30px;
	font-size: 17px;
	line-height: 1.5em;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN",
        "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
        "MS PGothic", sans-serif;
}
.category-list {
	list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.category-list__item {
    display: block;
    padding: 0 10px;
    border: 1px solid #707070;
    font-size: 10px;
    letter-spacing: -0.4px;
    border-radius: 5px;
    margin: 8px 8px 0 0;
}
/*tb*/
@media (min-width: 900px) {
	.visual__box {
		display: flex;
    	flex-direction: row-reverse;
	}
	.visual__img {
		width: 120%;
	}
	.visual__img img {
		height: auto;
	}
	
	.visual__img2 {
		width: 120%;
	}
	.visual__img2 img {
		height: auto;
	}
	
	.visual__img3 {
		width: 120%;
	}
	.visual__img3 img {
		height: auto;
	}
	
	.visual__txtbox {
		width: 100%;
    	max-width: 830px;
    	padding: 55px 60px 61px;
		margin-right: -10%;
		margin-top: 3%;
    	font-size: 14px;
	}
	.visual__subttl {
		font-size: 13px;
	}
	.visual__ttl {
    	font-size: 20px;
    	font-weight: bold;
	}
	/*reverse*/
	.visual__box--reverse {
		flex-direction: row;
	}
	.visual__box--reverse .visual__txtbox {
		margin-right: 5%;
		margin-left: -2%;
	}
}

/*pc*/
@media (min-width: 1280px) {

	
	.visual__img2 {
    	max-width: 890px;

	}
	.visual__img2 img {
    	max-height: 840px;
	}
	
	.visual__img3 {
    	max-width: 890px;

	}
	.visual__img3 img {
    	max-height: 840px;
	}
	
}


/*pc*/
@media (min-width: 1290px) {
	.visual__box {
    	align-items: flex-end;
	}
	.visual__img {
    	max-width: 900px;
	}
	.visual__img img {
    	max-height: 540px;
	}
	
	.visual__img2 {
    	max-width: 900px;

	}
	.visual__img2 img {
    	max-height: 840px;
	}
	
	.visual__img3 {
    	max-width: 900px;

	}
	.visual__img3 img {
    	max-height: 840px;
	}
	
	
	.visual__txtbox {
		margin-right: -3%;
		margin-bottom: -3%;
	}
}


.service{
	display:block;
	margin:0 auto;
	margin-top:50px;
}

.serviceLists {
  max-width: 1000px;
  width: 100%;
	margin:0 auto;
  padding: 20px 0 0 0!important;
}

.serviceList {
  flex-direction: column;
  display: flex;
  background-color: #D5DEE2;
  padding: 27px 0 ;
  align-items: center;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .serviceList {
    flex-direction: row;
    justify-content: space-between;
    padding: 9px 0;
  }
}
.serviceList:not(:first-child) {
  margin-top: 22px;
}
@media screen and (min-width: 769px) {
  .serviceListFree {
    padding: 0;
  }
}

.serviceImage {
  padding-left: 0;
  text-align: center;
  width: 100%;
  max-width: 300px;
}

.serviceImage img {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .serviceImage{
    padding-left:48px ;
    width: 20%;
    min-width: 174px;
  }
}

@media screen and (min-width: 769px) {
  .serviceImage.serviceImageScale{
    max-width: 140px;
    min-width: 100px;
    padding-left: 93px;
  }
}

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

@media screen and (min-width: 769px) {
  .serviceTitle {
    width: 40%;
    padding-left: 23px;
  }
}

.serviceTitleHead {
  color: #112D4E;
  font-size: 18px!important;
  line-height: calc(45/18);
  font-weight: bold;
  margin-bottom: 0!important;
  vertical-align: middle;
  letter-spacing: -.1em;
}

.serviceDetail {
  padding: 0 25px;
}

@media screen and (min-width: 769px) {
  .serviceDetail{
    width: 40%;
    padding: 0 30px 0 10px;;
  }
}

.serviceDetailText {
  font-weight: bold;
  padding: 5px 0 5px 25px;
  background-image: url("../img/inner/ico_check@2x.png");
  background-position: left center;
  background-size: 18px;
  background-repeat: no-repeat;
  letter-spacing: 0em;
}

@media screen and (min-width: 769px) {
  .serviceDetailText {
    padding: 10px 0 10px 25px;
  }
}

.serviceDetailText::before {
  position: absolute;
  top: 0;
  left: 1.3em;
  content: "";
  background-image: url("../img/inner/ico_check@2x.png");
}

.serviceDetailText:not(:first-child) {
  padding-top: 6px;
}

.serviceTitlePrice {
  font-weight: bold;
  margin: 0!important;
  letter-spacing: -.1em;
}
.serviceTitlePrice {
  padding-bottom: 0;
}

.serviceTitlePriceBig {
  font-size: 35px;
  line-height: calc(45/35);
}

.serviceDetailTextRed {
  color:#ff0000;
}

.serviceDetailTextRed:nth-child(2) {
  padding-left: 1em;
}

.iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* アスペクト比16:9の場合 */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
	z-index:999;
    margin-bottom: 2rem; /* YouTubeの下に余白をつける */
}
.iframe-wrapper iframe,
.iframe-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.spacetop2{
	margin-top:50px;
}
/*# sourceMappingURL=style.css.map */