@charset "UTF-8";
/* ==========================================================================
 Foundation
============================================================================*/
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Reddit+Mono&display=swap);
html {
  height: 100%;
  overflow-y: scroll;
  width: 100%;
}

body {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  vertical-align: top;
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
}

p {
  margin: 0;
}

a img, img {
  border: 0;
  vertical-align: middle;
}

strong {
  font-style: normal;
  font-weight: bold;
}

small {
  font-size: 100%;
}

dd, dl, dt, li, ol, ul {
  margin: 0;
  padding: 0;
}

hr {
  background-color: #CCCCCC;
  border: 0;
  color: #CCCCCC;
  height: 1px;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

th {
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: left;
}

td {
  margin: 0;
  padding: 0;
}

blockquote, div, span {
  margin: 0;
  padding: 0;
}

pre {
  font-family: monospace;
  line-height: 1;
  margin: 0;
  padding: 0;
}

button {
  background: 0;
  border: 0;
  cursor: pointer;
  padding: 0;
  vertical-align: middle;
}

button, fieldset, form, input, label, legend, select, textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

label {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

* html textarea {
  margin-top: -2px;
}

*:first-child + html textarea {
  margin-top: -2px;
}

abbr, acronym {
  border: 0;
}

address, caption, cite, code, dfn, em, var {
  font-style: normal;
  font-weight: normal;
}

caption {
  text-align: left;
}

code, kbd, pre, samp, tt {
  font-family: monospace;
  line-height: 1;
}

* + html code, * + html kbd, * + html pre, * + html samp, * + html tt {
  font-size: 108%;
}

q:after, q:before {
  content: "";
}

article, aside, audio, canvas, projects, figcaption, figure, footer, header, hgroup, mark, menu, nav, section, summary, time, video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

article, aside, projects, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  background-color: #fff;
  color: #000;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 400;
  line-height: 1.45;
  word-break: break-all;
}
body * {
  box-sizing: border-box;
}

/* a */
a {
  color: #448aca;
  text-decoration: underline;
}
a:hover {
  color: #448aca;
  text-decoration: none;
}

p {
  font-size: 1rem;
  line-height: 2;
  margin-top: 2em;
}

/* img */
img {
  max-width: 100%;
}

/* ==========================================================================
 layout
============================================================================*/
.l-btn-menu {
  cursor: pointer;
  display: block;
  height: 96px;
  margin-right: -800px;
  position: fixed;
  right: 50%;
  top: 0;
  width: 96px;
  z-index: 90;
}

.l-container {
  margin-left: auto;
  margin-right: auto;
  max-width: min(1600px, 95.6937799043%);
  width: 100%;
}

.l-footer {
  margin-top: 160px;
  position: relative;
  width: 100%;
}
.l-footer__inner {
  box-shadow: inset 0 1px 0 #707070;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: min(1728px, 96%);
  min-height: 144px;
  padding-bottom: 32px;
  padding-top: 32px;
  position: relative;
}
.l-footer__inner > * {
  margin-left: 64px;
}
.l-footer__inner > *:first-child {
  margin-left: 0;
  margin-top: 0;
}
.l-footer__logo {
  flex-shrink: 0;
}
.l-footer__logo img {
  height: 40px;
}
.l-footer__contents {
  display: flex;
  font-size: 0.875rem;
  flex-wrap: wrap;
}
.l-footer__contents > * {
  margin-right: 64px;
}
.l-footer__contents > *:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
.l-footer__contents__contact dl {
  display: flex;
}
.l-footer__contents__contact dl dt {
  width: 3em;
}
.l-footer__contents__contact a {
  color: #000;
  text-decoration: none;
}
.l-footer__copyright {
  flex-shrink: 0;
  font-size: 0.875rem;
}
.l-footer__instagram {
  flex-shrink: 0;
  position: relative;
  width: 32px;
}
.l-footer__instagram a {
  aspect-ratio: 1/1;
  bottom: 24px;
  display: block;
  left: 0;
  position: absolute;
  width: 100%;
}

.l-gnav {
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 85;
}
.l-gnav__inner {
  background-color: #fff;
  height: 100%;
  margin-left: auto;
  padding-left: 56px;
  padding-top: 184px;
  width: 40%;
}
.l-gnav__inner ul {
  list-style-type: none;
}
.l-gnav__inner ul a {
  color: #000;
  display: inline-block;
  font-size: 1.125rem;
  padding-bottom: 0.6666666667em;
  padding-top: 0.6666666667em;
  text-decoration: none;
}

.l-header {
  background-color: #fff;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50;
}
.l-header__inner {
  align-items: center;
  display: flex;
  height: 96px;
  margin: 0 auto;
  max-width: min(1600px, 95.6937799043%);
  position: relative;
}
.l-header__logo img {
  height: 40px;
}

.l-wrapper {
  overflow: hidden;
  padding-top: 96px;
  width: 100%;
}

/* ==========================================================================
 component
============================================================================*/
.c-adjacent-post {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 160px;
}

.c-btns {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
.c-btns > * {
  margin-right: 24px;
}
.c-btns > *:last-child {
  margin-right: 0;
}
.c-btns > *.--back {
  width: 40%;
}
.c-btn-next {
  background: #000;
  color: #fff;
  display: inline-block;
  height: 72px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 72px;
}
.c-btn-next span {
  display: inline-block;
  font-size: 1.125rem;
  padding-top: 12px;
}
.c-btn-next::before, .c-btn-next::after {
  background: url(../images/common/ico-arrow-02-wht.svg) 0% 0% no-repeat;
  bottom: 16px;
  content: "";
  display: block;
  height: 6px;
  left: 50%;
  position: absolute;
  transition: 0.3s;
  width: 42px;
}
.c-btn-next::before {
  opacity: 1;
  transform: translate(-50%, 0%);
}
.c-btn-next::after {
  opacity: 0;
  transform: translate(-150%, 0%);
}
.c-btn-next:hover {
  color: #fff;
}
.c-btn-next:hover::before {
  opacity: 0;
  transform: translate(50%, 0%);
}
.c-btn-next:hover::after {
  opacity: 1;
  transform: translate(-50%, 0%);
}
.c-btn-next.--small {
  height: 72px;
  width: 72px;
}
.c-btn-next.--small span {
  font-size: 1.125rem;
  padding-top: 10px;
}
.c-btn-next.--small::before, .c-btn-next.--small::after {
  background: url(../images/common/ico-arrow-02-wht.svg) 0% 0% no-repeat;
  bottom: 16px;
  content: "";
  display: block;
  height: 6px;
  left: 50%;
  position: absolute;
  transition: 0.3s;
  width: 42px;
}

span.c-btn-next {
  opacity: 0;
}

.c-btn-prev {
  background: #000;
  color: #fff;
  display: inline-block;
  height: 120px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 120px;
}
.c-btn-prev span {
  display: inline-block;
  font-size: 1.375rem;
  padding-top: 30px;
}
.c-btn-prev::before, .c-btn-prev::after {
  background: url(../images/common/ico-arrow-01-wht.svg) 0% 0% no-repeat;
  bottom: 34px;
  content: "";
  display: block;
  height: 7px;
  left: 50%;
  position: absolute;
  transition: 0.3s;
  width: 64px;
}
.c-btn-prev::before {
  opacity: 1;
  transform: translate(-50%, 0%) scale(-1, 1);
}
.c-btn-prev::after {
  opacity: 0;
  transform: translate(100%, 0%) scale(-1, 1);
}
.c-btn-prev:hover {
  color: #fff;
}
.c-btn-prev:hover::before {
  opacity: 0;
  transform: translate(-150%, 0%) scale(-1, 1);
}
.c-btn-prev:hover::after {
  opacity: 1;
  transform: translate(-50%, 0%) scale(-1, 1);
}
.c-btn-prev.--small {
  height: 72px;
  width: 72px;
}
.c-btn-prev.--small span {
  font-size: 1.125rem;
  padding-top: 10px;
}
.c-btn-prev.--small::before, .c-btn-prev.--small::after {
  background: url(../images/common/ico-arrow-02-wht.svg) 0% 0% no-repeat;
  bottom: 16px;
  content: "";
  display: block;
  height: 6px;
  left: 50%;
  position: absolute;
  transition: 0.3s;
  width: 42px;
}

span.c-btn-prev {
  opacity: 0;
}

.c-btn-back {
  background: #000;
  color: #fff;
  display: inline-block;
  height: 72px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 120px;
}
.c-btn-back span {
  display: inline-block;
  font-size: 1.125rem;
  padding-top: 10px;
}
.c-btn-back::after {
  background: url(../images/common/ico-back-wht.svg) 0% 0% no-repeat;
  bottom: 16px;
  content: "";
  display: block;
  height: 13px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0%);
  width: 48px;
}
.c-btn-back:hover {
  color: #fff;
}

.c-btn-03, .c-btn-cf7-submit input, .c-btn-cf7-previous input {
  background: #fff;
  box-shadow: inset 0 0 0 1px #000;
  border-radius: 100vh;
  color: #000;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 700;
  max-width: 280px;
  text-decoration: none;
  overflow: hidden;
  padding: 1.0527777778em 0;
  position: relative;
  text-align: center;
  transition: 0.3s;
  width: 100%;
  z-index: 1;
}
.c-btn-03::after, .c-btn-cf7-submit input::after, .c-btn-cf7-previous input::after {
  background: #000;
  border-radius: 100vh;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.3s;
  width: 0%;
  z-index: -1;
}
.c-btn-03:hover, .c-btn-cf7-submit input:hover, .c-btn-cf7-previous input:hover {
  color: #fff;
}
.c-btn-03:hover::after, .c-btn-cf7-submit input:hover::after, .c-btn-cf7-previous input:hover::after {
  width: 100%;
}

.c-concept-card {
  padding-left: 8px;
  padding-right: 8px;
}
.c-concept-card figure {
  margin-left: -8px;
  margin-right: -8px;
}
.c-concept-card__hd {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 24px;
}
.c-concept-card__content {
  font-size: 1rem;
  line-height: 2;
  margin-top: 24px;
}
.c-concept-card p {
  margin-top: 24px;
}
.c-concept-card dl {
  box-shadow: inset 8px 0 0 rgba(0, 0, 0, 0.05);
  margin-top: 24px;
  padding-left: 24px;
}
.c-concept-card dl dt {
  font-size: 1rem;
  font-weight: 700;
}
.c-concept-card dl dd {
  font-size: 0.875rem;
  line-height: 2;
  margin-top: 8px;
}
.c-concept-card dl:first-of-type {
  margin-top: 32px;
}
.c-concept-card dl:last-of-type {
  margin-bottom: 32px;
}

.c-floating-btn-contact {
  bottom: 32px;
  position: fixed;
  right: 96px;
  transition: 0.3s;
  opacity: 0;
  z-index: 80;
}
.c-floating-btn-contact a {
  align-items: center;
  background-color: #000;
  border-radius: 100vh;
  color: #fff;
  display: flex;
  font-size: 1.25rem;
  height: 80px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  width: 328px;
}
.c-floating-btn-contact a::after {
  background: #202020;
  border-radius: 100vh;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.3s;
  width: 0;
  z-index: 1;
}
.c-floating-btn-contact a > span {
  display: inline-block;
  padding-left: 32px;
  position: relative;
  z-index: 2;
}
.c-floating-btn-contact a > span::after {
  background: url(../images/common/ico-contact-wht.svg) 0% 0% no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 24px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 24px;
}
.c-floating-btn-contact a:hover::after {
  width: 100%;
}
.c-floating-btn-contact.--is-show {
  opacity: 1;
}

.c-flow-card {
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  padding: 24px 48px 24px 24px;
  position: relative;
  width: 243px;
}
.c-flow-card::after {
  background-color: #F9F9F9;
  clip-path: polygon(0% 0%, 80% 0%, 100% 50%, 80% 100%, 0% 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.c-flow-card__title {
  align-items: flex-start;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  margin-right: -48px;
}
.c-flow-card__title .--num {
  background-color: #000000;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  flex-shrink: 0;
  line-height: 24px;
  margin-right: 8px;
  text-align: center;
  width: 24px;
}
.c-flow-card__title .--title sub {
  font-size: 0.875rem;
  vertical-align: baseline;
}
.c-flow-card p {
  font-size: 0.875rem;
  margin-top: 16px;
}

.c-form-part {
  display: flex;
  font-size: 1rem;
  margin-top: 3em;
}
.c-form-part > dt {
  flex-shrink: 0;
  font-weight: 700;
  line-height: 1.5em;
  padding-right: 1.5em;
  padding-top: 0.75em;
  position: relative;
  width: 16.5em;
}
.c-form-part > dt > span,
.c-form-part > dt > label {
  display: block;
}
.c-form-part > dd {
  position: relative;
  width: 100%;
}
.c-form-part > dd input[type=text],
.c-form-part > dd input[type=email],
.c-form-part > dd input[type=tel],
.c-form-part > dd input[type=password] {
  background: #fff;
  border: 1px solid #000;
  font-size: 1rem;
  height: 3em;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
}
.c-form-part > dd input[type=text].--w200,
.c-form-part > dd input[type=email].--w200,
.c-form-part > dd input[type=tel].--w200,
.c-form-part > dd input[type=password].--w200 {
  max-width: 160px;
}
.c-form-part > dd select {
  background: #fff;
  border: 1px solid #000;
  font-size: 1rem;
  height: 3em;
  padding-left: 1em;
  padding-right: 1em;
}
.c-form-part > dd select[multiple] {
  height: 9.375em;
}
.c-form-part > dd textarea {
  background: #fff;
  border: 1px solid #000;
  display: block;
  font-size: 1rem;
  height: 18.75em;
  padding: 1em;
  width: 100%;
}
.c-form-part.fail input[type=text],
.c-form-part.fail input[type=password] {
  background: #FFF3F3;
}
.c-form-part.--is-confirm > dd {
  line-height: 1.5em;
  padding-bottom: 0.75em;
  padding-top: 0.75em;
}
.c-form-part.--is-optional > dt {
  padding-right: 5em;
}
.c-form-part.--is-optional > dt::after {
  content: "任意";
  background: #5B90BE;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1;
  padding: 0.5em 0;
  position: absolute;
  right: 2em;
  text-align: center;
  top: 1em;
  width: 3.3333333333em;
}
.c-form-part.--is-required > dt {
  padding-right: 5em;
}
.c-form-part.--is-required > dt::after {
  content: "必須";
  background: #DC2329;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1;
  padding: 0.5em 0;
  position: absolute;
  right: 2em;
  text-align: center;
  top: 1em;
  width: 3.3333333333em;
}
.c-form-part__row {
  display: flex;
  flex-direction: column;
}
.c-form-part__row > * {
  margin-top: 1em;
}
.c-form-part__row > *:first-child {
  margin-top: 0;
}
.c-form-part__cols {
  align-items: center;
  display: flex;
}
.c-form-part__cols__col {
  align-items: center;
  display: flex;
  margin-right: 1em;
  width: 50%;
}
.c-form-part__cols__col:last-child {
  margin-right: 0;
}
.c-form-part__cols__col input {
  width: 100%;
}
.c-form-part__cols__col span:nth-child(1) {
  flex-shrink: 0;
  padding-right: 1em;
}
.c-form-part__cols__col span:nth-child(2) {
  width: 100%;
}
.c-form-part__checkbox {
  display: flex;
  line-height: 3em;
}
.c-form-part__checkbox > * {
  margin-right: 1.5em;
}
.c-form-part__checkbox > *:last-child {
  margin-right: 0;
}
.c-form-part__checkbox label {
  font-size: 1rem;
}
.c-form-part__checkbox.--is-vertical {
  flex-direction: column;
}
.c-form-part__checkbox.--is-vertical > * {
  margin-bottom: 0.5em;
  margin-right: 0;
}
.c-form-part__checkbox.--is-vertical > *:last-child {
  margin-bottom: 0;
}
.c-form-part__checkbox.--is-vertical label {
  margin-right: 0;
}
.c-form-part {
  /*
  &__checkbox-cf7 {
  	.wpcf7-radio {
  		display: flex;
  		@media screen and (max-width: 767px) {
  			flex-direction: column;
  		}
  		.wpcf7-list-item {
  			margin-left: 0;
  		}
  		.wpcf7-list-item + .wpcf7-list-item {
  			margin-left: em(35, 15);
  			@media screen and (max-width: 767px) {
  				margin-left: 0;
  				margin-top: em(10, 15);
  			}
  		}
  	}
  	&.--is-vertical {
  		.wpcf7-radio {
  			flex-direction: column;
  			.wpcf7-list-item + .wpcf7-list-item {
  				margin-left: 0;
  				margin-top: em(10, 15);
  			}
  		}
  	}
  }
  */
}
.c-form-part__password {
  position: relative;
}
.c-form-part__password .js-show-password {
  cursor: pointer;
  font-size: 1rem;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  right: 13px;
  top: 50%;
}
.c-form-part__password .js-show-password.blind::after {
  content: "\f06e";
}
.c-form-part {
  /*
  .c-result-message {
  	&.--is-fail {
  		background-color: #DC6262;
  		border: 0;
  		color: #fff;
  		font-size: rem(12);
  		left: 0;
  		line-height: 24px;
  		margin-bottom: 0;
  		padding: 0 8px;
  		position: absolute;
  		top: -27px;
  		z-index: 1;
  		&::after {
  			border-top: 6px solid #DC6262;
  			border-left: 4px solid transparent;
  			border-right: 4px solid transparent;
  			bottom: -6px;
  			content: '';
  			display: block;
  			left: 10px;
  			position: absolute;
  		}
  	}
  }
  */
}

.c-radio-button {
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5em;
  padding-bottom: 0.25em;
  padding-top: 0.25em;
  vertical-align: middle;
}
.c-radio-button label {
  align-items: center;
  display: flex;
}
.c-radio-button label input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  display: block;
  flex-shrink: 0;
  height: 32px;
  margin-right: 16px;
  position: relative;
  width: 32px;
}
.c-radio-button label input::before {
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #C1C1C1;
  border-radius: 100vh;
  content: "";
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  z-index: 1;
}
.c-radio-button label input:checked::after {
  background: #57B0DE;
  border-radius: 100vh;
  content: "";
  display: block;
  height: 50%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  z-index: 2;
}

.c-check-button {
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5em;
  padding-bottom: 0.25em;
  padding-top: 0.25em;
  vertical-align: middle;
}
.c-check-button label {
  align-items: center;
  display: flex;
}
.c-check-button label input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  display: block;
  flex-shrink: 0;
  height: 32px;
  margin-right: 16px;
  position: relative;
  width: 32px;
}
.c-check-button label input::before {
  background-color: #DDE8EE;
  border-radius: 4px;
  content: "";
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  z-index: 1;
}
.c-check-button label input::after {
  clip-path: polygon(27.09% 41.65%, 44.52% 59.08%, 79.16% 24.45%, 88.03% 33.32%, 44.52% 76.82%, 18.22% 50.52%);
  background-color: #B4CAD5;
  content: "";
  display: block;
  height: 75%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  z-index: 2;
}
.c-check-button label input:checked::before {
  background-color: #57B0DE;
}
.c-check-button label input:checked::after {
  background-color: #fff;
}

.c-check-list {
  display: flex;
  flex-direction: column;
}
.c-check-list > * {
  padding-bottom: 8px;
  padding-top: 8px;
}
.c-check-list.--horizontal {
  flex-direction: row;
}
.c-check-list.--horizontal > * {
  margin-right: 32px;
}
.c-check-list.--horizontal > *:last-child {
  margin-right: 0;
}

.c-select-box {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #B6CBD6;
  display: inline-block;
  height: 48px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
.c-select-box::after {
  clip-path: polygon(40.47% 14.53%, 75.95% 50%, 40.47% 85.47%, 31.61% 76.61%, 58.4% 50%, 31.61% 23.39%);
  background-color: #000;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translate(0, -50%) rotate(90deg);
  width: 16px;
  z-index: 2;
}
.c-select-box select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  height: 100%;
  padding-left: 16px;
  padding-right: 32px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.c-select-box select::-webkit-input-placeholder {
  color: #A2A2A2;
}
.c-select-box select:-moz-placeholder {
  color: #A2A2A2;
}
.c-select-box select::-moz-placeholder {
  color: #A2A2A2;
}
.c-select-box select:-ms-input-placeholder {
  color: #A2A2A2;
}

.c-text-box {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border: none;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #B6CBD6;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  height: 48px;
  padding-left: 16px;
  padding-right: 16px;
  vertical-align: middle;
  width: 100%;
}
.c-text-box::-webkit-input-placeholder {
  color: #A2A2A2;
}
.c-text-box:-moz-placeholder {
  color: #A2A2A2;
}
.c-text-box::-moz-placeholder {
  color: #A2A2A2;
}
.c-text-box:-ms-input-placeholder {
  color: #A2A2A2;
}
.c-text-box.--multiline {
  height: 240px;
  padding-bottom: 16px;
  padding-top: 16px;
}

.c-choices {
  display: flex;
  height: 48px;
}
.c-choices label {
  align-items: center;
  background-color: #fff;
  border: 2px solid #57B0DE;
  display: flex;
  font-size: 1rem;
  font-weight: 500;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.c-choices label:first-child {
  border-radius: 100vh 0 0 100vh;
  border-right-width: 1px;
}
.c-choices label:last-child {
  border-radius: 0 100vh 100vh 0;
  border-left-width: 1px;
}
.c-choices label input {
  display: none;
}
.c-choices label.-on {
  background: #57B0DE;
  color: #fff;
}

.c-hd-01 {
  font-size: 2.5rem;
  font-weight: 700;
}

.c-hd-02 {
  font-size: 2rem;
  font-weight: 700;
}

.c-hd-03 {
  font-size: 2rem;
  font-weight: 700;
}

.c-info-message {
  color: #6491B4;
  margin-top: 8px;
}
.c-info-message p {
  font-size: 0.75rem;
  line-height: 1.5em;
  margin: 0;
  padding-left: 2em;
  position: relative;
}
.c-info-message p::after {
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 1.3333333333em;
  left: 0;
  position: absolute;
  top: 0.0833333333em;
  width: 1.3333333333em;
}
.c-info-message a {
  color: #6491B4;
  text-decoration: none;
}
.c-info-message a:hover {
  text-decoration: underline;
}
.c-info-message.--caution p::after {
  background-image: url(../images/common/ico-info-message-caution.svg);
}
.c-info-message.--question p::after {
  background-image: url(../images/common/ico-info-message-question.svg);
}
.c-info-message.--is-important {
  color: #DC6262;
}

.c-modal {
  background-color: rgba(0, 0, 0, 0.85);
  display: none;
  height: 100%;
  left: 0;
  padding: 80px 24px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
}
.c-modal.-loading {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../images/common/loading_wht.svg);
  background-size: 80px 80px;
}
.c-modal__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.c-modal__btn-close {
  cursor: pointer;
  height: 80px;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 1;
}
.c-modal__btn-close::after {
  clip-path: polygon(23.39% 14.52%, 50% 41.13%, 76.6% 14.52%, 85.47% 23.39%, 58.86% 50%, 85.47% 76.61%, 76.6% 85.48%, 50% 58.87%, 23.39% 85.48%, 14.52% 76.61%, 41.13% 50%, 14.52% 23.39%);
  background-color: #000;
  content: "";
  cursor: pointer;
  display: block;
  height: 60%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}
.c-modal__btn-close:hover {
  opacity: 0.5;
}

.c-modal-box {
  background-color: #fff;
  border: 16px solid #fff;
  border-radius: 16px;
  max-height: 100%;
  max-width: 1160px;
  overflow: auto;
  padding: 24px;
}

.c-news-card {
  border-bottom: 1px solid #ccc;
  display: flex;
  font-size: 1rem;
  padding-bottom: 24px;
  padding-top: 24px;
}
.c-news-card time {
  flex-shrink: 0;
  width: 8em;
}
.c-news-card a {
  color: #000;
  display: block;
  padding-right: 66px;
  position: relative;
  text-decoration: none;
  width: 100%;
}
.c-news-card a::before, .c-news-card a::after {
  background: url(../images/common/ico-arrow-01-blk.svg) 0% 0% no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 6px;
  right: 16px;
  position: absolute;
  top: 50%;
  transition: 0.3s;
  width: 34px;
}
.c-news-card a::before {
  opacity: 1;
  transform: translate(0, -50%);
}
.c-news-card a::after {
  opacity: 0;
  transform: translate(-100%, -50%);
}
.c-news-card a:hover::before {
  opacity: 0;
  transform: translate(100%, -50%);
}
.c-news-card a:hover::after {
  opacity: 1;
  transform: translate(0, -50%);
}

.c-news-items {
  margin-top: 16px;
}

.c-page-top {
  height: 80px;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
  bottom: 32px;
  width: 80px;
  z-index: 9;
}
.c-page-top.--is-fixed {
  bottom: 32px;
  position: fixed;
}
.c-page-top > div {
  cursor: pointer;
  height: 100%;
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
}
.c-page-top > div::before {
  background: url(../images/common/ico-page-top.svg);
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.3s;
  width: 100%;
}
.c-page-top > div::after {
  background: url(../images/common/ico-page-top.svg);
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  transition: 0.3s;
  width: 100%;
}
.c-page-top > div:hover::before {
  opacity: 0;
  top: -100%;
}
.c-page-top > div:hover::after {
  opacity: 1;
  top: 0;
}

.c-pagination {
  margin-top: 160px;
}
.c-pagination ul {
  align-items: center;
  display: flex;
  justify-content: center;
  list-style-type: none;
}
.c-pagination__item, .c-pagination__item--first, .c-pagination__item--last, .c-pagination__item--prev, .c-pagination__item--next, .c-pagination__item--current, .c-pagination__item--ellipsis {
  font-size: 1rem;
  font-weight: 400;
  height: 3em;
  margin-left: 0.25em;
  margin-right: 0.25em;
  width: 3em;
}
.c-pagination__item a, .c-pagination__item--first a, .c-pagination__item--last a, .c-pagination__item--prev a, .c-pagination__item--next a, .c-pagination__item--current a, .c-pagination__item--ellipsis a,
.c-pagination__item span,
.c-pagination__item--first span,
.c-pagination__item--last span,
.c-pagination__item--prev span,
.c-pagination__item--next span,
.c-pagination__item--current span,
.c-pagination__item--ellipsis span {
  align-items: center;
  background-color: #fff;
  color: #000;
  display: flex;
  height: 100%;
  justify-content: center;
  text-decoration: none;
  width: 100%;
}
.c-pagination__item a, .c-pagination__item--first a, .c-pagination__item--last a, .c-pagination__item--prev a, .c-pagination__item--next a, .c-pagination__item--current a, .c-pagination__item--ellipsis a {
  position: relative;
  transition: 0.3s;
}
.c-pagination__item a::after, .c-pagination__item--first a::after, .c-pagination__item--last a::after, .c-pagination__item--prev a::after, .c-pagination__item--next a::after, .c-pagination__item--current a::after, .c-pagination__item--ellipsis a::after {
  background: #000;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  transition: 0.3s;
  width: 0%;
}
.c-pagination__item a:hover::after, .c-pagination__item--first a:hover::after, .c-pagination__item--last a:hover::after, .c-pagination__item--prev a:hover::after, .c-pagination__item--next a:hover::after, .c-pagination__item--current a:hover::after, .c-pagination__item--ellipsis a:hover::after {
  width: 100%;
}
.c-pagination__item--first span, .c-pagination__item--last span, .c-pagination__item--prev span, .c-pagination__item--next span {
  display: none;
}
.c-pagination__item--first, .c-pagination__item--last {
  display: none;
  position: relative;
}
.c-pagination__item--first::before, .c-pagination__item--first::after, .c-pagination__item--last::before, .c-pagination__item--last::after {
  clip-path: polygon(40.47% 14.53%, 75.95% 50%, 40.47% 85.47%, 31.61% 76.61%, 58.4% 50%, 31.61% 23.39%);
  background: #fff;
  content: "";
  display: block;
  height: 33.3333333333%;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 33.3333333333%;
  z-index: 1;
}
.c-pagination__item--first a, .c-pagination__item--last a {
  background-color: #000;
}
.c-pagination__item--prev, .c-pagination__item--next {
  position: relative;
}
.c-pagination__item--prev::before, .c-pagination__item--prev::after, .c-pagination__item--next::before, .c-pagination__item--next::after {
  clip-path: polygon(40.47% 14.53%, 75.95% 50%, 40.47% 85.47%, 31.61% 76.61%, 58.4% 50%, 31.61% 23.39%);
  background: #fff;
  content: "";
  display: block;
  height: 33.3333333333%;
  position: absolute;
  top: 50%;
  transition: 0.3s;
  width: 33.3333333333%;
  z-index: 1;
}
.c-pagination__item--prev::before, .c-pagination__item--next::before {
  opacity: 1;
}
.c-pagination__item--prev::after, .c-pagination__item--next::after {
  opacity: 0;
}
.c-pagination__item--prev a, .c-pagination__item--next a {
  background-color: #000;
}
.c-pagination__item--prev a::after, .c-pagination__item--next a::after {
  display: none;
}
.c-pagination__item--first {
  margin-right: 0.25em;
}
.c-pagination__item--first::before {
  transform: translate(-30%, -50%) scale(-1, 1);
}
.c-pagination__item--first::after {
  transform: translate(-70%, -50%) scale(-1, 1);
}
.c-pagination__item--last {
  margin-left: 0.25em;
}
.c-pagination__item--last::before {
  transform: translate(-30%, -50%);
}
.c-pagination__item--last::after {
  transform: translate(-70%, -50%);
}
.c-pagination__item--prev::before, .c-pagination__item--prev::after {
  transform: translate(-50%, -50%) scale(-1, 1);
}
.c-pagination__item--prev::before {
  left: 50%;
}
.c-pagination__item--prev::after {
  left: 100%;
}
.c-pagination__item--prev:hover::before {
  left: -100%;
  opacity: 0;
}
.c-pagination__item--prev:hover::after {
  left: 50%;
  opacity: 1;
}
.c-pagination__item--next::before, .c-pagination__item--next::after {
  transform: translate(-50%, -50%);
}
.c-pagination__item--next::before {
  left: 50%;
}
.c-pagination__item--next::after {
  left: -100%;
}
.c-pagination__item--next:hover::before {
  left: 100%;
  opacity: 0;
}
.c-pagination__item--next:hover::after {
  left: 50%;
  opacity: 1;
}
.c-pagination__item--current span.c-pagination__sp-txt {
  font-weight: 400;
  display: none;
}
.c-pagination__item--current span.c-pagination__pc-txt {
  font-weight: 700;
}
.c-pagination__item--ellipsis span {
  background: none;
}

.c-section {
  padding-top: 160px;
}

.c-works-card a {
  color: #000;
  text-decoration: none;
}
.c-works-card figure img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.c-works-card figure figcaption {
  font-size: 1.25rem;
  margin-top: 16px;
}

.c-works-items {
  display: flex;
  flex-wrap: wrap;
}
.c-works-items .c-works-card {
  margin-right: 2.5%;
  margin-bottom: 2.5%;
  width: 23.125%;
}
.c-works-items .c-works-card:nth-child(4n) {
  margin-right: 0;
}
.c-works-items .c-works-card:nth-last-child(-n+4) {
  margin-bottom: 0;
}
.c-works-items .c-works-card figure > div {
  aspect-ratio: 1/1;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.c-works-items .c-works-card figure > div img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  transition: 0.3s;
  width: 100%;
  z-index: 1;
}
.c-works-items .c-works-card figure figcaption {
  font-size: 1rem;
  margin-top: 8px;
}
.c-works-items .c-works-card:hover img {
  transform: scale(1.1);
}

/*
.c-works-items {
	display: flex;
	flex-wrap: wrap;
	@media screen and (max-width: 767px) {
		flex-direction: column;
	}
	.c-works-card {
		margin-right: pct(56, 1600);
		margin-bottom: pct(56, 1600);
		width: pct(496, 1600);
		&:nth-child(3n) {
			margin-right: 0;
		}
		&:nth-last-child(-n+3) {
			margin-bottom: 0;
		}
		@media screen and (max-width: 1024px) {
			margin-bottom: vw(56, 1024);
			margin-right: 6%;
			width: 47%;
			&:nth-child(3n) {
				margin-right: 6%;
			}
			&:nth-child(2n) {
				margin-right: 0;
			}
			&:nth-last-child(-n+3) {
				margin-bottom: vw(56, 1024);
			}
			&:nth-last-child(-n+2) {
				margin-bottom: 0;
			}
		}
		@media screen and (max-width: 767px) {
			margin-bottom: vw(32)!important;
			margin-right: 0!important;
			width: 100%;
			&:last-child {
				margin-bottom: 0!important;
			}
		}
		figure {
			picture {
				aspect-ratio: 1 / 1;
				display: block;
				overflow: hidden;
				position: relative;
				width: 100%;
				img {
					height: 100%;
					left: 0;
					object-fit: cover;
					position: absolute;
					top: 0;
					transition: .3s;
					width: 100%;
					z-index: 1;
				}
			}
			figcaption {
				font-size: rem(16);
				margin-top: 8px;
			}
		}
		&:hover {
			img {
				transform: scale(1.1);
			}
		}
	}
}
*/
/* ==========================================================================
 project
============================================================================*/
/* ==========================================================================
 utility
============================================================================*/
.js-fade {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s, visibility 1s, transform 1s;
  visibility: hidden;
}

.js-start-animation {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.--shiny-01 {
  overflow: hidden;
  position: relative;
}
.--shiny-01::before {
  animation: shiny-01 2s ease-in-out infinite;
  aspect-ratio: 1/1;
  background-color: #fff;
  clip-path: polygon(50% 0%, 100% 0%, 50% 100%, 0% 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.2s;
}
@keyframes shiny-01 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  20% {
    transform: scale(0);
    opacity: 0;
  }
  21% {
    transform: scale(4);
    opacity: 1;
  }
  40% {
    transform: scale(50);
    opacity: 0;
  }
  100% {
    transform: scale(50);
    opacity: 0;
  }
}

h2.wp-block-heading {
  color: #000;
  font-size: 1.375rem;
  font-weight: 900;
  line-height: 1.45;
}

* + h2.wp-block-heading {
  margin-top: 80px;
}

h3.wp-block-heading {
  color: #000;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.45;
}

* + h3.wp-block-heading {
  margin-top: 40px;
}

h4.wp-block-heading {
  color: #000;
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1.45;
}

* + h4.wp-block-heading {
  margin-top: 40px;
}

ul.wp-block-list {
  font-size: 1rem;
  list-style-type: disc;
  padding-left: 1.5em;
}
ul.wp-block-list * + li {
  margin-top: 0.5em;
}
ul.wp-block-list > * + ul {
  margin-top: 0.5em;
}

* + ul.wp-block-list {
  margin-top: 1.5em;
}

.wp-block-table table {
  font-size: 1rem;
  line-height: 2;
  width: 100%;
}
.wp-block-table table th {
  border: 0;
  border-bottom: 1px solid #ccc;
  font-weight: 700;
  padding: 16px;
  vertical-align: top;
}
.wp-block-table table td {
  border: 0;
  border-bottom: 1px solid #ccc;
  padding: 16px;
  vertical-align: top;
}
.wp-block-table table td:first-child {
  font-weight: 700;
  white-space: nowrap;
}

.wpcf7-spinner {
  display: none;
}

.c-form-part__cols__col .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.wpcf7-list-item {
  margin-left: 0;
}

.wpcf7-form-control-wrap {
  padding-right: 0 !important;
}

.wpcf7-spinner {
  display: none;
}

.c-btn-cf7-submit {
  text-align: center;
  width: 280px;
}
.c-btn-cf7-submit input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  cursor: pointer;
}
.c-btn-cf7-submit input:hover {
  background-color: #000;
  color: #fff;
}
.c-btn-cf7-submit input:disabled:hover {
  background-color: #fff;
  color: #000;
}

.c-btn-cf7-previous {
  text-align: center;
  width: 280px;
}
.c-btn-cf7-previous input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  cursor: pointer;
}
.c-btn-cf7-previous input:hover {
  background-color: #000;
  color: #fff;
}
.c-btn-cf7-previous input:disabled:hover {
  background-color: #fff;
  color: #000;
}

.c-form-part__checkbox-cf7 {
  padding-top: 1.3333333333em;
}
.c-form-part__checkbox-cf7 .wpcf7-radio {
  display: flex;
}
.c-form-part__checkbox-cf7 .wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
}
.c-form-part__checkbox-cf7 .wpcf7-radio .wpcf7-list-item + .wpcf7-list-item {
  margin-left: 2.3333333333em;
}
.c-form-part__checkbox-cf7.--is-vertical .wpcf7-radio {
  flex-direction: column;
}
.c-form-part__checkbox-cf7.--is-vertical .wpcf7-radio .wpcf7-list-item + .wpcf7-list-item {
  margin-left: 0;
  margin-top: 0.6666666667em;
}

.u-display--sp {
  display: none;
}
.u-display--show {
  display: block !important;
}
.u-display--block {
  display: block !important;
}
.u-display--inline {
  display: inline !important;
}
.u-display--inline-block {
  display: inline-block !important;
}
.u-display--flex {
  display: flex !important;
}
.u-display--hide {
  display: none !important;
}

.u-slick-wrap {
  position: relative;
  padding-bottom: 88px;
}

.slick-dots {
  background-color: #DBDBDB;
  border-radius: 100vh;
  display: flex;
  list-style: none;
  overflow: hidden;
}
.slick-dots li {
  height: 4px;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slick-dots li button {
  display: block;
  height: 100%;
  text-indent: -3em;
  width: 100%;
}
.slick-dots li button::before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.slick-dots li.slick-active button::before {
  background-color: #000;
}

.u-slick-btn {
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 100vh;
  cursor: pointer;
  height: 48px;
  position: absolute;
  top: 100%;
  width: 48px;
  z-index: 1;
}
.u-slick-btn::after {
  clip-path: polygon(40.47% 14.53%, 75.95% 50%, 40.47% 85.47%, 31.61% 76.61%, 58.4% 50%, 31.61% 23.39%);
  background: #fff;
  content: "";
  display: block;
  height: 50%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
}
.u-slick-btn.--next {
  transform: translate(0%, 40px);
  right: 0;
}
.u-slick-btn.--prev {
  transform: translate(-16px, 40px);
  right: 48px;
}
.u-slick-btn.--prev::after {
  transform: translate(-50%, -50%) scale(-1, 1);
}
.u-slick-btn.slick-disabled {
  opacity: 0.2;
}

.u-slick-btn {
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 100vh;
  cursor: pointer;
  height: 48px;
  position: absolute;
  top: 100%;
  width: 48px;
  z-index: 1;
}
.u-slick-btn::after {
  clip-path: polygon(40.47% 14.53%, 75.95% 50%, 40.47% 85.47%, 31.61% 76.61%, 58.4% 50%, 31.61% 23.39%);
  background: #fff;
  content: "";
  display: block;
  height: 50%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
}
.u-slick-btn.--next {
  transform: translate(0%, 40px);
  right: 0;
}
.u-slick-btn.--prev {
  transform: translate(-16px, 40px);
  right: 48px;
}
.u-slick-btn.--prev::after {
  transform: translate(-50%, -50%) scale(-1, 1);
}
.u-slick-btn.slick-disabled {
  opacity: 0.2;
}

.slick-btn-prev,
.slick-btn-next {
  background-color: #fff;
  border-radius: 100vh;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  height: 64px;
  position: absolute;
  transition: 0.3s;
  width: 64px;
  z-index: 1;
}
.slick-btn-prev::after,
.slick-btn-next::after {
  clip-path: polygon(40.47% 14.53%, 75.95% 50%, 40.47% 85.47%, 31.61% 76.61%, 58.4% 50%, 31.61% 23.39%);
  background-color: #000;
  content: "";
  display: block;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
}
.slick-btn-prev.slick-disabled,
.slick-btn-next.slick-disabled {
  opacity: 0;
}

.slick-btn-prev {
  transform: translate(-50%, -50%) scale(-1, 1);
}

.slick-btn-next {
  transform: translate(50%, -50%);
}

.u-text--left {
  text-align: left !important;
}
.u-text--center {
  text-align: center !important;
}
.u-text--right {
  text-align: right !important;
}
.u-text--bold {
  font-weight: 700 !important;
}
.u-text--underline {
  text-decoration: underline !important;
}
.u-text--marker {
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.u-text--marker::after {
  background: #ffefa2;
  bottom: 0;
  content: "";
  display: block;
  height: 0.5em;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 1672px){
  .l-btn-menu {
    margin-right: 0;
    right: 0;
  }
}
@media screen and (max-width: 1624px){
  .l-footer__inner > * {
    margin-left: 32px;
  }
  .l-footer__contents > * {
    margin-right: 32px;
  }
}
@media screen and (max-width: 1480px){
  .l-footer__inner {
    padding-right: 420px;
  }
}
@media screen and (max-width: 1312px){
  .c-works-items .c-works-card {
    margin-bottom: 3.0487804878vw;
    margin-right: 4%;
    width: 30.66%;
  }
  .c-works-items .c-works-card:nth-child(4n) {
    margin-right: 4%;
  }
  .c-works-items .c-works-card:nth-child(3n) {
    margin-right: 0;
  }
  .c-works-items .c-works-card:nth-last-child(-n+4) {
    margin-bottom: 3.0487804878vw;
  }
  .c-works-items .c-works-card:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1232px){
  .l-footer__inner {
    flex-direction: column;
  }
  .l-footer__inner > * {
    margin-left: 0;
    margin-top: 16px;
  }
  .l-footer__contents {
    flex-direction: column;
  }
  .l-footer__contents > * {
    margin-right: 0;
  }
  .l-footer__instagram {
    margin-left: auto;
  }
  .l-footer__instagram a {
    position: relative;
  }
}
@media screen and (max-width: 1024px){
  .c-works-items .c-works-card {
    margin-bottom: 3.90625vw;
    margin-right: 6%;
    width: 47%;
  }
  .c-works-items .c-works-card:nth-child(3n) {
    margin-right: 6%;
  }
  .c-works-items .c-works-card:nth-child(2n) {
    margin-right: 0;
  }
  .c-works-items .c-works-card:nth-last-child(-n+3) {
    margin-bottom: 3.90625vw;
  }
  .c-works-items .c-works-card:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px){
  .l-btn-menu {
    height: 64px;
    width: 64px;
  }
  .l-container {
    padding-left: 3.7209302326vw;
    padding-right: 3.7209302326vw;
    max-width: none;
  }
  .l-container .l-container {
    padding-left: 0;
    padding-right: 0;
  }
  .l-footer {
    margin-top: 120px;
    padding-left: 7.4418604651vw;
    padding-right: 7.4418604651vw;
  }
  .l-footer__inner {
    box-shadow: none;
    max-width: none;
    padding-bottom: 140px;
    padding-right: 0;
    padding-top: 0;
  }
  .l-footer__inner > * {
    margin-top: 24px;
  }
  .l-footer__contents {
    font-size: 1rem;
  }
  .l-footer__copyright {
    font-size: 1rem;
  }
  .l-footer__instagram {
    margin-top: -32px;
  }
  .l-footer__instagram a {
    bottom: 0;
  }
  .l-gnav__inner {
    padding-left: 9.3023255814vw;
    padding-top: 14.8837209302vw;
    width: 100%;
  }
  .l-header__inner {
    height: 64px;
    max-width: none;
    padding-left: 3.7209302326vw;
  }
  .l-wrapper {
    padding-top: 64px;
  }
  .c-adjacent-post {
    margin-top: 120px;
  }
  .c-btns > * {
    margin-right: 16px;
  }
  .c-btn-next.--small {
    height: 48px;
    width: 48px;
  }
  .c-btn-next.--small span {
    font-size: 0.75rem;
    padding-top: 8px;
  }
  .c-btn-next.--small::before, .c-btn-next.--small::after {
    background-image: url(../images/common/ico-arrow-02-wht@sp.svg);
    bottom: 10px;
    height: 4px;
    width: 28px;
  }
  .c-btn-prev {
    height: 72px;
    width: 72px;
  }
  .c-btn-prev span {
    font-size: 1.125rem;
    padding-top: 12px;
  }
  .c-btn-prev::before, .c-btn-prev::after {
    background-image: url(../images/common/ico-arrow-01-wht@sp.svg);
    bottom: 16px;
    height: 6px;
    width: 42px;
  }
  .c-btn-prev.--small {
    height: 48px;
    width: 48px;
  }
  .c-btn-prev.--small span {
    font-size: 0.75rem;
    padding-top: 8px;
  }
  .c-btn-prev.--small::before, .c-btn-prev.--small::after {
    background-image: url(../images/common/ico-arrow-02-wht@sp.svg);
    bottom: 10px;
    height: 4px;
    width: 28px;
  }
  .c-btn-back {
    height: 48px;
    width: 80px;
  }
  .c-btn-back span {
    font-size: 0.75rem;
    padding-top: 8px;
  }
  .c-btn-back::after {
    background-image: url(../images/common/ico-back-wht@sp.svg);
    bottom: 10px;
    height: 9px;
    width: 33px;
  }
  .c-btn-03, .c-btn-cf7-submit input, .c-btn-cf7-previous input {
    font-size: 1rem;
  }
  .c-concept-card {
    padding-left: 0;
    padding-right: 0;
  }
  .c-concept-card figure {
    margin-left: -3.7209302326vw;
    margin-right: -3.7209302326vw;
  }
  .c-floating-btn-contact {
    bottom: 16px;
    left: 16px;
    right: auto;
  }
  .c-floating-btn-contact a {
    font-size: 1rem;
    height: 88px;
    width: 88px;
  }
  .c-floating-btn-contact a > span {
    padding-bottom: 28px;
    padding-left: 0;
  }
  .c-floating-btn-contact a > span::after {
    bottom: 0;
    left: 50%;
    top: auto;
    transform: translate(-50%, 0);
  }
  .c-floating-btn-contact a > span span {
    display: none;
  }
  .c-form-part {
    align-items: flex-start;
    flex-direction: column;
  }
  .c-form-part > dt {
    padding-right: 0;
    width: 100% !important;
  }
  .c-form-part > dd {
    margin-top: 1em;
  }
  .c-form-part > dd textarea {
    height: 15em;
  }
  .c-form-part.--is-optional > dt {
    padding-right: 3.5em;
  }
  .c-form-part.--is-optional > dt::after {
    right: 0;
  }
  .c-form-part.--is-required > dt {
    padding-right: 3.5em;
  }
  .c-form-part.--is-required > dt::after {
    right: 0;
  }
  .c-form-part__cols {
    flex-direction: column;
  }
  .c-form-part__cols__col {
    margin-right: 0;
    margin-bottom: 0.5em;
    width: 100%;
  }
  .c-form-part__cols__col:last-child {
    margin-bottom: 0;
  }
  .c-select-box {
    height: 11.1627906977vw;
  }
  .c-select-box::after {
    height: 3.7209302326vw;
    right: 1.8604651163vw;
    width: 3.7209302326vw;
  }
  .c-select-box select {
    font-size: 3.7209302326vw;
    padding-left: 3.7209302326vw;
    padding-right: 7.4418604651vw;
  }
  .c-text-box {
    font-size: 3.7209302326vw;
    height: 11.1627906977vw;
    padding-left: 3.7209302326vw;
    padding-right: 3.7209302326vw;
  }
  .c-text-box.--multiline {
    height: 55.8139534884vw;
    padding: 3.7209302326vw;
  }
  .c-modal {
    padding: 1.8604651163vw 1.8604651163vw;
  }
  .c-modal__btn-close {
    height: 9.3023255814vw;
    width: 9.3023255814vw;
  }
  .c-modal__btn-close::after {
    height: 80%;
    width: 80%;
  }
  .c-modal-box {
    border-width: 1.8604651163vw;
    border-radius: 3.7209302326vw;
    max-width: none;
    padding: 3.7209302326vw;
    width: 100%;
  }
  .c-news-card {
    flex-direction: column;
    padding-bottom: 16px;
    padding-left: 8px;
    padding-top: 16px;
  }
  .c-news-card a {
    margin-top: 8px;
    padding-right: 50px;
  }
  .c-news-card a::before, .c-news-card a::after {
    right: 8px;
  }
  .c-page-top {
    height: 14.8837209302vw;
    bottom: 0;
    width: 14.8837209302vw;
  }
  .c-page-top.--is-fixed {
    bottom: 0;
  }
  .c-page-top > div::before {
    left: 25%;
  }
  .c-page-top > div::after {
    left: 25%;
  }
  .c-pagination {
    margin-top: 80px;
  }
  .c-pagination__item--prev::before, .c-pagination__item--prev::after, .c-pagination__item--next::before, .c-pagination__item--next::after {
    background: #000;
  }
  .c-pagination__item--prev a, .c-pagination__item--next a {
    background-color: #fff;
  }
  .c-pagination__item--prev:hover::before {
    left: 50%;
    opacity: 1;
  }
  .c-pagination__item--prev:hover::after {
    display: none;
  }
  .c-pagination__item--next:hover::before {
    left: 50%;
    opacity: 1;
  }
  .c-pagination__item--next:hover::after {
    display: none;
  }
  .c-pagination__item--current span.c-pagination__sp-txt {
    background: 0;
    display: flex;
  }
  .c-pagination__item--current span.c-pagination__pc-txt {
    display: none;
  }
  .c-pagination__item, .c-pagination__item--first, .c-pagination__item--last, .c-pagination__item--prev, .c-pagination__item--next, .c-pagination__item--current, .c-pagination__item--ellipsis {
    display: none;
    font-size: 0.875rem;
    margin-left: 0;
    margin-right: 0;
  }
  .c-pagination__item--first, .c-pagination__item--last, .c-pagination__item--prev, .c-pagination__item--next {
    display: block;
    flex-shrink: 0;
  }
  .c-pagination__item--first {
    margin-right: 0.5714285714em;
  }
  .c-pagination__item--last {
    margin-left: 0.5714285714em;
  }
  .c-pagination__item--current {
    background: 0;
    display: flex;
    width: 100%;
  }
  .c-scroller {
    overflow: auto;
    position: relative;
    width: 100%;
  }
  .c-scroller::after {
    background: url(../images/common/ico-scroll-horizontally.svg) 50% 50% no-repeat;
    background-size: 100% 100%;
    content: "";
    display: block;
    height: 29.7674418605vw;
    left: 50%;
    opacity: 1;
    position: absolute;
    top: 50%;
    transition: 0.3s;
    transform: translate(-50%, -50%);
    width: 29.7674418605vw;
  }
  .c-scroller.--is-scrolled::after {
    opacity: 0;
  }
  .c-scroller > * {
    height: auto;
    max-width: none;
    min-width: auto;
    width: 1000px;
  }
  .c-section {
    padding-top: 120px;
  }
  .c-works-card figure img {
    aspect-ratio: 1/1;
  }
  .c-works-card figure figcaption {
    font-size: 1rem;
    margin-top: 8px;
  }
  .c-works-items {
    flex-direction: column;
  }
  .c-works-items .c-works-card {
    margin-bottom: 7.4418604651vw !important;
    margin-right: 0 !important;
    width: 100%;
  }
  .c-works-items .c-works-card:last-child {
    margin-bottom: 0 !important;
  }
  * + h2.wp-block-heading {
    margin-top: 40px;
  }
  ul.wp-block-list {
    font-size: 0.875rem;
  }
  .wp-block-table table tbody {
    display: block;
  }
  .wp-block-table table tr {
    display: block;
  }
  .wp-block-table table tr:first-child th {
    padding-top: 0 !important;
  }
  .wp-block-table table th {
    border-bottom: 0;
    display: block;
    padding: 16px 8px 0 8px;
  }
  .wp-block-table table td {
    display: block;
    padding: 0 8px 16px 8px;
  }
  .wp-block-table table td:first-child {
    border-bottom: 0;
    display: block;
    padding: 16px 8px 0 8px;
  }
  .c-btn-cf7-submit {
    width: 100%;
  }
  .c-btn-cf7-previous {
    margin-right: 4%;
    width: 100%;
  }
  .c-form-part__checkbox-cf7 .wpcf7-radio {
    flex-direction: column;
  }
  .c-form-part__checkbox-cf7 .wpcf7-radio .wpcf7-list-item + .wpcf7-list-item {
    margin-left: 0;
    margin-top: 0.6666666667em;
  }
  .u-display--sp {
    display: block;
  }
  .u-display--pc {
    display: none;
  }
  .u-slick-wrap {
    padding-bottom: 0;
  }
  .u-slick-btn {
    height: 11.1627906977vw;
    width: 11.1627906977vw;
  }
  .u-slick-btn.--next {
    right: 3.7209302326vw;
    transform: translate(0%, 5.5813953488vw);
  }
  .u-slick-btn.--prev {
    transform: translate(-3.7209302326vw, 5.5813953488vw);
    right: 14.8837209302vw;
  }
  .u-slick-btn {
    height: 11.1627906977vw;
    width: 11.1627906977vw;
  }
  .u-slick-btn.--next {
    right: 3.7209302326vw;
    transform: translate(0%, 5.5813953488vw);
  }
  .u-slick-btn.--prev {
    transform: translate(-3.7209302326vw, 5.5813953488vw);
    right: 14.8837209302vw;
  }
}
@media screen and (max-width: 430px){
  .c-hd-01 {
    font-size: 9.3023255814vw;
  }
  .c-hd-02 {
    font-size: 9.3023255814vw;
  }
  .c-hd-03 {
    font-size: 5.5813953488vw;
  }
}
/*# sourceMappingURL=../map/style.css.map */
