/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}
html {
  color: #656565;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 62.5%; /* 16px x 0.625 = 10px(=1rem) */
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {}
body {
  font-size: 1.4rem; /* 14px */
  line-height: 1.6;
  letter-spacing: 1px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  position: relative;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
div {
  position: relative;
}
fieldset, img {
  border: 0
}
ol, ul {
  list-style: none
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}
address {
  font-style: normal;
}
/*link*/
a {
  color: #333;
  text-decoration: none;
}
a:link {
  color: #333;
  text-decoration: none;
}
a:visited {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #e50012;
  text-decoration: none;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  padding-top: 0px;
  transition: .3s;
}
img {
  border-style: none;
  z-index: 0;
  vertical-align: bottom;
  line-height: 1.0em;
}
.img_wrap {
  overflow: hidden;
  cursor: pointer;
}
.img_wrap img {
  width: 100%;
  height: auto;
  transition-duration: 0.5s;
}
.img_wrap:hover img {
  transform: scale(1.1);
  transition-duration: 0.5s;
  opacity: 1;
}
/*font*/
.red {
  color: #C62B1E;
}
/*txt*/
.br-sp {
  display: none;
}
.br-pc {
  display: block;
}
/*color*/
.bgcolor01 {
  background: #fff;
}
.white {
  color: #fff;
}
.under {
  background: linear-gradient(transparent 70%, #eca1d3 70%);
}
.photo img {
  width: 100%;
  height: auto;
}
.mainv {
  position: relative;
  padding: 80px 0 0;
}
.mainv img {
  width: 100%;
}
/* テキスト */
.text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
}
/* mainv */
.base_bg {
  padding: 3em 0 3em;
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}
.scroll-bg {
  padding: 3em 0 3em;
  position: relative;
}
.scroll-bg-in {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}
.f-bg {
  padding: 2em 0 2em;
  position: relative;
  background: #e50012;
  color: #fff;
}
.footer {
  margin: 0 auto 1em;
}
.f_logo {
  margin: 0 auto 2em;
}
.f_logo span {
  font-weight: 700;
  font-size: 2.5rem;
}
.f_logo img {
  width: 100%;
}
.f_txt {
  margin: 0 auto 0.5em;
  line-height: 2;
}
.f_txt p {
  margin: 0 auto 0.5em;
}
.f_txt p span {
  font-weight: 700;
  font-size: 1.6rem;
}
.f_txt a {
  color: #fff;
}
.f_txt a:visited {
  color: #fff;
}
.f_txt a:hover {
  color: #fff;
  text-decoration: underline;
}
.f_sns {
  font-size: 2.5rem;
}
.f_sns a {
  margin: 0 10px;
  color: #fff;
}
.f_sns a:visited {
  color: #fff;
  text-decoration: none;
}
.f_sns a:hover {
  color: #5d61ab;
  text-decoration: none;
}
.cr {
  font-size: 1.0rem;
  color: rgba(255, 255, 255, 0.6);
}
.comp_list {
  width: 100%;
  margin: 0 auto 0em;
}
.comp_list li {
  width: 100%;
  overflow: hidden;
  position: relative;
  zoom: 1;
  border-bottom: 1px solid #FFE5D8;
  font-family: sans-serif;
}
.comp_list li dt {
  float: left;
  width: 25%;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #656565;
}
.comp_list li dd {
  float: left;
  text-align: left;
  width: 75%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.comp_list li dd img {
  width: 100%;
  height: auto;
  margin: 0 auto 0.5em;
}
#map_canvas {
  width: 100%;
  height: 500px;
  margin-top: 30px;
}
.table_3 {}
.table_3 li {}
/* top */
#message {
  padding: 3em 0;
  position: relative;
}
.message_bg {
  display: none;
}
.message {
  width: 90%;
  margin: auto;
  position: relative;
}
.message_txt {
  text-align: left;
  margin: 0 auto 2em;
}
.message_txt img {
  width: 35%;
  padding: 1em 0 0 65%;
}
.message_txt p {}
.message_txt p span {
  color: #e50012;
}
.message_txt01 {
  color: #e50012;
  font-size: 1.8rem;
  margin: 2rem auto 0.5em;
}
.message_img {
  margin: 0 auto 5em;
}
.message_img img {
  width: 100%;
}
.message_ap {
  position: absolute;
  bottom: -4em;
  left: 0;
  width: 46%;
}
.message_ap img {
  width: 100%;
}
.title {
  letter-spacing: 2px;
  line-height: 1.5;
	font-weight: 700;
	font-size: 1.8rem;
}
.title span {
  color: #e50012;
  font-size: 3rem;
  
}
#profile {
  padding: 3em 0;
  background: #fdf2ef;
  position: relative;
}
.profile_bg {
  display: none;
}
.profile {
  width: 80%;
  margin: 2em auto 0;
}
.profile_img {
  width: 70%;
  margin: 0 auto 1em;
}
.profile_img img {
  width: 100%;
}
.profile_txt {
  text-align: left;
}
.profile_txt div {
  letter-spacing: 2px;
  font-weight: 700;
}
.profile_txt div span {
  font-size: 2.2rem;
  display: inline-block;
  margin: 0 10px 0 0;
}
.profile_txt01 {
  margin: 1em auto;
}
.profile_txt01 span {
  display: inline-block;
  padding: 0 0 0.3em 0;
}
.profile_txt02 {
  position: relative;
  padding: 0 0 0 0;
  margin: 1.5em auto 0.5em;
  font-weight: 700;
  font-size: 1.7rem;
}
.profile_txt02:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 17%;
  width: 83%;
  height: 1px;
  content: '';
  background: #e50012;
}
.profile_txt03 {
  line-height: 1.8;
}
#policy {
  padding: 3em 0;
  position: relative;
}
.policy_bg {
  display: none;
}
.policy_ttl {
  margin: 2em auto 0;
  font-weight: 700;
}
.policy_ttl span {
  color: #e50012;
  font-size: 2.2rem;
}
.policy {
  width: 90%;
  margin: 3em auto 1em;
}
.policy_img {
  margin: 0 auto 1em;
}
.policy_img img {
  width: 100%;
}
.policy_txt {
  text-align: left;
}
.policy_txt div {
  font-weight: 700;
  color: #e50012;
  font-size: 2.2rem;
  border-bottom: 1px solid #e50012;
  padding: 0 0 0.5em;
  margin: 0 auto 0.5em;
  line-height: 1.5;
}
.policy_txt div span {
  font-size: 3.5rem;
  opacity: 0.2;
}
.policy_txt p {}
.policy_txt p span {
  color: #e50012;
}
#will {
  padding: 3em 0 0;
  background: #fdf2ef;
  position: relative;
  background-image: url("/img/will02.png");
  background-size: 200%;
  background-position: bottom 0 right 0;
  background-repeat: no-repeat;
}
.will_bg {
  display: none;
}
.will {
  width: 90%;
  margin: auto;
}
.will_txt {
  text-align: left;
}
.will_txt div {
  font-weight: 700;
  color: #e50012;
  font-size: 2.2rem;
  margin: 1em auto 0.5em;
}
.will_txt div span {
  font-size: 2.5rem;
  letter-spacing: 3px;
}
.will_txt01 {}
.will_img {
  width: 80%;
  margin: 1em auto 0;
}
.will_img img {
  width: 100%;
}
#team {
  padding: 3em 0;
}
.team_ttl {
  font-weight: 700;
  color: #e50012;
  font-size: 2.2rem;
}
.team_subttl {
  text-align: left;
  width: 80%;
  margin: 0.5em auto 0;
}
.contact_list {
  width: 80%;
  margin: auto;
}
.contact_list li {
  margin: 2em auto 0;
}
.contact_list li p {
  letter-spacing: 2px;
  margin: 0 auto 0.5em;
}
.contact_list li img {
  width: 100%;
}
/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media all and (min-width: 768px) {
  body {
    font-size: 1.5rem; /* 15px */
    line-height: 1.8;
  }
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
  .base_bg {
    padding: 6em 0 6em;
  }
  .scroll-bg {
    padding: 6em 0 6em;
  }
  .f-bg {
    padding: 3em 0;
    position: relative;
  }
  .footer {
    max-width: 1000px;
    margin: 0 auto 0em;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
  }
  .f_logo {
    text-align: left;
    width: 25%;
    margin: 0 0;
    letter-spacing: 3px;
  }
  .f_logo span {
    font-size: 3rem;
    letter-spacing: 0;
  }
  .f_txt {
    width: 45%;
    text-align: left;
    margin: 0.5em 0 0;
    line-height: 1.7;
  }
  .f_txt p {
    margin: 0 auto 0.5em;
  }
  .f_txt p span {
    font-size: 1.8rem;
  }
  .f_sns {
    width: 30%;
    text-align: right;
    font-size: 3rem;
  }
  .cr {
    text-align: right;
    max-width: 1000px;
    font-size: 1.3rem;
    margin: auto;
  }
  /* mv */
  .mainv {
    position: relative;
    padding: 100px 0 0;
  }
  .comp_list {
    width: 100%;
    margin: 0 auto 0em;
  }
  .comp_list li dt {
    width: 20%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .comp_list li dd {
    width: 80%;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 2;
  }
  .comp_list li dd img {
    width: 35%;
    height: auto;
    margin: 0 auto 0.5em;
  }
  #map_canvas {
    margin-top: 50px;
    height: 500px;
  }
  #page-top {
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 2;
  }
  #page-top a {
    text-align: center;
    color: #fff;
    background: #BF1920;
    text-decoration: none;
    width: 70px;
    height: 50px;
    padding-top: 20px;
    display: block;
    border-radius: 50px;
  }
  #page-top a:hover {
    background: #5d61ab;
    color: #fff;
  }
  .table_3 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: center;
  }
  .table_3 li {
    flex: 0 1 30%;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
  }
  /* top */
  #message {
    padding: 8em 0 6em;
  }
  .message_bg {
    display: block;
    position: absolute;
    bottom: 1em;
    right: 0.3em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: left;
    font-size: 8rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px;
    line-height: 1;
    -webkit-text-stroke: 1px #e50012;
    text-stroke: 1px #e50012;
  }
  .message {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .message_txt {
    width: 32%;
    margin: 0 13% 0 0;
  }
  .message_txt img {
    width: 30%;
    padding: 2em 0 0 70%;
  }
  .message_txt p {
    padding: 0 0 0 15%;
    letter-spacing: 2px;
  }
  .message_txt01 {
    font-size: 2.5rem;
    margin: 3em auto 0.5em;
    padding: 0 0 0 15%;
  }
  .message_img {
    width: 55%;
    margin: 0 0em;
  }
  .message_ap {
    position: absolute;
    bottom: inherit;
    top: -3em;
    right: 2em;
    left: inherit;
    width: 15%;
  }
  .title {
	  font-size: 2.5rem;
	}
  .title span {
    font-size: 5rem;
  }
  #profile {
    padding: 5em 0;
  }
  .profile_bg {
    display: block;
    position: absolute;
    bottom: 1em;
    left: 0.3em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: left;
    font-size: 8rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px;
    line-height: 1;
  }
  .profile {
    max-width: 1000px;
    width: 70%;
    margin: 4em auto 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    align-items: center;
  }
  .profile_img {
    width: 50%;
    margin: 0 0em;
  }
  .profile_txt {
    width: 45%;
  }
  .profile_txt div {
    letter-spacing: 2px;
    font-weight: 700;
  }
  .profile_txt div span {
    font-size: 2.5rem;
  }
  .profile_txt01 {
    margin: 0.5em auto;
  }
  .profile_txt02 {
    margin: 1em auto 0.5em;
  }
  .profile_txt02:before {
    left: 20%;
    width: 80%;
  }
  #policy {
    padding: 5em 0;
  }
  .policy_bg {
    display: block;
    position: absolute;
    bottom: 55%;
    right: 0.3em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: left;
    font-size: 8rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px;
    line-height: 1;
    -webkit-text-stroke: 1px #e50012;
    text-stroke: 1px #e50012;
  }
  .policy_ttl {
    margin: 3em auto 0;
    letter-spacing: 2px;
    font-size: 2.0rem;
  }
  .policy_ttl span {
    font-size: 3.8rem;
  }
  .policy.reverse {
    flex-direction: row-reverse;
  }
  .policy {
    width: 90%;
    margin: 4em auto 0;
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    align-items: center;
  }
  .policy_img {
    width: 50%;
    margin: 0 0em;
  }
  .policy_txt {
    width: 50%;
  }
  .policy_txt div {
    font-size: 3rem;
    margin: 0 auto 1em;
    padding: 0 0% 1em 10%;
  }
  .policy_txt div span {
    font-size: 5rem;
  }
  .policy_txt p {
    padding: 0 10% 0 10%;
    line-height: 2;
  }
  #will {
    padding: 5em 0 0;
    background-image: url("/img/will02.png");
    background-size: 100%;
    background-position: bottom 0 left 0;
    background-repeat: no-repeat;
  }
  .will_bg {
    display: block;
    position: absolute;
    top: 1em;
    left: 0.3em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: left;
    font-size: 8rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px;
    line-height: 1;
  }
  .will {
    width: 90%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    max-width: 1000px;
  }
  .will_txt {
    width: 45%;
  }
  .will_txt div {
    font-size: 3rem;
    margin: 2em auto 1em;
  }
  .will_txt div span {
    font-size: 3.5rem;
  }
  .will_txt01 {
    line-height: 2;
  }
  .will_img {
    width: 45%;
    margin: 0;
  }
  #team {
    padding: 5em 0;
  }
  .team_ttl {
    font-size: 3.5rem;
  }
  .team_subttl {
    text-align: center;
    margin: 1em auto 0;
    font-size: 1.8rem;
  }
  .contact_list {
    width: 80%;
    margin: 3em auto 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    max-width: 900px;
  }
  .contact_list li {
    flex: 0 1 46%;
    justify-content: center;
    margin: 0 2% 0em;
  }
  .contact_list li p {
    letter-spacing: 2px;
    margin: 0 auto 0.5em;
  }
}