@charset "UTF-8";
/*
10px	63%
11px	69%
12px	75%
13px	82%
14px	88%
15px	94%
16px	100%
17px	107%
18px	113%
19px	119%
20px	125%
21px	132%
22px	138%
23px	144%
24px	150%
25px	157%
26px	163%
*/
* {
  margin: 0;
  padding: 0;
  background-position: center center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

img {
  height: auto;
}

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

body {
  font-family: 'Crimson Text','Noto Serif JP', serif;
  font-weight: 500;
  color: #444;
  font-size: 16px;
  line-height: 2.5;
  margin: auto;
  text-align: left;
  height: 100%;
  letter-spacing: 0.06em;
  background: #fff;
}

body, html {
  min-width: 1200px;
}

li {
  list-style: none;
}

img {
  height: auto;
}

a {
  text-decoration: none;
  color: #444;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

a:visited {
  text-decoration: none;
  color: #444;
}

a:hover {
  text-decoration: none;
  color: #a4001f;
}

a img {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

a:hover img {
  /*opacity: 0.8;*/
}

*::-moz-selection {
  background: #333;
  color: #fff;
}

*::selection {
  background: #333;
  color: #fff;
}

p {
  text-align: justify;
}

img {
  border: 0;
  vertical-align: top;
}

h1, h2, h3, h4 {
  font-weight: 500;
  font-size: 100%;
  line-height: 1.75;
}

h1, h2, h3, h4, .mb, .btn {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

table {
  border-collapse: collapse;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clearfix:after {
  content: ".";
  /* 新しいコンテンツ */
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  /* 非表示に */
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

.sp_only {
  display: none;
}

.pc_only {
  display: block;
}

.dli-chevron-round-right {
  display: inline-block;
  margin-left: 10px;
  color: #a4001f;
  position: relative;
  width: 10px;
  height: 10px;
  -webkit-transform: translateX(-25%) rotate(45deg);
          transform: translateX(-25%) rotate(45deg);
}

.dli-chevron-round-right::before, .dli-chevron-round-right::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 2px;
}

.dli-chevron-round-right::before {
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
}

.dli-chevron-round-right::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 2px;
}

/*レイアウト*/
.margin_wrapper {
  width: 100%;
  padding: 0 40px;
}

.three_thirds {
  width: 1080px;
}

.two_thirds {
  width: 700px;
}

.one_thirds {
  width: 320px;
}

.home_bottom {
  background: #f5f2ed;
  margin: 40px 0 0 0;
  padding: 160px 0 180px 0;
}

.home_bottom section {
  margin: 0 0 160px 0;
}

/*小見出し*/
.st_standard {
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 1;
}

.st_standard span {
  display: inline-block;
  width: 260px;
  height: 65px;
  background-repeat: no-repeat;
  background-size: 260px 65px;
  font-size: 113%;
  color: #fff;
  padding: 26px 0;
}

.st_standard_black {
  margin-bottom: 60px;
}

.st_standard_red span {
  background-image: url(/images/common/h2_red.png);
}

.st_standard_black span {
  background-image: url(/images/common/h2_black.png);
}

.link_blank {
  background: url(/images/common/icon_blank.png) no-repeat right center;
  background-size: 8px 8px;
  padding: 0 16px 0 0;
}

/*リスト*/
.list_standard li {
  width: 100%;
  margin: 0 0 24px 0;
  padding: 0 0 6px 0;
}

.list_standard li .list_l {
  display: inline-block;
  border-bottom: 1px solid #a4001f;
  width: 20%;
}

.list_standard li .list_r {
  display: inline-block;
  border-bottom: 1px solid #ceccc8;
  width: 80%;
  padding: 0 0 0 40px;
}

/*--------------------------------------------------

	ローディング

--------------------------------------------------*/
.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #eee;
}

/*--------------------------------------------------

	ヘッダー

--------------------------------------------------*/
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 80px 100px 86px 100px;
  max-width: 1600px;
  margin: auto;
}

.mail_header {
  background: #333;
  display: inline-block;
  padding: 21px 18px;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.select_language {
  font-size: 60%;
  display: inline-block;
  border: 1px solid #333;
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 0;
}

.select_language li {
  width: 28px;
  text-align: center;
  display: inline-block;
  padding: 4px 0 1px 0;
  border-left: 1px solid #000;
}

.select_language li:first-child {
  border-left: none;
}

.select_language li.select {
  background: #333;
}

.select_language li.select a {
  color: #fff;
}

.navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site_logo {
  z-index: 120;
  opacity: 0;
}

.site_id {
  font-size: 88%;
  background: url(/images/common/stripe_black.png);
  background-size: 300px 105px;
  line-height: 1;
  padding: 5px;
  opacity: 0;
}

.site_id span {
  display: block;
  background: #fff;
  padding: 15px 22px 10px 22px;
}

nav {
  border-top: 1px solid #333;
  opacity: 0;
}

nav h2 {
  text-align: center;
  margin: -10px 0 30px 0;
  font-size: 75%;
}

nav h2 span {
  background: #fff;
  display: inline-block;
  padding: 0 10px;
}

.navi li {
  line-height: 1;
  margin: 0 0 0 36px;
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
}

.navi li:first-child {
  margin: 0 0 0 0;
}

.navi li a {
  font-size: 88%;
}

/*--------------------------------------------------

	コンセプト

--------------------------------------------------*/
.kv {
  width: 100%;
  padding: 300px 0;
  background: url(/images/common/kv.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
  color: #fff;
  font-size: 176%;
  border-radius: 40px 40px 0 0;
  position: relative;
  overflow: hidden;
  opacity: 0;
}

.kv span {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.concept_red {
  background: #a4001f;
  color: #fff;
  border-radius: 0 0 40px 40px;
  padding: 120px 0;
  text-align: center;
}

.concept_red .two_thirds,
.concept_white .two_thirds {
  margin: 0 auto;
}

#concept h3 {
  text-align: left;
  margin: 0 0 40px 0;
  font-size: 138%;
  font-weight: bold;
}

#concept p {
  margin: 0 0 20px 0;
}

.concept_white {
  padding: 120px 0;
}

.ph_concept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 60px 0 0 0;
}

.ph_concept img {
  border-radius: 20px;
}

/*--------------------------------------------------

	サービス

--------------------------------------------------*/
.service_content {
  background: url(/images/common/bg_service.jpg) no-repeat center top;
  background-size: cover;
  border-radius: 40px;
  margin-top: -32px;
  padding: 160px 0;
  font-size: 94%;
}

.service_list {
  width: 1000px;
  margin: 0 auto;
}

.service_list li.service_list_li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: url(/images/common/stripe_line_black.png) repeat-x left top;
  background-size: 341px 5px;
  margin-top: 70px;
  padding-top: 80px;
}

.service_list li.service_list_li:first-child {
  background: none;
  margin-top: 0;
  padding-top: 0;
}

.service_list li.service_list_li .img img {
  border-radius: 20px;
}

.service_list li.service_list_li:nth-child(even) .img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.service_list .text {
  width: 480px;
}

.service_list h3 {
  font-size: 150%;
  margin: 0 0 20px 0;
}

.media_list {
  margin: 20px 0;
}

.media_list span {
  display: inline-block;
  margin: 0 8px 0 0;
  color: #a4001f;
  letter-spacing: 0.02em;
}

.service_content .link_blank {
  float: right;
}

/*--------------------------------------------------

	メンバー

--------------------------------------------------*/
.member_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}

.member_list:not(:first-child) {
  margin-top: 40px;
}

.member_list li {
  text-align: center;
}

.member_list li img {
  border-radius: 90px;
  margin: 0 0 20px 0;
}

.member_list li h3 {
  background: url(/images/common/profile_bg.png) no-repeat center center;
  background-size: 320px 150px;
  width: 320px;
  height: 150px;
  padding: 110px 0 0 0;
  font-size: 150%;
}

.member_list li p {
  background: #fff;
  border-radius: 0 0 20px 20px;
  padding: 30px;
  font-size: 88%;
}

/*--------------------------------------------------

	会社概要・お知らせ

--------------------------------------------------*/
#company .two_thirds,
#information .two_thirds {
  margin: 0 auto;
}

/*--------------------------------------------------

	お問い合わせ

--------------------------------------------------*/
#contact {
  background: #262626;
  color: #fff;
  text-align: center;
  padding: 140px 0 160px 0;
}

#contact p.text {
  text-align: center;
  font-size: 180%;
  background: url(/images/common/icon_mail.png) no-repeat center top;
  background-size: 82px 82px;
  padding: 100px 0 0 0;
  letter-spacing: 0.08em;
}

#contact span.mail {
  display: inline-block;
  background: url(/images/common/stripe_line_white.png) no-repeat left bottom;
  background-size: 341px 5px;
}

#contact span.mail_desc {
  font-size: 14px;
}

/*--------------------------------------------------

	フッター

--------------------------------------------------*/
footer {
  background: #333;
  color: #fff;
  padding: 60px;
  font-size: 75%;
}

footer div.footer-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

footer p.footer-link a {
  color: #fff;
}

#pagetopicon {
  position: fixed;
  right: 10px;
  bottom: 0;
  opacity: 0;
}

/*------------------------------------------------------------------------------------------------------------------------------------

	スマホここから

------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  html {
    font-size: 62.5%;
    width: 100%;
  }
  body {
    font-size: 1.0rem;
    line-height: 1.8;
  }
  body, html {
    min-width: 100%;
    height: 100%;
  }
  p,
  li {
    /*追記・編集*/
    font-size: 1.4rem;
    /*追記・編集*/
  }
  .sp_only {
    display: block;
  }
  .pc_only {
    display: none;
  }
  img {
    width: 100%;
    height: auto;
  }
  /*レイアウト*/
  .margin_wrapper {
    width: 100%;
    padding: 0 20px;
  }
  .three_thirds {
    width: 100%;
  }
  .two_thirds {
    width: 100%;
  }
  .one_thirds {
    width: 50%;
  }
  .home_bottom {
    margin: 20px 0 0 0;
    padding: 60px 0 80px 0;
  }
  .home_bottom section {
    margin: 0 0 60px 0;
  }
  /*小見出し*/
  .st_standard {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .st_standard span {
    width: 195px;
    height: 49px;
    background-size: 195px 49px;
    font-size: 1.8rem;
    padding: 18px 0;
  }
  .st_standard_black {
    margin-bottom: 40px;
  }
  .link_blank {
    background: url(/images/common/icon_blank.png) no-repeat right center;
    background-size: 8px 8px;
    padding: 0 16px 0 0;
  }
  /*リスト*/
  .list_standard li {
    width: 100%;
    margin: 0 0 14px 0;
  }
  .list_standard li .list_l {
    width: 25%;
    padding-bottom: 6px;
  }
  .list_standard li .list_r {
    width: 75%;
    padding-left: 10px;
    padding-bottom: 6px;
  }
  /*--------------------------------------------------

	ヘッダー

--------------------------------------------------*/
  header {
    display: block;
    padding: 60px 0 50px 0;
    text-align: center;
  }
  .mail_header {
    padding: 21px 18px;
  }
  .mail_header img {
    width: 16px;
    height: 12px;
  }
  .navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .site_id {
    display: none;
  }
  .site_logo {
    text-align: center;
    margin: 0 0 50px 0;
  }
  .site_logo img {
    width: 60px;
  }
  nav {
    display: inline-block;
    border-top: 1px solid #333;
  }
  nav h2 {
    font-size: 1.2rem;
    margin-bottom: 24px;
  }
  nav h2 span {
    background: #fff;
    display: inline-block;
    padding: 0 10px;
  }
  .navi li a {
    font-size: 1.4rem;
  }
  /*--------------------------------------------------

	コンセプト

--------------------------------------------------*/
  .kv {
    width: 100%;
    padding: 200px 30px;
    background: url(/images/common/kv_sp.jpg) no-repeat center center;
    background-size: cover;
    font-size: 2rem;
    border-radius: 20px 20px 0 0;
  }
  .concept_red {
    border-radius: 0 0 20px 20px;
    padding: 30px 25px;
  }
  #concept p {
    margin: 0 0 10px 0;
  }
  #concept h3 {
    margin: 10px 0 20px 0;
    font-size: 1.8rem;
  }
  .concept_white {
    padding: 30px 10px 80px 10px;
  }
  .ph_concept {
    margin: 30px 0 0 0;
  }
  .ph_concept li {
    padding: 0 0 0 10px;
  }
  .ph_concept li:first-child {
    padding: 0 10px 0 0;
  }
  /*--------------------------------------------------

	サービス

--------------------------------------------------*/
  .service_content {
    background: url(/images/common/bg_service.jpg) no-repeat center top;
    border-radius: 20px;
    padding: 80px 25px 40px 25px;
    font-size: 1.4rem;
  }
  .service_list {
    width: 100%;
  }
  .service_list li.service_list_li {
    display: block;
    margin-top: 70px;
    padding-top: 40px;
  }
  .service_list li.service_list_li .img img {
    border-radius: 20px;
    margin-bottom: 30px;
  }
  .service_list li.service_list_li:nth-child(even) .img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .service_list .text {
    width: 100%;
  }
  .service_list h3 {
    font-size: 2.0rem;
    margin: 0 0 10px 0;
  }
  .media_list {
    margin: 20px 0;
  }
  .media_list span {
    display: block;
    margin: 0 0 0 0;
  }
  /*--------------------------------------------------

	メンバー

--------------------------------------------------*/
  .member_list {
    display: block;
    padding: 0 25px;
  }
  .member_list li {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .member_list li img {
    width: 120px;
    border-radius: 60px;
  }
  .member_list li h3 {
    background-size: cover;
    width: 100%;
    height: auto;
    padding: 38% 0 7.5% 0;
    margin-top: -100px;
    font-size: 1.8rem;
  }
  .member_list li p {
    background: #fff;
    border-radius: 0 0 20px 20px;
    padding: 0 25px 25px 25px;
    font-size: 1.2rem;
  }
  /*--------------------------------------------------

	会社概要・お知らせ

--------------------------------------------------*/
  #company .two_thirds,
  #information .two_thirds {
    padding: 0 25px;
    margin: 0 auto;
  }
  /*--------------------------------------------------

	お問い合わせ

--------------------------------------------------*/
  #contact {
    padding: 80px 0 80px 0;
  }
  #contact p.text {
    text-align: center;
    font-size: 2rem;
  }
  #contact span.mail {
    padding-bottom: 10px;
  }
  /*--------------------------------------------------

	フッター

--------------------------------------------------*/
  footer {
    background: #333;
    color: #fff;
    padding: 40px;
    display: block;
    font-size: 1rem;
    text-align: center;
  }
  footer img {
    display: none;
  }
  footer p {
    text-align: center;
  }
  #pagetopicon {
    right: 15px;
    bottom: 10px;
  }
  #pagetopicon img {
    width: 15px;
    height: auto;
  }
}

/*--------------------------------------------------

	配下ページ

--------------------------------------------------*/
div.news-main {
  width: 800px;
  margin: 30px auto 120px;
}

div.news-main h1.news-title {
  font-size: 36px;
  font-weight: bold;
}

div.news-main h2 {
  margin-top: 28px;
  font-size: 28px;
  font-weight: bold;
}

div.news-main h3 {
  margin-top: 28px;
  font-size: 24px;
  font-weight: bold;
}

div.news-main p {
  margin: 20px 0;
}

div.news-main p img {
  border-radius: 8px;
}

div.news-main ul {
  margin: 20px 0;
}

div.news-main ul li {
  margin-left: 24px;
  list-style-type: circle;
}

div.news-main ul li ul {
  margin-top: 0;
}

div.news-main ul li ul li {
  list-style-type: disc;
}

div.news-main div.news-content {
  margin: 20px 0;
}

div.news-main div.go-to-top {
  margin-top: 30px;
}
/*# sourceMappingURL=style.css.map */