@charset "UTF-8";
/*
リセットCSS
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*===========================================================
変数の定義
===========================================================*/
/*===========================================================
レスポンシブ
ブレークポイントの定義
===========================================================*/
/*===========================================================
mixinの定義
===========================================================*/
/*===========================================================
基本の指定：　body,a,container,color, font　など
===========================================================*/
/*remの設定*/
html {
  font-size: 62.5%; /* 16px * 0.625 = 10px | 1rem = 10px */
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  max-width: 100vw;
}

.wrap {
  color: #333;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  max-width: 100vw;
  overflow-x: hidden;
}
@media screen and (min-width: 2000px) {
  .wrap {
    max-width: 2000px;
    margin: auto;
  }
}

.container {
  max-width: 1232px;
  padding: 0 16px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .container {
    max-width: 1000px;
  }
}

img {
  width: auto;
  max-width: 100%;
}

a {
  color: #333;
  text-decoration: none;
  transition: 0.25s;
}
a:hover {
  cursor: pointer;
  opacity: 0.8;
}

input[type=submit] {
  transition: 0.25s;
}
input[type=submit]:hover {
  cursor: pointer;
  opacity: 0.8;
}

ul {
  padding-left: 0;
}
ul li {
  list-style: none;
}

iframe {
  max-width: 100vw;
  width: 100%;
}

/*=======================================
ヘッダーのスタイル
========================================*/
.l-header {
  background: rgba(255, 255, 255, 0.75);
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 60px;
  color: #333;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
@media screen and (min-width: 2000px) {
  .l-header {
    max-width: 2000px;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 100px;
    background: #fff;
    border-bottom: 1px solid #ccc;
  }
}
.l-header__body {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-header__body {
    display: block;
  }
}
.l-header__body__header__left {
  margin-right: auto;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .l-header__body__header__left {
    text-align: center;
  }
}
.l-header__body__header__left__logo {
  line-height: 60px;
  font-size: 20px;
  color: #333;
}
.l-header__body__header__left__logo img {
  height: 35px;
  position: relative;
  top: 10px;
}
.l-header__body__header__right {
  margin-left: auto;
  flex: 2;
}
.l-header__body__header__right__list {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .l-header__body__header__right__list {
    justify-content: space-between;
  }
}
.l-header__body__header__right__list__item {
  line-height: 60px;
  margin-left: 1.5em;
}
.l-header__body__header__right__list__item:hover {
  color: #838383;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .l-header__body__header__right__list__item {
    line-height: 1.5;
    margin: auto;
  }
}
.l-header__pankuzu {
  position: relative;
  top: 70px;
}
.l-header__pankuzu ul {
  list-style: none;
  font-size: 0.8em;
}
.l-header__pankuzu li {
  display: inline;
}
.l-header__pankuzu li i {
  margin-right: 0.2em;
}
.l-header__pankuzu li a {
  color: inherit;
  text-decoration: none;
}
.l-header__pankuzu li + li:before {
  content: "/";
  margin-right: 0.3em;
  margin-left: 0.3em;
}

/*=======================================
ハンバーガーメニューのスタイル
========================================*/
.l-header--hamburger {
  display: none;
}
@media screen and (max-width: 480px) {
  .l-header--hamburger {
    display: block;
    position: fixed;
    z-index: 9999;
    top: 0;
    width: 100%;
    max-width: 100vw;
  }
}
.l-header--hamburger .l-header__sp-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #ccc;
}
.l-header--hamburger .logotype {
  font-family: sans-serif;
  font-size: 24px;
  color: #ffffff;
}
.l-header--hamburger nav {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .l-header--hamburger nav nav {
    display: inline;
  }
}
.l-header--hamburger .menu__box {
  display: flex;
  flex-direction: row;
  list-style-type: none;
}
@media screen and (max-width: 480px) {
  .l-header--hamburger .menu__box {
    flex-direction: column;
    position: fixed;
    visibility: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 17em;
    margin: -600px 0 0 0;
    padding: 0.6em 0;
    text-align: center;
    background-color: #2d303a;
    box-shadow: 1px 0 6px rgba(0, 0, 0, 0.2);
    z-index: 1;
    transition-duration: 0.5s;
  }
}
.l-header--hamburger .red {
  color: #f06c64;
}
.l-header--hamburger .menu__item {
  display: flex;
  flex-direction: column;
  padding: 0 1em 0 1.9em;
  color: #ffffff;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (max-width: 480px) {
  .l-header--hamburger .menu__item {
    display: block;
    padding: 12px 24px;
    color: #ffffff;
    font-size: 18px;
    transition-duration: 0.5s;
  }
  .l-header--hamburger .menu__item:hover {
    background-color: #4f5464;
  }
}
.l-header--hamburger #menu__toggle {
  opacity: 0;
}
.l-header--hamburger #menu__toggle:checked ~ .menu__btn > span {
  transform: rotate(45deg);
}
.l-header--hamburger #menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  transform: rotate(0);
  background: #f06c64;
}
.l-header--hamburger #menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
  background: #f06c64;
}
.l-header--hamburger #menu__toggle:checked ~ .menu__box {
  visibility: visible;
  left: 0;
  margin: 0;
}
.l-header--hamburger .menu__btn {
  transition-duration: 0.25s;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
  bottom: 2px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 2;
}
.l-header--hamburger .menu__btn span {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #333;
}
.l-header--hamburger .menu__btn span::before {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #333;
  content: "";
  top: -8px;
  transition-duration: 0.25s;
}
.l-header--hamburger .menu__btn span::after {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #333;
  content: "";
  top: 8px;
  transition-duration: 0.25s;
}
@media screen and (min-width: 480px) {
  .l-header--hamburger .menu__btn {
    display: none;
  }
}

/*=======================================
メインのスタイル
========================================*/
main {
  padding-top: 60px;
  min-height: calc(100vh - 60px);
}
@media screen and (max-width: 480px) {
  main {
    padding-top: 72px;
  }
}

section {
  padding: 50px 0;
}

/*=======================================
フッターのスタイル
========================================*/
.l-footer {
  padding: 25px 0;
  background: #333;
  color: #fff;
  margin-top: 50px;
}
.l-footer__copyright {
  text-align: center;
  font-size: 1.5rem;
}
.l-footer__logo {
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .l-footer__logo {
    text-align: center;
  }
}
.l-footer__logo img {
  height: 35px;
  position: relative;
  top: 10px;
}
.l-footer__nav {
  margin: 20px 0;
}
@media screen and (max-width: 480px) {
  .l-footer__nav {
    margin: 30px 0;
  }
}
.l-footer__nav__list {
  display: flex;
}
@media screen and (max-width: 480px) {
  .l-footer__nav__list {
    display: block;
    text-align: center;
  }
}
.l-footer__nav__list__item {
  margin-right: 2rem;
}
@media screen and (max-width: 480px) {
  .l-footer__nav__list__item {
    margin: 15px 0;
  }
}
.l-footer__nav__list__item a {
  color: #fff;
  font-size: 1.6rem;
}
.l-footer__copyright {
  text-align: center;
  font-size: 14px;
  color: #ccc;
  margin-top: 50px;
}
@media screen and (max-width: 480px) {
  .l-footer__copyright {
    margin-top: 30px;
  }
}

/*===========================================================
ボタンスタイル
===========================================================*/
.c-btn, .c-btn__btn--border-s, .c-btn__btn--border-c, .c-btn__btn--c, .c-btn__btn--s {
  background: #373737;
  border: 2px solid #373737;
  color: #fff;
  padding: 1.5rem 6em;
  display: inline-block;
  margin: 5px;
  transition: all 0.25s;
  position: relative;
}
.c-btn::after, .c-btn__btn--border-s::after, .c-btn__btn--border-c::after, .c-btn__btn--c::after, .c-btn__btn--s::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  position: absolute;
  right: 2em;
  transition: all 0.25s;
}
.c-btn:hover:after, .c-btn__btn--border-s:hover:after, .c-btn__btn--border-c:hover:after, .c-btn__btn--c:hover:after, .c-btn__btn--s:hover:after {
  transform: translatex(0.5em);
}
.c-btn__btn--c {
  border-radius: 100vh;
}
.c-btn__btn--border-s, .c-btn__btn--border-c {
  background: #fff;
  color: #373737;
}
.c-btn__btn--border-s:hover, .c-btn__btn--border-c:hover {
  background: #373737;
  color: #fff;
  opacity: 1;
}
.c-btn__btn--border-c {
  border-radius: 100vh;
}
.c-btn__btn--full {
  display: block;
  border: 2px solid #373737;
  padding: 50px;
  text-align: center;
  transition: 0.3s;
}
.c-btn__btn--full:hover {
  color: #fff;
  background: #373737;
}

.c-btn__contact-full-btn__btn h2 {
  margin-top: 0;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 6rem;
  color: #C5C5C5;
}
.c-btn__contact-full-btn__btn-wrap {
  text-align: center;
  margin-top: 30px;
}
.c-btn__contact-full-btn__sp-content {
  text-align: center;
}

/*===========================================================
カードのスタイル
===========================================================*/
.c-card__card {
  border: 1px solid #ccc;
  margin: 5%;
}
.c-card__card__title {
  margin: 1em 0;
  text-align: center;
}
.c-card__card__image {
  text-align: center;
}
.c-card__card__discription {
  padding: 16px;
}
.c-card__card--works {
  box-shadow: 0px 0px 5px #d1d1d1;
}
@media screen and (max-width: 480px) {
  .c-card__card--works {
    margin: 30px 0;
  }
}

/*===========================================================
フォームのスタイル
===========================================================*/
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 input[type=number],
.wpcf7 textarea {
  border: 1px solid #ccc;
  padding: 0.5em;
  width: 95%;
  font-size: 1.6rem;
}

.required, .any {
  color: #fff;
  background: #f00;
  padding: 0.2em 1em 0.3em;
  border-radius: 3px;
  font-size: 1.3rem;
  margin-right: 0.75em;
}

.any {
  background: #ccc;
}

.c-form__table {
  margin: auto;
  width: 80%;
}
@media screen and (max-width: 480px) {
  .c-form__table {
    width: 100%;
  }
}
.c-form__table th, .c-form__table td {
  padding: 0.5em 0;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .c-form__table th, .c-form__table td {
    display: block;
    width: 100%;
  }
}
.c-form__table th {
  text-align: left;
  width: 12em;
}
@media screen and (max-width: 768px) {
  .c-form__table th {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c-form__table td {
    margin-bottom: 1em;
  }
}
.c-form__table__input, .c-form__table__textarea {
  padding: 6px;
  border-radius: 5px;
  border: 1px solid #ccc;
  width: 90%;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-form__table__input, .c-form__table__textarea {
    width: 95%;
  }
}
@media screen and (max-width: 480px) {
  .c-form__table__input, .c-form__table__textarea {
    font-size: 1.6rem;
  }
}
.c-form__table__textarea {
  height: 10em;
}
.c-form__submit {
  text-align: center;
  padding: 1em 0;
}
.c-form__submit input[type=submit] {
  padding: 0.5em 3em;
  font-weight: bold;
  border-radius: 3em;
  background: #333;
  border: 1px solid #333;
  color: #fff;
  font-size: 1.6rem;
}

/*===========================================================
h1 ～　h6
===========================================================*/
h2 {
  font-size: 3.2rem;
  margin: 0.5em 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 2.4rem;
  }
}

h3 {
  font-size: 2.4rem;
  margin: 0.5em 0;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 2rem;
  margin: 0.5em 0;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 1.8rem;
  }
}

.c-heading__top--h1 {
  font-size: 6rem;
  margin: 0;
  text-shadow: 0 0 4px #444;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-heading__top--h1 {
    font-size: 6rem;
  }
}
@media screen and (max-width: 480px) {
  .c-heading__top--h1 {
    font-size: 5rem;
  }
}
.c-heading__top--h2, .c-heading__page__h1 {
  font-size: 6rem;
  color: #C5C5C5;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-heading__top--h2, .c-heading__page__h1 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 480px) {
  .c-heading__top--h2, .c-heading__page__h1 {
    font-size: 4rem;
  }
}
.c-heading__top--h2::before, .c-heading__page__h1::before {
  content: "";
  background: #C5C5C5;
  display: inline-block;
  height: 2px;
  width: 100px;
  margin-right: 0.7em;
}
@media screen and (max-width: 768px) {
  .c-heading__top--h2::before, .c-heading__page__h1::before {
    width: 70px;
  }
}
@media screen and (max-width: 480px) {
  .c-heading__top--h2::before, .c-heading__page__h1::before {
    width: 50px;
  }
}
.c-heading__top--h2::after, .c-heading__page__h1::after {
  content: "";
  background: #C5C5C5;
  display: inline-block;
  height: 2px;
  width: 100px;
  margin-left: 0.7em;
}
@media screen and (max-width: 768px) {
  .c-heading__top--h2::after, .c-heading__page__h1::after {
    width: 70px;
  }
}
@media screen and (max-width: 480px) {
  .c-heading__top--h2::after, .c-heading__page__h1::after {
    width: 50px;
  }
}

.c-heading__page__h1 {
  text-align: center;
  margin: 100px 0;
}
@media screen and (max-width: 480px) {
  .c-heading__page__h1 {
    margin: 50px 0;
  }
}

/*===========================================================
dl（説明リスト）の設定
===========================================================*/
.c-dl__table__dl {
  width: 80%;
  margin: auto;
  display: grid;
  grid-template-columns: 200px 1fr;
}
@media screen and (max-width: 768px) {
  .c-dl__table__dl {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .c-dl__table__dl {
    width: 100%;
  }
}
.c-dl__table__dl dt, .c-dl__table__dl dd {
  border-bottom: 1px solid #ccc;
  padding: 0.5em;
}
.c-dl__table__dl dt {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-dl__table__dl dt {
    border: none;
    padding-bottom: 0;
  }
}
.c-dl__table__dl--solid {
  width: 80%;
  margin: auto;
  display: grid;
  grid-template-columns: 200px 1fr;
}
@media screen and (max-width: 768px) {
  .c-dl__table__dl--solid {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .c-dl__table__dl--solid {
    width: 100%;
  }
}
.c-dl__table__dl--solid dt, .c-dl__table__dl--solid dd {
  padding: 0.5em;
  margin: 0.5em 0;
}
.c-dl__table__dl--solid dt {
  font-weight: bold;
  background: #333;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-dl__table__dl--solid dt {
    margin-top: 1em;
    margin-bottom: 0;
  }
}
.c-dl__table__dl--solid dd {
  background: #efefef;
}
@media screen and (max-width: 768px) {
  .c-dl__table__dl--solid dd {
    margin-top: 0;
    margin-bottom: 1em;
  }
}

/*===========================================================
グリッドの基本スタイル
===========================================================*/
.c-grid__grid__item {
  padding: 5%;
  background: #efefef;
  margin: 2.5%;
}
.c-grid__grid--2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 480px) {
  .c-grid__grid--2 {
    display: block;
  }
}
.c-grid__grid--3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .c-grid__grid--3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 480px) {
  .c-grid__grid--3 {
    display: block;
  }
}
.c-grid__grid--4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .c-grid__grid--4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 480px) {
  .c-grid__grid--4 {
    grid-template-columns: 1fr 1fr;
  }
}
.c-grid__grid--5 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .c-grid__grid--5 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 480px) {
  .c-grid__grid--5 {
    grid-template-columns: 1fr 1fr;
  }
}
.c-grid__grid--6 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .c-grid__grid--6 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 480px) {
  .c-grid__grid--6 {
    grid-template-columns: 1fr 1fr;
  }
}
.c-grid__grid--7 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .c-grid__grid--7 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 480px) {
  .c-grid__grid--7 {
    grid-template-columns: 1fr 1fr;
  }
}
.c-grid__grid--8 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .c-grid__grid--8 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 480px) {
  .c-grid__grid--8 {
    grid-template-columns: 1fr 1fr;
  }
}

/*===========================================================
メディアのスタイル
===========================================================*/
.c-media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  align-items: center;
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  .c-media {
    grid-template-columns: 1fr;
  }
}
.c-media__image {
  text-align: center;
}
.c-media__text {
  padding: 0 5%;
}
@media screen and (max-width: 768px) {
  .c-media__text {
    padding: 0;
    width: 100%;
  }
}
.c-media__text--left {
  padding: 0 5% 0 0;
  margin-left: auto;
}
.c-media__text--left h3 {
  text-align: right;
}
@media screen and (max-width: 480px) {
  .c-media__text--left h3 {
    margin-top: 0;
  }
}
.c-media__text--left p {
  text-align: right;
}
.c-media__text--right {
  padding: 0 0 0 5%;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .c-media__text--right {
    padding-left: 0;
  }
}
.c-media__text--right h3 {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .c-media--image-right {
    display: grid;
    grid-template-columns: 1fr;
  }
  .c-media--image-right .c-media__image {
    grid-row: 1/2;
  }
  .c-media--image-right .c-media__text--left {
    grid-row: 2/2;
    width: 100%;
    padding: 0;
  }
  .c-media--image-right .c-media__text--left h3 {
    text-align: left;
    margin-top: 0;
  }
  .c-media--image-right .c-media__text--left p {
    text-align: left;
  }
  .c-media--image-right .c-media__text--right {
    width: 100%;
    padding-left: 0;
  }
  .c-media--image-right .c-media__text--right h3 {
    margin-top: 0;
  }
}

/*===========================================================
トップページのスタイル
===========================================================*/
main.p-home__main {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  main.p-home__main {
    margin-top: 100px;
  }
}
@media screen and (max-width: 480px) {
  main.p-home__main {
    margin-top: 0;
  }
}

.p-home__mv {
  height: 100vh;
  max-height: 800px;
  background-image: url(../images/MV.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 40% 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-home__mv {
    height: calc(100vh - 100px);
    background-position: 50% -50px;
  }
}
@media screen and (max-width: 480px) {
  .p-home__mv {
    background-position: 50% 0;
  }
}
.p-home__mv__content {
  position: absolute;
  bottom: 20%;
  background: rgba(0, 0, 0, 0.3);
  padding: 20px 20px 40px 0;
  color: #fff;
  margin-right: 16px;
  width: 46vw;
  max-width: 550px;
}
@media screen and (max-width: 768px) {
  .p-home__mv__content {
    width: 100%;
    max-width: 95%;
    bottom: 0;
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 480px) {
  .p-home__mv__content {
    bottom: 0;
    margin-bottom: 0;
    max-width: 90%;
    padding-bottom: 20px;
  }
}
.p-home__mv__content::before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 0;
  right: 100%;
  width: 100vw;
  height: 100%;
}
.p-home__mv__content__article p {
  text-shadow: 0 0 4px #444;
}
.p-home__mv__content .c-btn__btn--border-s {
  background: none;
  border-color: #fff;
  color: #fff;
  margin: 25px 0 0;
  text-shadow: 0px 0px 4px #444;
}
.p-home__mv__content .c-btn__btn--border-s:hover {
  background: #fff;
  color: #333;
  opacity: 1;
  text-shadow: none;
}
@media screen and (max-width: 480px) {
  .p-home__mv__content .c-btn__btn--border-s {
    padding: 1.2rem 5rem;
  }
}

@media screen and (max-width: 768px) {
  .p-home__service .c-media__text--left h3, .p-home__service .c-media__text--left p,
  .p-home__service .c-media__text--right h3,
  .p-home__service .c-media__text--right p {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .p-home__service .c-media__text--left h3, .p-home__service .c-media__text--left p,
  .p-home__service .c-media__text--right h3,
  .p-home__service .c-media__text--right p {
    -moz-text-align-last: left;
         text-align-last: left;
  }
}

.p-home__works {
  padding-top: 0;
}
.p-home__works__list__item {
  margin: 2.5%;
}

.p-home__contact__btn h2 {
  margin-top: 0;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 6rem;
  color: #C5C5C5;
}
.p-home__contact__btn-wrap {
  text-align: center;
  margin-top: 30px;
}
.p-home__contact__sp-content {
  text-align: center;
  letter-spacing: 0;
}

/*===========================================================
LPの各セクションの設定
===========================================================*/
.o-lp__comic-section {
  text-align: center;
}
.o-lp__comic-section img {
  width: auto;
}

.o-lp__map-section {
  padding-bottom: 0;
}

/*===========================================================
オブジェクト一覧ページのスタイル
===========================================================*/
.p-object-main .container {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

.p-object-title {
  position: fixed;
  z-index: 9999;
  top: 100px;
}
@media screen and (max-width: 768px) {
  .p-object-title {
    top: 120px;
  }
}
@media screen and (max-width: 480px) {
  .p-object-title {
    top: 155px;
  }
}
.p-object-title h2 {
  background: #333;
  color: #fff;
  padding: 0.5em;
  font-size: 1.4rem;
  opacity: 0.8;
}

.p-object__btns-section ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .p-object__btns-section ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 480px) {
  .p-object__btns-section ul {
    display: block;
  }
}
.p-object__btns-section ul li {
  list-style: none;
  text-align: center;
  margin: 20px 0;
}
.p-object__btns-section ul li p {
  text-align: center;
}

/*===========================================================
Worksページのスタイル
===========================================================*/
.p-works__section {
  padding: 0;
}

.p-works__page-about {
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 480px) {
  .p-works__page-about {
    letter-spacing: 0;
  }
}

.p-works__section__content {
  padding: 50px 0;
}
.p-works__section__content__image-wrap {
  text-align: center;
}
.p-works__section__content__image-wrap img {
  width: 100%;
  box-shadow: 0px 0px 5px #d1d1d1;
}
.p-works__section__content__title {
  text-align: left;
  font-size: 18px;
  margin-bottom: 20px;
}
.p-works__section__content__title .self, .p-works__section__content__title .work {
  background: #aeaeae;
  padding: 0.2em 0.5em;
  font-size: 0.7em;
  border-radius: 3px;
  color: #fff;
  margin-right: 0.5em;
  display: block;
  width: 60px;
  text-align: center;
  font-weight: normal;
}
.p-works__section__content__title .work {
  background: #d6b351;
}
.p-works__section__content__use-list {
  margin-bottom: 15px;
}
.p-works__section__content__use-list__title {
  font-weight: bold;
}
.p-works__section__content__use-list__title::before {
  content: "\f0ad";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.5em;
  opacity: 0.7;
}
.p-works__section__content__use-list__items {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-works__section__content__use-list__items {
    display: block;
  }
}
.p-works__section__content__use-list__items__item::after {
  content: " / ";
}
@media screen and (max-width: 768px) {
  .p-works__section__content__use-list__items__item::after {
    display: none;
  }
}
.p-works__section__content h3 {
  font-size: 16px;
  margin: 0;
}
.p-works__section__content h3::before {
  content: "\f518";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.5em;
  opacity: 0.7;
}
.p-works__section__content__discri {
  margin-bottom: 15px;
}

.p-works__works-btn {
  margin: 5px 0;
  padding: 0.6em 4em;
  border: 1.5px solid;
  font-size: 1.3rem;
}

/*===========================================================
Profileページのスタイル
===========================================================*/
.p-profile__page-about {
  width: 80%;
  margin: auto;
  margin-bottom: 50px;
}

.p-profile__guide-table {
  border-left: 1px solid;
  margin: auto;
  width: 80%;
}
.p-profile__guide-table caption {
  text-align: left;
  margin: 20px;
  font-weight: bold;
  font-size: 2.2rem;
}
.p-profile__guide-table th, .p-profile__guide-table td {
  padding: 5px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .p-profile__guide-table th, .p-profile__guide-table td {
    display: block;
  }
}
.p-profile__guide-table th {
  padding: 0 20px;
  width: 70px;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .p-profile__guide-table td {
    padding-left: 25px;
    padding-bottom: 15px;
  }
}
.p-profile__guide-table progress {
  height: 2rem;
}

.p-profile__about__dl {
  margin: 0 auto;
  width: 80%;
  display: grid;
  grid-template-columns: 160px 1fr;
}
@media screen and (max-width: 768px) {
  .p-profile__about__dl {
    display: block;
  }
}

.p-profile__about__media {
  display: flex;
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-profile__about__media {
    display: block;
    margin: auto;
  }
}
@media screen and (max-width: 480px) {
  .p-profile__about__media {
    width: 100%;
  }
}
.p-profile__about__media .image-wrap {
  width: 200px;
  margin-right: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-profile__about__media .image-wrap {
    margin: auto;
  }
}
.p-profile__about__media .image-wrap img {
  border: 1px solid;
  border-radius: 100vh;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .p-profile__about__media .image-wrap img {
    width: 50%;
  }
}

.p-profile__skills {
  padding-top: 25px;
}

/*===========================================================
Serviceページのスタイル
===========================================================*/
.p-service__message {
  text-align: center;
}

.p-service__h2 {
  padding-bottom: 0.5em;
}

.p-service__area__table {
  border-collapse: separate;
  border-spacing: 5px 15px;
  border: 1px solid;
  margin: auto;
  padding: 5%;
}
.p-service__area__table th {
  text-align: left;
  display: block;
}
.p-service__area__table__th--design::before {
  content: "\f5ad";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.5em;
  opacity: 0.7;
}
.p-service__area__table__th--coding::before {
  content: "\f121";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.5em;
  opacity: 0.7;
}
.p-service__area__table__th--responsive::before {
  content: "\f3cf";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.5em;
  opacity: 0.7;
}
.p-service__area__table td {
  padding: 0.5em 0 1.5em;
  display: block;
  border-bottom: 1px solid;
}

.p-service__design p {
  text-align: center;
}

/*===========================================================
contactページのスタイル
===========================================================*/
.p-contact__message {
  text-align: center;
  margin-bottom: 50px;
}

.p-contact__table {
  max-width: 600px;
}
.p-contact__table th, .p-contact__table td {
  display: block;
}
.p-contact__table th {
  width: auto;
}
.p-contact__table td {
  margin-bottom: 20px;
}

/*===========================================================
margin, paddding, position,レスポンシブ表示切替などの微調整
===========================================================*/
/*pc,tab,spの表示切り替え---------*/
@media screen and (max-width: 768px) {
  .u-display__pc--only {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .u-display__pc-tab--only {
    display: none;
  }
}
.u-display__tab--only {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-display__tab--only {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .u-display__tab--only {
    display: none;
  }
}
.u-display__tab--min {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-display__tab--min {
    display: block;
  }
}
.u-display__sp--only {
  display: none;
}
@media screen and (max-width: 480px) {
  .u-display__sp--only {
    display: block;
  }
}

/*------------------------------*/
.u-pagelink {
  margin-top: -60px;
  padding-top: 60px;
}
@media screen and (max-width: 480px) {
  .u-pagelink {
    margin-top: -40px;
    padding-top: 40px;
  }
}/*# sourceMappingURL=style.css.map */