@charset "UTF-8";
/* 設定
******************************************************************************************** */
/* txt-maker */
/* btn */
/* $width-pc: 1281px; */
/* $width-smartphone: 600px; */
/* $width-scrollbar: 20px; */
/* style common
******************************************************************************************** */
.main {
  padding-top: 60px;
  max-width: 760px;
  margin: 0 auto;
  /*  Smartphone */
}
@media only screen and (max-width: 640px) {
  .main {
    width: 100%;
  }
}
.main .pagehead {
  margin-bottom: 60px;
}
.main .pagehead__ttl {
  font-size: 34px;
  font-size: 3.4rem;
  margin-bottom: 40px;
}
.main .pagehead__txt {
  font-size: 20px;
  font-size: 2rem;
}
.main .pagehead__img {
  text-align: center;
}
.main .pagehead__img img {
  width: 90%;
}

/* work
******************************************************************************************** */
.work .term__list {
  margin: 40px 0;
  padding: 0;
  list-style: none;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.work .term__list li {
  border-right: 1px solid #0054a6;
  padding-right: 20px;
  margin-right: 20px;
}
.work .term__list li:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
.work .term__list li a {
  font-size: 22px;
  font-size: 2.2rem;
}
.work .term__list li a h1 {
  font-size: 22px;
  font-size: 2.2rem;
  margin: 0;
  font-weight: normal;
}
.work.taxonomy .term__list li a {
  color: #c5c8c8;
}
.work.taxonomy .term__list li.current a {
  color: #231815;
}
.work__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 60px;
}
.work__list li {
  width: 32%;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
}
.work__list::after {
  content: "";
  display: block;
  width: 32%;
  height: 0;
}
.work__img {
  margin: 0 0 5px 0;
}
.work__btn {
  text-align: center;
  margin-top: auto;
}
.work__btn img {
  width: 131px;
}
.work__meta {
  margin: 0;
}
.work__label {
  margin-right: 10px;
}
.work__label::before {
  content: "|";
  margin-right: 5px;
}
.work__label::after {
  content: "|";
  margin-left: 5px;
}
.work__ttl {
  font-size: 20px;
  font-size: 2rem;
  margin: 0 0 10px 0;
}
.work .entry__img img {
  width: 100%;
}
.work .entry__ttl {
  font-size: 21px;
  font-size: 2.1rem;
}
/* category
******************************************************************************************** */
.category .upper {
  margin-bottom: 60px;
}
.category .upper__txt {
  text-align: center;
}
.category .container {
  max-width: 900px;
  margin: 0 auto;
  /*  Smartphone */
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .category .container {
    width: 100%;
  }
}
.category .info {
  width: 80%;
}
.category .info__list {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 760px;
  margin: 0 auto;
  /*  Smartphone */
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .category .info__list {
    width: 100%;
  }
}
.category .info__list::after {
  content: "";
  width: 32%;
  display: block;
  height: 0;
}
.category .info__list li {
  width: 32%;
}
.category .info__img {
  margin-bottom: 10px;
}
.category .info__img img {
  width: 233px;
  height: 181px;
  -o-object-fit: cover;
     object-fit: cover;
}
.category .info__date {
  margin: 0;
}
.category .info__ttl {
  font-size: 20px;
  font-size: 2rem;
  margin: 0;
}
.category .aside {
  width: 10%;
}
.category .aside__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.category .aside__list li {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  list-style: none;
  border-bottom: 1px solid #0054a6;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}
.category .aside__list li a:hover {
  text-decoration: none;
}

/* single
******************************************************************************************** */
.single .upper {
  margin-bottom: 80px;
}
.single .upper__txt {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 40px;
}
.single .entry__img img {
  width: 100%;
}
.single .entry__ttl {
  font-size: 20px;
  font-size: 2rem;
}
.single .entry__date {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 40px;
}
.single .entry__date i {
  margin-right: 2px;
}

/* contact
******************************************************************************************** */
.contact .upper {
  margin-bottom: 60px;
}
.contact .upper__txt {
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
}
.contact .begin {
  margin-bottom: 60px;
}
.contact .begin__txt {
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
}
.contact .pagehead__txt {
  width: 90%;
  margin: 0 auto;
}
.contact__w {
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 60px;
}
.contact .form__ttl {
  font-size: 28px;
  font-size: 2.8rem;
}
.contact .form__red {
  color: #0054a6;
}
.contact .form__table {
  margin-bottom: 40px;
}
.contact .form__table th {
  width: 37%;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 20px 0;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}
.contact .form__table th .must {
  color: #0054a6;
  font-size: 18px;
  font-size: 1.8rem;
}
.contact .form__table td {
  padding: 10px 0;
}
.contact .form__table td .inner {
  background: #fff;
}
.contact .form__table td input[type=text] {
  border: 1px solid #231815;
  padding: 10px;
  width: 100%;
}
.contact .form__table td textarea {
  width: 100%;
  padding: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  border: 1px solid #231815;
}
.contact .form__table td .check {
  padding: 15px;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.contact .form__table td .check::after {
  content: "";
  width: 32%;
}
.contact .form__table td .check .horizontal-item {
  font-size: 16px;
  font-size: 1.6rem;
  width: 32%;
  margin: 0;
}
.contact .form__table td .check--2::after {
  width: 48%;
}
.contact .form__table td .check--2 .horizontal-item {
  width: 48%;
}
.contact .form__bottom {
  text-align: center;
}
.contact .form .submit {
  text-align: center;
}
.contact .form .submit input {
  border: 0;
  color: #fff;
  background: #ffa800;
  display: inline-block;
  padding: 3px 20px;
  text-shadow: none;
  position: relative;
  background: #0054a6;
  color: #fff;
  cursor: pointer;
  padding: 10px 60px;
  font-size: 18px;
  font-size: 1.8rem;
}
.contact .form .submit input i {
  margin-right: 1em;
}
.contact .form .submit input:hover {
  transition: 0.5s ease-in-out;
  opacity: 0.8;
  filter: alpha(opacity=80);
  text-decoration: none;
}
.contact .form .submit input:hover i {
  transition: 0.5s ease-in-out;
  transform: scale(1.5);
}
.contact .form .submit input:hover {
  background: #fff;
  color: #595757;
  border: 1px solid #0054a6;
}

/* privacy
******************************************************************************************** */
.privacy .block {
  margin-bottom: 40px;
}
.privacy .block__ttl {
  font-size: 21px;
  font-size: 2.1rem;
  text-align: center;
}
.privacy .block__txt {
  letter-spacing: 0.01em;
}
.privacy .block__list {
  list-style: none;
}

/* recruit
******************************************************************************************** */
.recruit .outline__ttl {
  text-align: center;
}
.recruit .outline__table {
  margin-bottom: 60px;
}
.recruit .outline__table th {
  width: 23%;
  vertical-align: top;
}
.recruit .outline__table th, .recruit .outline__table td {
  padding: 20px 12px;
  border-bottom: 2px dotted #0054a6;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  text-align: left;
}
.recruit .outline__txt {
  font-size: 20px;
  font-size: 2rem;
  padding-left: 20px;
}
.recruit .outline__txt h3 {
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 0;
  font-weight: normal;
  text-indent: -10px;
}
.recruit .outline__txt span {
  font-size: 18px;
  font-size: 1.8rem;
}
.recruit .outline__btn {
  text-align: center;
}
.recruit .outline__btn img {
  width: 305px;
}

/* company
******************************************************************************************** */
.company .message {
  margin-bottom: 60px;
}
.company .message__img {
  margin: 40px 0;
}
.company .message__txt {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}
.company .philosophy {
  margin-bottom: 60px;
}
.company .philosophy__ttl {
  text-align: center;
}
.company .philosophy__w {
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  text-align: center;
}
.company .philosophy__item {
  width: 48%;
}
.company .philosophy__copy {
  font-size: 48px;
  font-size: 4.8rem;
  text-align: center;
}
.company .philosophy__txt {
  font-size: 19px;
  font-size: 1.9rem;
}
.company .outline {
  margin-bottom: 60px;
}
.company .outline__ttl {
  text-align: center;
}
.company .outline__table {
  margin-bottom: 40px;
}
.company .outline__table th {
  width: 20%;
  vertical-align: top;
}
.company .outline__table th, .company .outline__table td {
  padding: 20px 12px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  text-align: left;
}
.company .outline__table tr:nth-child(even) {
  background: #f7f8f8;
}
.company .outline__img {
  text-align: center;
}
.company .outline__img img {
  width: 85%;
}

.map iframe {
  width: 100%;
  border: 0;
}

/* service
******************************************************************************************** */
.service .term__list {
  margin: 60px 0 100px 0;
  padding: 0;
  list-style: none;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.service .term__list li {
  border-right: 1px solid #0054a6;
  padding-right: 20px;
  margin-right: 20px;
}
.service .term__list li:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
.service .term__list li a {
  font-size: 22px;
  font-size: 2.2rem;
}
.service .term__list li a h1 {
  font-size: 22px;
  font-size: 2.2rem;
  margin: 0;
  font-weight: normal;
}
.service .block {
  margin-bottom: 100px;
}
.service .block__ttl {
  text-align: center;
}
.service .block__txt {
  letter-spacing: 0.01em;
}
.service .block__w {
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin: 40px 0;
}
.service .block__item {
  width: 49%;
  margin-bottom: 20px;
}
.service .block__pic {
  margin: 10px 0;
}
.service .block__cap {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 10px 0;
}
.service .block__pre {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  margin: 60px 0;
}
.service .block__btn {
  text-align: center;
  margin: 40px 0;
}
.service .block__btn img {
  width: 305px;
}/*# sourceMappingURL=style.css.map */