html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: none;
  font-style: normal;
  text-align: left;
  zoom: 1;
}


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

table {
  border-collapse: collapse;
  font-family: inherit;
}

h1, h2, h3, h4, h5 {
  font-size: 100%;
  font-weight: normal;
  line-height: 1;
}

input, textarea, select {
  font-family: inherit;
  font-size: 16px;
}

input[type=button], input[type=text], input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

textarea {
  resize: none;
  -webkit-appearance: none;
  border-radius: 0;
}

th, td {
  border-collapse: collapse;
}

table th, table td {
  white-space: nowrap;
}

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

img {
  vertical-align: text-bottom;
  vertical-align: -webkit-baseline-middle;
  max-width: 100%;
  height: auto;
  width: auto;
}

html {
  color: #fff;
  font-family: "Inter", sans-serif;
  background-color: #1F1F1F;
}

img {
  width: 100%;
  height: 100%;
  display: block;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  display: block;
}

.pc-on {
  display: block;
}

.tb-on {
  display: none;
}

.sp-on {
  display: none;
}

@media screen and (max-width: 920px) {
  .pc-on {
    display: none;
  }
  .tb-on {
    display: block;
  }
  .sp-on {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc-on {
    display: none;
  }
  .tb-on {
    display: none;
  }
  .sp-on {
    display: block;
  }
}
.c-button {
  display: block;
  margin: 0 auto;
  max-width: 498px;
  font-size: 36px;
  font-weight: bold;
  padding: 22px 0px;
  color: white;
  background: linear-gradient(to right, #1C74E9, #104183);
  display: block;
  text-align: center;
}
/* singleページのボタン */
.c-button.single-button {
  margin: 30px auto 0;
}


.c-button:hover {
  color: yellow;
}

@media screen and (max-width: 920px) {
  .c-button {
    font-size: 24px;
    padding: 16px 80px;
  }
}
@media screen and (max-width: 768px) {
  .c-button {
    display: block;
    margin: 0 auto;
    max-width: 195px;
    font-size: 18px;
    padding: 15px 0px;
  }
/* singleページのボタン */
.c-button.single-button {
  margin: 20px auto 0;
}
}
.l-header {
  width: 100%;
  border-bottom: solid 2px #1C74E9;
}
.l-header__inner {
  max-width: 1480px;
  height: 100%;
  margin: 0 auto;
  padding: 21px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header__logo {
  font-size: 32px;
  color: #FFFFFF;
}
.l-header__nav {
  display: block;
}
.l-header__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header__list {
  margin-right: 34px;
}
.l-header__list a {
  color: #FFFFFF;
}
.l-header__list a:hover {
  color: yellow;
}
.l-header__contact {
  display: block;
}
.l-header__contact a {
  font-size: 14px;
  padding: 8px 14px;
  color: white;
  background: linear-gradient(to right, #1C74E9, #104183);
  display: block;
  line-height: 21px;
  text-align: center;
}
.l-header__contact a:hover {
  color: yellow;
  background-color: white;
}
.l-header__hamburger {
  display: none;
  width: 50px;
  position: relative;
}
.l-header__hamburger__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-header__hamburger__inner span {
  width: 50px;
  display: block;
  height: 4px;
  background-color: #1C74E9;
  transition: all 0.3s;
}
.l-header__hamburger__inner span:nth-child(2n) {
  margin-top: 8px;
}
.l-header__hamburger__inner span:nth-child(3n) {
  margin-top: 8px;
}
.l-header__hamburger__inner.open span:nth-child(1n) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.l-header__hamburger__inner.open span:nth-child(2n) {
  opacity: 0;
}
.l-header__hamburger__inner.open span:nth-child(3n) {
  width: 50px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .l-header {
    height: auto;
  }
  .l-header__logo {
    font-size: 20px;
  }
  .l-header__nav {
    display: none;
  }
  .l-header__hamburger {
    display: block;
  }
}
.l-header-sp-menu {
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: #1F1F1F;
  position: relative;
}
.l-header-sp-menu__inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-header-sp-menu__logo {
  font-size: 20px;
  color: #FFFFFF;
  padding-bottom: 35px;
  border-bottom: solid 2px #1C74E9;
}
.l-header-sp-menu__lists {
  padding: 35px 0;
  border-bottom: solid 2px #1C74E9;
}
.l-header-sp-menu__list {
  padding-bottom: 20px;
}
.l-header-sp-menu__list:last-child {
  padding-bottom: 0px;
}
.l-header-sp-menu__list p, .l-header-sp-menu__list a {
  display: block;
  color: #fff;
  font-size: 14px;
  margin: 0 auto;
  text-align: center;
}
.l-header-sp-menu__list p {
  text-align: center;
}
.l-header-sp-menu__list.logo a {
  font-size: 30px;
}
.l-header-sp-menu__contact {
  display: block;
  margin: 0px auto;
}
.l-header-sp-menu__contact a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  padding: 10px 24px;
  color: white;
  background: linear-gradient(to right, #1C74E9, #104183);
  display: block;
  text-align: center;
  margin: 0 auto;
}
.l-header-sp-menu__contact a:hover {
  color: black;
  background-color: white;
}

.l-header-sp-menu.open {
  display: block;
}

.l-footer__inner {
  max-width: 1480px;
  padding: 20px;
  margin: 0 auto;
}
.l-footer__top {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-footer__logo {
  font-size: 28px;
  color: white;
  text-align: center;
}
.l-footer__lists {
  display: flex;
  justify-content: right;
  align-items: center;
}
.l-footer__list a {
  display: block;
  font-size: 16px;
  color: white;
  transition: all 0.3s;
}
.l-footer__list a:hover {
  color: yellow;
}
.l-footer__list:not(:last-child) {
  margin-right: 20px;
}
.l-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-footer__copy {
  font-size: 16px;
  text-align: center;
  color: white;
}
.l-footer__links {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-footer__link a {
  display: block;
  font-size: 10px;
  color: white;
  transition: all 0.3s;
}
.l-footer__link a:hover {
  color: yellow;
}
.l-footer__link:not(:last-child) {
  margin-right: 0px;
}
.l-footer__social {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-footer__social__list img {
  width: 20px;
  height: 20px;
}
.l-footer__social__list:not(:last-child) {
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .l-footer__top {
    margin-bottom: 10px;
    display: block;
    justify-content: space-between;
    align-items: center;
  }
  .l-footer__logo {
    margin-bottom: 20px;
    font-size: 20px;
    color: white;
    text-align: center;
  }
  .l-footer__lists {
    display: block;
    margin-bottom: 20px;
    justify-content: center;
  }
  .l-footer__list {
    margin-bottom: 12px;
  }
  .l-footer__list a {
    font-size: 12px;
    display: block;
    text-align: center;
  }
  .l-footer__list:not(:last-child) {
    margin-right: 0;
  }
  .l-footer__bottom {
    flex-direction: column-reverse;
  }
  .l-footer__copy {
    font-size: 12px;
    text-align: center;
    margin-bottom: 20px;
  }
  .l-footer__links {
    margin-bottom: 10px;
  }
  .l-footer__social {
    margin-bottom: 10px;
  }
  .l-footer__social__list img {
    width: 20px;
    height: 20px;
  }
  .l-footer__social__list:not(:last-child) {
    margin-right: 10px;
  }
}
.l-cta-contact {
  border-bottom: solid 2px #1C74E9;
}
.l-cta-contact__flex {
  max-width: 1200px;
  margin: 0 auto;
  padding: 150px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-cta-contact__left {
  width: 45%;
}
.l-cta-contact__title {
  font-size: 48px;
  font-weight: bold;
  color: #1C74E9;
  text-align: center;
  margin-bottom: 20px;
}
.l-cta-contact__text {
  font-size: 16px;
  text-align: center;
}
.l-cta-contact__right {
  width: 45%;
}
.l-cta-contact__symbol {
  font-size: 24px;
  text-align: center;
  margin-bottom: 25px;
}
.l-cta-contact__symbol .left {
  display: inline-block;
  margin-right: 30px;
}
.l-cta-contact__symbol .right {
  display: inline-block;
  margin-left: 30px;
}
.l-cta-contact__button {
  font-size: 36px;
  font-weight: bold;
  padding: 22px 0px;
  color: white;
  background: linear-gradient(to right, #1C74E9, #104183);
  display: block;
  text-align: center;
}
.l-cta-contact__button:hover {
  color: yellow;
}

@media screen and (max-width: 920px) {
  .l-cta-contact {
    border-bottom: solid 2px #1C74E9;
  }
  .l-cta-contact__flex {
    padding: 100px 20px;
  }
  .l-cta-contact__left {
    width: 48%;
  }
  .l-cta-contact__title {
    font-size: 36px;
  }
  .l-cta-contact__right {
    width: 48%;
  }
  .l-cta-contact__symbol {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .l-cta-contact__symbol .left {
    margin-right: 20px;
  }
  .l-cta-contact__symbol .right {
    margin-left: 20px;
  }
  .l-cta-contact__button {
    font-size: 24px;
    padding: 16px 80px;
  }
}
@media screen and (max-width: 768px) {
  .l-cta-contact__flex {
    display: block;
    padding: 60px 20px;
  }
  .l-cta-contact__left {
    width: 100%;
    margin-bottom: 20px;
  }
  .l-cta-contact__title {
    font-size: 30px;
  }
  .l-cta-contact__right {
    width: 100%;
  }
  .l-cta-contact__symbol {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .l-cta-contact__symbol .left {
    margin-right: 20px;
  }
  .l-cta-contact__symbol .right {
    margin-left: 20px;
  }
  .l-cta-contact__button {
    display: block;
    margin: 0 auto;
    max-width: 350px;
    font-size: 24px;
    padding: 18px;
  }
}
.l-page__inner {
  max-width: 1480px;
  margin: 0 auto;
  padding: 150px 20px;
}
.l-page__name {
  font-size: 64px;
  font-weight: bold;
  text-align: left;
  color: #1C74E9;
  margin-bottom: 30px;
}
.l-page__desc {
  font-size: 20px;
  text-align: left;
}

/* タグ */
.l-page__tags {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: left;
}
.l-page__tag {
}
.l-page__tag a {
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
  margin-right: 20px;
  color: white;
  background: linear-gradient(to right, #1C74E9, #104183);
  display: block;
  text-align: center;
  color: white;
}
.l-page__tag a:hover {
  color: yellow;
}



@media screen and (max-width: 920px) {
  .l-page__inner {
    padding: 100px 20px;
  }
  .l-page__name {
    font-size: 48px;
    margin-bottom: 10px;
  }
  .l-page__desc {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .l-page__inner {
    padding: 60px 20px;
  }
  .l-page__name {
    font-size: 32px;
  }
  .l-page__desc {
    font-size: 14px;
  }
/* タグ */
.l-page__tags {
  margin-top: 0px;
  display: flex;
  flex-wrap: wrap;
}
.l-page__tag {
  font-size: 16px;
  margin-top: 10px;
  margin-right: 10px;
}
}
.l-fv {
  height: 78vh;
  background-image: url(../img/fv-pc.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.l-fv__inner {
  width: calc(100% - 40px);
  max-width: 1480px;
  margin: 0 auto;
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 0 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-fv__left {
  width: 50%;
}
.l-fv__title {
  margin-bottom: 40px;
  color: #1C74E9;
  font-size: 96px;
  font-weight: bold;
  text-align: center;
}
.l-fv__text {
  margin-bottom: 40px;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

@media screen and (max-width: 1300px) {
  .l-fv {
    height: 60vh;
  }
  .l-fv__title {
    margin-bottom: 30px;
    font-size: 4.5vw;
  }
  .l-fv__text {
    margin-bottom: 30px;
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 1000px) {
  .l-fv {
    height: 60vh;
  }
  .l-fv__title {
    margin-bottom: 30px;
    font-size: 6vw;
  }
  .l-fv__text {
    margin-bottom: 30px;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .l-fv {
    height: 100vh;
    background-image: url(../img/fv-sp.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .l-fv__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .l-fv__left {
    width: 100%;
  }
  .l-fv__title {
    margin-bottom: 20px;
    font-size: 13vw;
  }
  .l-fv__text {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.l-top {
  margin: 150px 0 0;
}
.l-top .c-button {
  margin-top: 100px;
}
.l-top .p-news__inner {
  padding: 0;
}

.l-top__inner {
  max-width: 1480px;
  padding: 0 20px;
  margin: 0 auto;
}

.l-top.l-collection {
  padding-bottom: 150px;
  border-bottom: solid 2px #1C74E9;
}
.l-top.l-collection .l-top__inner {
  max-width: 100%;
  padding: 0 0px;
}

.sec-title {
  margin-bottom: 100px;
  color: #1C74E9;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .l-top {
    margin: 80px 0 0;
  }
  .l-top .c-button {
    margin-top: 30px;
  }
  .l-top .p-news__inner {
    padding: 0;
  }
  .l-top.l-collection {
    padding-bottom: 60px;
    border-bottom: solid 2px #1C74E9;
  }
  .l-top.l-collection .l-top__inner {
    padding: 0 0px;
  }
  .sec-title {
    margin-bottom: 30px;
    font-size: 32px;
  }
}
.l-service__inner {
  max-width: 1480px;
  margin: 0 auto;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
}
.l-service__img {
  margin-bottom: 15px;
}
.l-service__content {
  width: calc(33.3333333333% - 20px);
  margin-right: 30px;
}
.l-service__content:nth-child(3n) {
  margin-right: 0px;
}
.l-service__content:nth-child(n+4) {
  margin-top: 30px;
}
.l-service__title {
  margin-bottom: 15px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}
.l-service__text {
  color: #fff;
  font-size: 16px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .l-service__inner {
    max-width: 500px;
  }
  .l-service__img {
    margin-bottom: 10px;
  }
  .l-service__content {
    width: 100%;
    margin-right: 0px;
    height: auto;
  }
  .l-service__content:not(:last-child) {
    margin-bottom: 20px;
  }
  .l-service__content:nth-child(n+4) {
    margin-top: 0px;
  }
  .l-service__title {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .l-service__text {
    font-size: 15px;
  }
}
.p-more {
  border-bottom: solid 2px #1C74E9;
}
.p-more__inner {
  margin: 0 auto 150px;
  border-top: solid 2px #1C74E9;
}
.p-more__content {
  border-bottom: solid 2px #1C74E9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-more__content .p-more__img {
  margin-right: 0%;
}
.p-more__content .p-more__desc {
  margin-right: 0%;
}
.p-more__content .p-more__title {
  text-align: right;
}
.p-more__content:nth-child(2n) {
  flex-direction: row-reverse;
}
.p-more__content:nth-child(2n) .p-more__img {
  margin-right: 0%;
}
.p-more__content:nth-child(2n) .p-more__desc {
  margin-right: 0%;
}
.p-more__content:nth-child(2n) .p-more__title {
  text-align: left;
}
.p-more__img {
  width: 50%;
}
.p-more__desc {
  width: 38%;
  padding: 0 6%;
}
.p-more__title {
  margin-bottom: 20px;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
}
.p-more__text {
  color: #fff;
  font-size: 20px;
  text-align: left;
}

@media screen and (max-width: 920px) {
  .p-more__inner {
    padding: 0 20px;
    margin: 0 auto 100px;
    border: none;
  }
  .p-more__content {
    flex-direction: column-reverse;
	border:none;
  }
	.p-more__content:not(:last-child) {
		padding-bottom:40px;
		border-bottom: solid 2px #1C74E9;
  }
  .p-more__content .p-more__img {
    margin-right: 0%;
  }
  .p-more__content .p-more__desc {
    margin-right: 0%;
  }
  .p-more__content .p-more__title {
    text-align: left;
  }
  .p-more__content:nth-child(2n) {
    flex-direction: column-reverse;
  }
  .p-more__content:nth-child(2n) .p-more__img {
    margin-right: 0%;
  }
  .p-more__content:nth-child(2n) .p-more__desc {
    margin-right: 0%;
  }
  .p-more__content:nth-child(2n) .p-more__title {
    text-align: left;
  }
  .p-more__content:not(:first-child) {
    margin-top: 40px;
  }
  .p-more__img {
    width: 100%;
    margin: 0 auto 15px;
  }
  .p-more__desc {
    width: 100%;
  }
  .p-more__title {
    margin-bottom: 15px;
    font-size: 28px;
    text-align: left;
  }
  .p-more__text {
    font-size: 16px;
  }
}

@media screen and (max-width: 600px) {
  .p-more__inner {
    padding: 0 20px;
    margin: 0 auto 60px;
    border: none;
  }
	.p-more__content:not(:last-child) {
		padding-bottom:30px;
  }
  .p-more__content:not(:first-child) {
    margin-top: 30px;
  }
  .p-more__img {
    width: 100%;
    margin: 0 auto 10px;
  }
  .p-more__desc {
    width: 100%;
  }
  .p-more__title {
    margin-bottom: 10px;
    font-size: 20px;
    text-align: left;
  }
  .p-more__text {
    font-size: 14px;
  }
}
.p-design-collection {
  padding: 0 0 150px;
  border-bottom: solid 2px #1C74E9;
}
.p-design-collection__flex {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.p-design-collection__left {
  width: 50%;
}
.p-design-collection__right {
  width: 47%;
}
.p-design-collection__content:not(:first-child) {
  margin-top: 20px;
}
.p-design-collection__name {
  font-size: 16px;
  padding-bottom: 5px;
  text-align: left;
  border-bottom: solid 2px #1C74E9;
}
.p-design-collection__text,
.p-design-collection__text a {
  font-size: 16px;
  margin-top: 5px;
  text-align: left;
  color: #fff;
}
.p-design-collection__buttons {
  padding: 20px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-button.p-design-collection__button {
  display: block;
  margin: 0 0 0;
  max-width: 300ox;
  height: 40px;
  line-height: 40px;
  padding: 16px 24px;
  font-size: 28px;
  font-weight: bold;
  color: white;
  background: linear-gradient(to right, #1C74E9, #104183);
}

.c-button.p-design-collection__button.url {
  margin-right: 30px;
}



@media screen and (max-width: 920px) {
  .p-design-collection {
    padding: 0 0 100px;
  }
  .p-design-collection__item {
    width: 33.3333333333%;
  }
  .p-design-collection__flex {
    padding: 0 20px;
    display: block;
  }
  .p-design-collection__left {
    width: 100%;
  }
  .p-design-collection__right {
    width: 100%;
    margin-top: 20px;
  }
  .p-design-collection__content:not(:first-child) {
    margin-top: 20px;
  }
  .p-design-collection__name {
    font-size: 16px;
    border-bottom: solid 1px #1C74E9;
  }
  .p-design-collection__text {
    font-size: 16px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .p-design-collection {
    padding: 0 0 60px;
  }
  .p-design-collection__item {
    width: 50%;
  }
  .p-design-collection__right {
    margin-top: 15px;
  }
  .p-design-collection__content:not(:first-child) {
    margin-top: 15px;
  }
  .p-design-collection__name {
    font-size: 14px;
  }S
  .p-design-collection__text {
    font-size: 14px;
  }
  .p-design-collection__buttons {
    padding: 20px 0 0;
    display: block;
    align-items: center;
    justify-content: center;
  }

  .c-button.p-design-collection__button {
    margin: 0 auto 0;
    width: calc(100% - 40px);
    max-width: 300px;
    height: 40px;
    line-height: 40px;
    padding: 10px 24px;
    font-size: 24px;
    font-weight: bold;
    padding: 16px;
    color: white;
    background: linear-gradient(to right, #1C74E9, #104183);
  }

  .c-button.p-design-collection__button.url {
    margin-right: auto;
    margin-bottom: 20px;
  }
}
#contact {
  margin: 0px auto;
  padding-bottom: 150px;
  border-bottom: solid 2px #1C74E9;
}

.p-contact__form {
  max-width: 800px;
  margin: 0 auto;
}
.p-contact__form__item .required {
  margin: 0 15px 0px 0px;
  padding: 3px 10px;
  color: white;
  background-color: red;
  font-size: 12px;
  font-weight: bold;
}
.p-contact__form__item p {
  margin: 0 0 15px 10px;
  color: white;
  font-size: 16px;
}
.p-contact__form__item input, .p-contact__form__item textarea {
  width: calc(100% - 24px);
  font-size: 16px;
  padding: 5px 10px;
  border: solid 2px #1C74E9;
}
.p-contact__form__item.button {
  width: 100%;
  margin-top: 0;
  text-align: center;
}
.p-contact__form__item:not(:first-child) {
  margin-top: 20px;
}
.p-contact__form__button {
  display: block;
  margin: 20px auto 0;
  font-size: 20px;
  padding: 10px 26px;
  color: white;
  background: linear-gradient(to right, #1C74E9, #104183);
  display: block;
  text-align: center;
  border: none;
}
.p-contact__form__button:hover {
  color: yellow;
}

@media screen and (max-width: 768px) {
  #contact {
    margin: 0px auto 0;
    padding: 0 20px 60px;
  }
  .p-contact-01__form__item .required {
    margin: 0 10px 0px 0px;
    padding: 2px 8px;
    font-size: 10px;
  }
  .p-contact-01__form__item p {
    margin: 0 0 5px 10px;
    font-size: 14px;
  }
  .p-contact-01__form__item input, .p-contact-01__form__item textarea {
    font-size: 14px;
  }
  .p-contact-01__form__button {
    padding: 9px 22px;
    font-size: 16px;
  }
}
.p-news {
  padding: 0 0 150px;
  border-bottom: solid 2px #1C74E9;
}
.p-news__inner {
  max-width: 1480px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
}
.p-news__content {
  width: calc(33.3333333333% - 29.3333333333px);
  padding-right: 20px;
  padding-left: 20px;
  border-right: solid 2px #1C74E9;
  border-bottom: solid 2px #1C74E9;
}
.p-news__content:hover {
  opacity: 0.7;
}
.p-news__content:nth-child(3n) {
  padding-right: 0px;
  border-right: none;
}
.p-news__content:nth-child(n+4) {
  padding-top: 20px;
}
.p-news__content:nth-child(3n-2) {
  padding-left: 0px;
}
.p-news__img {
  padding-bottom: 5px;
}
.p-news__date {
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}
.p-news__title {
  margin-bottom: 20px;
  color: #fff;
  font-size: 20ox;
  font-weight: bold;
  text-align: left;
}

.p-single-news {
  padding: 0 0 150px;
  border-bottom: solid 2px #1C74E9;
}
.p-single-news__flex {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.p-single-news__left {
  width: 50%;
}
.p-single-news__right {
  width: 47%;
}
.p-single-news__title {
  font-size: 28px;
  font-weight: bold;
  text-align: left;
}
.p-single-news__date {
  font-size: 16px;
  padding-bottom: 5px;
  text-align: right;
  border-bottom: solid 2px #1C74E9;
}
.p-single-news__text {
  font-size: 20px;
  margin-top: 5px;
  text-align: left;
}

@media screen and (max-width: 920px) {
  .p-news {
    padding: 0 0 100px;
    border-bottom: solid 2px #1C74E9;
  }
  .p-news__inner {
    justify-content: left;
  }
  .p-news__content {
    width: calc(50% - 22px);
    padding-right: 20px;
    padding-left: 20px;
    border-left: solid 2px #1C74E9;
    border-bottom: solid 2px #1C74E9;
	border-right:none;
  }
  .p-news__content:nth-child(3n) {
    padding-right: 20px;
    padding-left: 0px;
    border-left: none;
  }
  .p-news__content:nth-child(n+4) {
    padding-top: 0px;
  }
  .p-news__content:nth-child(3n-2) {
    padding-left: 0px;
    border-left: none;
  }
  .p-news__content:nth-child(2n) {
    padding-right: 0px;
    padding-left: 20px;
    border-left: solid 2px #1C74E9;
  }
  .p-news__content:nth-child(2n-1) {
    padding-right: 20px;
    padding-left: 0px;
    border-left: none;
  }
  .p-news__content:nth-child(n+3) {
    padding-top: 20px;
  }
  .p-single-news {
    padding: 0 0 100px;
  }
  .p-single-news__left {
    width: 50%;
  }
  .p-single-news__right {
    width: 47%;
  }
  .p-single-news__title {
    font-size: 1.2vw;
    font-weight: bold;
    text-align: left;
  }
  .p-single-news__date {
    font-size: 14px;
    padding-bottom: 5px;
    text-align: right;
    border-bottom: solid 2px #1C74E9;
  }
  .p-single-news__text {
    font-size: 18px;
    margin-top: 5px;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .p-news {
    padding: 0 0 0px;
    border-bottom: solid 2px #1C74E9;
  }
  .p-news__inner {
    display: block;
  }
  .p-news__content {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    border-left: none;
    border-bottom: solid 2px #1C74E9;
  }
  .p-news__content:last-child {
    border-bottom: none;
  }
  .p-news__content:last-child .p-news__title {
    margin-bottom: 60px;
  }
  .p-news__content:nth-child(3n) {
    padding-right: 0px;
  }
  .p-news__content:nth-child(2n) {
    padding-left: 0px;
    border-left: none;
  }
  .p-news__content:nth-child(2n-1) {
    padding-right: 0%;
  }
  .p-news__content:nth-child(n+3) {
    padding-top: 0px;
  }
  .p-news__content:nth-child(n+2) {
    padding-top: 20px;
  }
  .p-news__img {
    padding-bottom: 5px;
  }
  .p-news__date {
    margin-bottom: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
  }
  .p-news__title {
    margin-bottom: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
  }
  .p-single-news {
    padding: 0 0px 60px;
  }
  .p-single-news__flex {
    display: block;
  }
  .p-single-news__left {
    width: 100%;
    margin-bottom: 15px;
  }
  .p-single-news__right {
    width: 100%;
  }
  .p-single-news__title {
    font-size: 20px;
  }
  .p-single-news__text {
    font-size: 16px;
  }
}
/*# sourceMappingURL=style.css.map */


/* 
下記は追記のCSS 
*/

/* more aosagiページ */
.p-more__text a {
  color: #1C74E9;
}
.p-more__text a:hover {
  color:yellow;
}

.line{
}

.l-header__contact.line a, 
.l-header-sp-menu__contact.line a {
  background: linear-gradient(to right, #00b900, #00b900);

}

/* topページのdesign-collection */
.l-collection__inner,
.p-design-collection__list {
  max-width: 1480px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
}
.p-design-collection {
  padding-bottom: 150px;
  border-bottom: #1C74E9 1px solid;
}
.l-collection__text{
    color: white;
    display: block;
    font-weight: normal;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    margin-top: 10px;
}
.l-collection__item,
.p-design-collection__item {
  width: calc(100% / 3 - 40px / 3);
  margin-right: 20px;
}
.l-collection__item:nth-child(3n),
.p-design-collection__item:nth-child(3n) {
  margin-right: 0px;
}
.l-collection__item:nth-child(n + 4),
.p-design-collection__item:nth-child(n + 4) {
  margin-top: 20px;
}
.l-collection__category,
.p-design-collection__category {
  font-size: 14px;
  margin-top: 10px;
}
.l-collection__category a,
.p-design-collection__category a {
  display: inline-block;
  color: white;
}
.l-collection__title,
.p-design-collection__title {
    font-size: 24px;
    margin-top: 10px;
}
.l-collection__text,
.l-collection__desc,
.p-design-collection__desc {
    font-size: 16px;
    margin-top: 10px;
}
.l-collection__view,
.p-design-collection__view {
  margin: 10px 0 0;
  text-align: right;
  font-size: 16px;
  color: yellow;
}
.l-collection__view:hover,
.p-design-collection__view:hover {
  color: #1C74E9;
}

/* スマホ版 */
@media screen and (max-width: 768px) {
  .l-collection__inner,
  .p-design-collection__list {
    display: block;
  }
.l-collection__text{
    font-size: 16px;
}
  .l-collection__item,
  .p-design-collection__item {
    width: 100%;
    margin-right: 0px;
  }
  .l-collection__item:nth-child(3n),
  .p-design-collection__item:nth-child(3n) {
    margin-right: 0px;
  }
  .l-collection__item:nth-child(n + 4),
  .p-design-collection__item:nth-child(n + 4) {
    margin-top: 00px;
  }
  .l-collection__item:not(:first-child),
  .p-design-collection__item:not(:first-child) {
    margin-top: 20px;
  }
  .l-collection__category,
  .p-design-collection__category {
    font-size: 12px;
    margin-top: 8px;
  }
  .l-collection__title,
  .p-design-collection__title {
      font-size: 18px;
      margin-top: 8px;
  }
  .l-collection__desc,
  .p-design-collection__desc {
      font-size: 14px;
      margin-top: 5px;
  }
  .l-collection__view,
  .p-design-collection__view {
    margin: 5px 0 0;
    font-size: 14px;
  }

}