@charset "UTF-8";
/* reset　
==================================================*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, table, th, td {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  margin-bottom: 1px;
}

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

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-size: 1em;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, address, ul, dl, ol, th {
  font-weight: normal;
  font-style: normal;
}

ul, dl, ol {
  text-indent: 0;
}

li {
  list-style-type: none;
  list-style-position: outside;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}

th, td, caption {
  text-align: left;
  vertical-align: top;
}

sup, sub {
  vertical-align: baseline;
  position: relative;
}

sup {
  top: -2px;
}

sub {
  top: 2px;
}

ruby {
  ruby-overhang: auto;
  ruby-position: inline;
}

/* Fundamental Definition　定義色やフォントサイズなど
==================================================*/
/* Definition
----------------------------------------*/
/* color palette */
/* font style */
/* コンテンツ文字サイズ */
/* font-size 1rem = 16px */
/* Default Settings
----------------------------------------*/
/* responsive */
/********************* base style *********************/
/*-----------------------------------------------*/
/* Common
/*-----------------------------------------------*/
/* body
-----------------------------------------------*/
body {
  -webkit-text-size-adjust: 100%;
  position: relative;
  margin: 0;
}

/* fonts
-----------------------------------------------*/
h1, h2, h3, h4, h5, p, a, span, dt, dd, li {
  font-family: "Hiragino Kaku Gothic ProN", "HiraKakuProN-W3", "ヒラギノ角ゴ ProN W3", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

/* element style
-----------------------------------------------*/
/* a */
a {
  color: #b01e23;
  text-decoration: none;
}

a:hover {
  color: #e65820;
  text-decoration: underline;
}

a:visited {
  color: #6c478e;
}

a:visited:hover {
  color: #e65820;
  text-decoration: underline;
}

/* img */
img {
  display: block;
  max-width: 100%;
}

a img:hover {
  transition: 0.3s;
  opacity: 0.8;
}

/* list */
ul {
  padding-left: 0;
  padding-inline-start: 0;
}

ul li {
  line-height: 1.5;
}

ul.listIconDot {
  font-family: "Hiragino Kaku Gothic ProN", "HiraKakuProN-W3", "ヒラギノ角ゴ ProN W3", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
}

ul.listIconDot.listIconDot li {
  padding-left: 15px;
  background: url(/common/img/listicon_dot.png) left 0px top 15px no-repeat;
  background-size: 4px auto;
  font-size: 1.125rem;
  line-height: 2.0;
}

/* title.text */
h1 {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

/* CommonStyles text
-----------------------------------------------*/
strong {
  font-weight: 800;
}

.alignR {
  text-align: right;
}

.endArrow {
  padding-right: 30px;
  background-image: url(/common/img/arrow_r.png);
  background-repeat: no-repeat;
  background-position: center right 5px;
}

.endArrow:hover {
  background-position: center right;
}

/* CommonStyles
-----------------------------------------------*/
.mb0 {
  margin-bottom: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

/* ふわふわアニメーション */
.fluffy {
  animation: squash 1s ease-in-out infinite;
}

@keyframes squash {
  0% {
    transform: scale(1) translate(0, 0);
  }
  50% {
    transform: scale(1) translate(0, 10px);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}

/* 共通パーツ
==================================================*/
/*==================================================*/
/*-----------------------------------------------*/
/* Common
/*-----------------------------------------------*/
/* layout
-----------------------------------------------*/
.innerLarge {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .innerLarge {
    width: 100%;
  }
}

.innerMiddle {
  width: 760px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .innerMiddle {
    width: 100%;
  }
}

.sp {
  display: none;
}

@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

/* overall
-----------------------------------------------*/
#overall {
  margin: 0 auto;
  height: 100%;
  position: relative;
}

/* header
-----------------------------------------------*/
header {
  z-index: 999;
  background-color: #b01e23;
  /* #headerNavi
    -----------------------------------------------*/
}

header #headerNavi {
  width: 1000px;
  /* 1000px-padding */
  margin: 0 auto;
  padding: 0;
  height: 65px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /* .logoImg
        -----------------------------------------------*/
  /* .gnav
        -----------------------------------------------*/
  /* 親階層 */
  /*全てのリスト・リンク共通*/
}

@media (max-width: 768px) {
  header #headerNavi {
    width: auto;
    height: auto;
    flex-wrap: wrap;
    padding: 0;
  }
}

header #headerNavi .logoImg {
  align-self: center;
  margin-left: 15px;
}

header #headerNavi .logoImg img {
  width: 270px;
}

header #headerNavi .logoImg img:hover {
  transition: none;
  opacity: 1;
}

@media (max-width: 768px) {
  header #headerNavi .logoImg {
    height: 45px;
    width: 75%;
    order: 1;
    background-color: #fff;
    margin-left: 0;
  }
  header #headerNavi .logoImg img {
    padding: 3px 17% 3px 3%;
    height: 39px;
    width: auto;
  }
}

header #headerNavi .gnav {
  display: flex;
  justify-content: flex-end;
  margin: 0;
  margin-left: 35px;
  width: 450px;
}

@media (max-width: 768px) {
  header #headerNavi .gnav {
    width: 100%;
    order: 3;
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  header #headerNavi .gnav {
    margin-right: 0;
    justify-content: space-around;
    height: 45px;
  }
}

header #headerNavi .gnav li {
  list-style: none;
  position: relative;
}

@media (max-width: 768px) {
  header #headerNavi .gnav li {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

header #headerNavi .gnav li:hover {
  background-color: #990f14;
}

header #headerNavi .gnav li a {
  border: none;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  height: 41px;
  line-height: 1.0;
  text-align: center;
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: normal;
  padding: 10px 25px;
  padding-bottom: 14px;
  background: url(/common/images/icn_navLink.png) no-repeat center 45px;
  background-size: 10px 5px;
}

@media (max-width: 768px) {
  header #headerNavi .gnav li a {
    font-size: 0.8125rem;
    padding: 20px 0 0;
    display: block;
    font-weight: normal;
    background: url(/common/images/icn_navLink.png) no-repeat center 38px;
    background-size: 10px 5px;
  }
}

@media (max-width: 768px) {
  header #headerNavi .gnav li.gnav_01 {
    width: 27%;
  }
}

@media (max-width: 768px) {
  header #headerNavi .gnav li.gnav_02 {
    width: 27%;
  }
}

@media (max-width: 768px) {
  header #headerNavi .gnav li.gnav_03 {
    width: 46%;
  }
}

header #headerNavi .gnav_04 {
  align-self: auto;
  background-color: #333;
  text-align: center;
}

@media (max-width: 768px) {
  header #headerNavi .gnav_04 {
    height: 45px;
    width: 25%;
    order: 2;
    padding: 0;
    display: flex;
    align-items: center;
    /* 縦方向中央揃え */
    justify-content: center;
    /* 横方向中央揃え */
  }
}

header #headerNavi .gnav_04 a {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  min-height: 100%;
  width: 95px;
  height: 65px;
}

@media (max-width: 768px) {
  header #headerNavi .gnav_04 a {
    padding: 0;
    height: auto;
    width: 100%;
  }
}

header #headerNavi .gnav_04 a img {
  width: 20px;
  height: auto;
}

@media (max-width: 768px) {
  header #headerNavi .gnav_04 a img {
    width: 20px;
  }
}

header #headerNavi .gnav_04 a span {
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.2;
  margin-top: 5px;
  white-space: nowrap;
}

@media (max-width: 768px) {
  header #headerNavi .gnav_04 a span {
    margin-top: 4px;
  }
}

header #headerNavi .gnav_04 a:hover {
  opacity: 1;
  text-decoration: none;
  background-color: #000;
}

.mainVisual .container {
  max-width: none;
}

/* mainVisual
-----------------------------------------------*/
.MainVisualLogo img {
  display: block;
  margin: 0 auto;
}

/* footer
-----------------------------------------------*/
#footerArea {
  min-width: 1000px;
  margin-bottom: 0;
  padding: 10px 0 30px;
  padding-bottom: 10px;
  border-top: 1px solid #c1c4c1;
  background-color: #fff;
}

@media (max-width: 768px) {
  #footerArea {
    min-width: auto;
    padding: 20px 0 60px;
    background-color: #fff;
  }
}

#footerArea a {
  text-decoration: none;
  color: #000;
}

#footerArea a:hover {
  color: #b01e23;
}

#footerArea a:visited {
  color: #6c478e;
}

#footerArea a:visited:hover {
  color: #6c478e;
}

/* footerTop
-----------------------------------------------*/
.footerTop {
  position: relative;
  padding-bottom: 10px;
  min-width: 1000px;
}

@media (max-width: 768px) {
  .footerTop {
    min-width: auto;
  }
}

.footerTop .container {
  width: 1000px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .footerTop .container {
    width: auto;
  }
}

/* pageTop
-----------------------------------------------*/
#pageTop {
  right: 0;
  position: fixed;
}

#pageTop a {
  display: block;
}

#pageTop a img {
  max-width: 60px;
  position: absolute;
  bottom: 0;
  right: 0;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3);
}

/* footerLink
-----------------------------------------------*/
.footerLink {
  font-size: 0.75rem;
}

.footerLink .container {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 768px) {
  .footerLink .container {
    width: auto;
  }
}

.footerLink .container #footerLogo img {
  width: 310px;
}

.footerLink .container #copyright p {
  margin-top: 0;
  font-size: 0.75rem;
  font-family: "Helvetica Neue", "Helvetica", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
}

/*-----------------------------------------------*/
/* Modules */
/*-----------------------------------------------*/
/* container
-----------------------------------------------*/
.container {
  margin: 0 auto;
  max-width: 2000px;
  min-width: 1000px;
  height: 100%;
}

@media (max-width: 768px) {
  .container {
    min-width: auto;
  }
}

/* txtLink ico
-----------------------------------------------*/
.icoTab::after {
  content: "";
  padding-right: 19px;
  background: url(/common/images/icn_tab.png) no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position: center center;
  background-size: 12px;
}

/* textArea, imgArea
-----------------------------------------------*/
.textArea {
  margin: 0 auto;
  max-width: 840px;
  padding: 115px 0;
}

.textArea p {
  font-family: "Hiragino Kaku Gothic ProN", "HiraKakuProN-W3", "ヒラギノ角ゴ ProN W3", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.8;
}

.imgArea {
  margin: 0 auto;
  max-width: 840px;
  padding: 50px 0;
}

/* btn
-----------------------------------------------*/
.btnArea {
  display: block;
}

.btnBox {
  display: flex;
}

.btn {
  margin-top: 20px;
  position: relative;
  min-height: 52px;
  padding: 15px 35px 15px 65px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  box-sizing: border-box;
  border: 1px solid #b01e23;
  font-size: 1.125rem;
  background-color: #b01e23;
  background-size: 200% 100%;
  background-image: linear-gradient(to right, transparent 50%, #fff 50%);
  transition: background-position 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.2s ease 0s, background-color 0.2s ease;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .btn {
    width: 100%;
  }
}

.btn:visited {
  color: #fff;
  border: 1px solid #b01e23;
}

.btn:visited:hover {
  color: #b01e23;
}

.btn::after {
  position: absolute;
  content: "";
  top: 43%;
  left: 30px;
  width: 28px;
  height: 18px;
  margin-top: -5px;
  background: url("/common/images/icn_mail_pc.png") top left no-repeat;
  background-size: 28px auto;
  transition: 0.2s;
}

.btn:hover {
  cursor: pointer;
  text-decoration: none;
  color: #b01e23;
  border: 1px solid #b01e23;
  background-color: #fff;
  background-position: -100% 100%;
  transition: 0.3s;
}

.btn:hover::after {
  position: absolute;
  content: "";
  top: 43%;
  left: 30px;
  width: 28px;
  height: 18px;
  margin-top: -5px;
  background: url("/common/images/icn_mail_sp.png") top left no-repeat;
  background-size: 28px auto;
  transition: 0.2s;
}

/* sectionScroll
-----------------------------------------------*/
.sectionScroll {
  display: block;
  margin: 0 auto;
}

/* newsBox
-----------------------------------------------*/
.textArea .newsBox {
  border-top: 2px solid #000;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .textArea .newsBox {
    width: auto;
  }
}

.textArea .newsTopics {
  border-bottom: 1px dotted #000;
  padding: 20px 10px;
  padding-right: 5px;
  display: flex;
  box-sizing: border-box;
}

.textArea .dateBox {
  padding-top: 6px;
  font-size: 0.875rem;
  color: #000;
  display: block;
  line-height: 2.0;
}

.textArea .topicBox {
  display: block;
  padding: 6px 0;
  margin-left: 30px;
  width: 725px;
  min-height: 20px;
  line-height: 2.0;
}

@media (max-width: 768px) {
  .textArea .topicBox {
    width: auto;
  }
}

.textArea .topicBox:hover {
  background-position: center right;
  transition: .2s;
  /* hover */
}

.textArea .topicBox:hover a {
  text-decoration: underline;
  border: none;
}

.textArea .topicBox p {
  margin-right: 40px;
  color: #000;
  line-height: 1.5;
}

/* modal
-----------------------------------------------*/
.modal {
  display: none;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.modal__bg {
  width: 100%;
}

.modal__content {
  padding-top: 0;
  padding-bottom: 0;
  background: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 880px;
  display: flex;
  flex-direction: column;
  background-image: url(/common/images/overlay_bg.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  height: 80vh;
  /* 変数をサポートしていないブラウザのフォールバック */
  height: calc(var(--vh, 1vh) * 90);
}

@media (max-width: 768px) {
  .modal__content {
    background-image: none;
    width: calc(100% - 3.0rem);
    padding: 40px 20px 100x;
    transform: translate(-50%, -50%);
    overflow: scroll;
    overflow-x: auto;
    overflow-y: auto;
  }
}

.js-modal-close {
  cursor: pointer;
}

.js-modal-close img {
  margin-left: auto;
  position: absolute;
  top: 20px;
  right: 30px;
  width: 25px;
}

@media (max-width: 768px) {
  .js-modal-close img {
    right: 20px;
  }
}

@media (max-width: 768px) {
  .js-modal-close.sp {
    position: relative;
  }
  .js-modal-close.sp img {
    position: relative;
    top: auto;
    bottom: 30px;
    right: -20px;
  }
}

.modal__main {
  overflow: scroll;
  overflow-x: auto;
  overflow-y: auto;
  color: #333;
  display: flex;
  flex-direction: row;
}

@media (max-width: 768px) {
  .modal__main {
    display: block;
    position: relative;
    margin: 40px;
    margin-bottom: 0;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
  }
}

.modal__main .imgBox {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 40px;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 250px;
}

.modal__main .imgBox .memberImg {
  margin: 20px 30px 15px 20px;
  border-radius: 50%;
  overflow: hidden;
  width: 210px;
  height: 210px;
  top: 0;
  left: 0;
  border: 50%;
  z-index: 2;
}

.modal__main .imgBox .memberImg img {
  width: 210px;
  height: 210px;
  padding: 0;
  border: 50%;
  z-index: 1;
}

.modal__main .imgBox .name {
  border-bottom: 2px solid #eca414;
  font-size: 1.375rem;
  line-height: 1.5;
  padding: 0 5px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .modal__main .imgBox .name {
    font-size: 1.125rem;
  }
}

.modal__main .imgBox .position {
  font-size: 0.875rem;
  line-height: 1.3;
  text-align: center;
  margin-top: 15px;
}

@media (max-width: 768px) {
  .modal__main .imgBox .position {
    font-size: 0.8125rem;
  }
}

.modal__main .careerBox {
  width: 455px;
  padding-left: 330px;
  padding-top: 130px;
  padding-right: 80px;
  padding-bottom: 60px;
}

.modal__main .careerBox .profileTxt p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  .modal__main .careerBox .profileTxt p {
    font-size: 0.875rem;
    margin-bottom: 20px;
  }
}

.modal__main .careerBox .profileTxt p:last-child {
  margin-bottom: 0;
  padding-bottom: 35px;
  border-bottom: 1px dotted #000;
}

@media (max-width: 768px) {
  .modal__main .careerBox .profileTxt p:last-child {
    padding-bottom: 30px;
  }
}

.modal__main .careerBox dl {
  padding-bottom: 60px;
}

@media (max-width: 768px) {
  .modal__main .careerBox dl {
    padding-top: 5px;
    margin-bottom: 20px;
  }
}

.modal__main .careerBox dl dt {
  font-weight: bold;
  margin-top: 15px;
  font-size: 0.875rem;
}

@media (max-width: 768px) {
  .modal__main .careerBox dl dt {
    font-size: 0.8125rem;
  }
}

.modal__main .careerBox dl dd {
  line-height: 1.5;
  font-size: 0.875rem;
}

@media (max-width: 768px) {
  .modal__main .careerBox dl dd {
    font-size: 0.8125rem;
  }
}

@media (max-width: 768px) {
  .modal__main {
    flex-direction: column;
    padding-bottom: 30px;
    position: absolute;
  }
  .modal__main .imgBox {
    margin-bottom: 60px;
    min-height: max-content;
    width: 100%;
    min-width: inherit;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .modal__main .imgBox {
    margin-bottom: 30px;
    position: relative;
    padding: 0;
  }
}

@media (max-width: 768px) {
  .modal__main .imgBox .memberImg {
    margin: 10px;
    width: 70%;
    max-width: 312px;
    height: auto;
  }
  .modal__main .imgBox .memberImg img {
    width: 100%;
    height: auto;
    max-width: 312px;
  }
  .modal__main .careerBox {
    padding: 0;
    width: auto;
  }
}

button#modaal-close {
  display: none;
}

/* home専用
==================================================*/
/*==================================================*/
/*-----------------------------------------------*/
/* original styles */
/*-----------------------------------------------*/
/* Home
-----------------------------------------------*/
#secMessage, #secOutline {
  color: #000;
}

#secBusiness, #secMembers {
  color: #fff;
}

#home {
  /* #secMessage */
  /* #secBusiness */
  /* #secOutline */
  /* #secMembers */
  /* 05 */
}

#home img.number {
  max-width: 200px;
}

#home #secMessage {
  /* 01 */
}

#home #secMessage .container {
  padding: 0;
}

#home #secMessage .container .mainVisual {
  background-image: url(/images/main_bg_pc.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}

#home #secMessage .container .mainVisual .mainVisualLogo {
  max-width: 1000px;
}

#home #secMessage .container .mainVisual .mainVisualLogo img:first-child {
  width: 1000px;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  #home #secMessage .container .mainVisual .mainVisualLogo img:first-child {
    text-align: center;
    margin: 0 auto;
    width: 75vw;
  }
}

#home #secMessage .container .mainVisual .mainVisualLogo img:last-child {
  width: 760px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  #home #secMessage .container .mainVisual .mainVisualLogo img:last-child {
    text-align: center;
    margin: 50px auto 0;
    width: 85vw;
  }
}

@media (max-width: 768px) {
  #home #secMessage .container .mainVisual {
    background-image: url(/images/main_bg_sp.jpg);
    background-position: center top;
    background-size: 100% 97%;
  }
}

#home #secMessage .container .innerLarge {
  position: relative;
  top: -28px;
}

#home #secMessage .top01 {
  height: 300px;
}

#home #secMessage .top01 .textArea p {
  line-height: 2.0;
  font-weight: 400;
}

@media (max-width: 768px) {
  #home #secMessage .top01 {
    height: auto;
  }
  #home #secMessage .top01 .textArea {
    padding: 70px 1.5rem 30px;
  }
  #home #secMessage .top01 .textArea p {
    font-size: 0.9375rem;
  }
}

#home h2, #home h3 {
  margin: 0 auto;
  margin-bottom: 66px;
}

#home h2 > img, #home h3 > img {
  width: 610px;
}

@media (max-width: 768px) {
  #home h2, #home h3 {
    margin-bottom: 30px;
  }
}

#home #secBusiness .container {
  background-image: url(/images/top01_bg_pc.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}

@media (max-width: 768px) {
  #home #secBusiness .container {
    background-image: none;
    background-color: #333;
  }
}

#home #secBusiness .imgArea {
  max-width: 474px;
  padding: 80px 0;
  margin-left: auto;
  margin-right: 0;
}

#home #secBusiness .imgArea img {
  margin: 0;
}

#home #secBusiness .textArea {
  margin: 0;
  padding: 125px 0;
  padding-bottom: 50px;
}

@media (max-width: 768px) {
  #home #secBusiness .textArea {
    padding: 30px 1.5rem 0;
  }
}

#home #secBusiness .textArea .businessList {
  padding: 0 50px;
}

@media (max-width: 768px) {
  #home #secBusiness .textArea .businessList ul.parentList {
    display: block;
    margin-top: 30px;
    margin-bottom: 0;
    padding-bottom: 30px;
  }
}

#home #secBusiness .textArea .businessList ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 50px 0 0;
  font-size: 1.0625rem;
  margin-bottom: 40px;
}

#home #secBusiness .textArea .businessList ul li {
  font-weight: 700;
  flex-basis: 46%;
  padding-left: 4%;
  background: url(/common/images/icn_dot.png) no-repeat;
  background-position: 5px 5px;
  background-size: 15px;
}

@media (max-width: 768px) {
  #home #secBusiness .textArea .businessList ul li {
    background-position: 0 2px;
  }
}

#home #secBusiness .textArea .businessList ul li ul {
  display: block;
  flex-direction: column;
  margin-top: 10px;
  margin-left: 20px;
  font-size: 0.9375rem;
}

#home #secBusiness .textArea .businessList ul li ul li {
  font-weight: 400;
  width: 100%;
  list-style: disc;
  background: none;
  padding-left: 0;
}

@media (max-width: 768px) {
  #home #secBusiness .textArea h2 {
    margin-left: 0;
  }
  #home #secBusiness .textArea .businessList {
    padding: 0;
  }
  #home #secBusiness .textArea .businessList ul {
    flex-direction: column;
    padding: 0;
    margin-bottom: 30px;
  }
  #home #secBusiness .textArea .businessList ul li {
    padding-left: 20px;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  #home #secBusiness .textArea .businessList ul li {
    font-size: 0.9375rem;
  }
}

@media (max-width: 768px) {
  #home #secBusiness .textArea .businessList ul li ul {
    margin-left: 0;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  #home #secBusiness .textArea .businessList ul li ul {
    margin-top: 5px;
    margin-bottom: 25px;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  #home #secBusiness .textArea .businessList ul li ul li {
    font-size: 0.875rem;
  }
}

#home #secOutline .container {
  margin: 0 auto;
  background-image: url(/images/top02_bg_pc.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}

@media (max-width: 768px) {
  #home #secOutline .container {
    background-image: none;
    background-color: #fff;
  }
}

#home #secOutline .textArea {
  padding: 125px 0 50px;
}

#home #secOutline .textArea .outlineList {
  padding: 0 50px;
}

#home #secOutline .textArea .outlineList dl {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  #home #secOutline .textArea .outlineList dl {
    font-size: 0.9375rem;
  }
}

#home #secOutline .textArea .outlineList dl dt {
  width: 20%;
  padding-left: 1.5rem;
  box-sizing: border-box;
  font-weight: bold;
  background: url(/common/images/icn_dot.png) no-repeat;
  background-position: .1rem .3rem;
  background-size: 15px;
}

#home #secOutline .textArea .outlineList dl dd {
  font-weight: 400;
  margin-bottom: 30px;
  width: 80%;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  #home #secOutline .textArea .outlineList dl dd {
    margin-bottom: 20px;
  }
}

#home #secOutline .textArea p {
  margin-right: 50px;
}

#home #secOutline .textArea img {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  #home #secOutline .textArea img {
    margin-bottom: 30px;
  }
}

#home #secOutline .textArea img.number {
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  #home #secOutline .textArea {
    padding: 30px 1.5rem 30px;
  }
  #home #secOutline .textArea .outlineList {
    padding: 0;
  }
  #home #secOutline .textArea .outlineList dl {
    padding: 0;
  }
  #home #secOutline .textArea .outlineList dl dt, #home #secOutline .textArea .outlineList dl dd {
    width: 100%;
  }
  #home #secOutline .textArea .outlineList dl dt {
    background-position: .1rem;
    padding-left: 1.3rem;
  }
  #home #secOutline .textArea .outlineList dl dd {
    padding-left: 1.3rem;
    line-height: 1.5;
  }
}

#home #secMembers .container {
  margin: 0 auto;
  background-image: url(/images/top03_bg_pc.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}

@media (max-width: 768px) {
  #home #secMembers .container {
    background-image: none;
    background-color: #b01e23;
  }
}

#home #secMembers .imgArea {
  margin-right: 0;
}

#home #secMembers .textArea {
  padding-bottom: 0;
}

@media (max-width: 768px) {
  #home #secMembers .textArea {
    padding: 30px 1.5rem 60px;
  }
}

#home #secMembers .textArea .membersList {
  padding: 0 50px;
  margin: 0;
}

#home #secMembers .textArea .membersList h2 {
  margin-bottom: 60px;
  margin-left: 54px;
}

#home #secMembers .textArea .membersList ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 50px 0 0;
  font-size: 1.0625rem;
  padding-bottom: 70px;
  justify-content: center;
  align-items: flex-start;
}

@media (max-width: 768px) {
  #home #secMembers .textArea .membersList ul {
    margin-top: 40px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

#home #secMembers .textArea .membersList ul li {
  text-align: center;
  flex-basis: 48%;
  padding-left: 0;
}

#home #secMembers .textArea .membersList ul li figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 30px;
}

#home #secMembers .textArea .membersList ul li figure div {
  width: 160px;
  height: 160px;
  position: relative;
}

@media (max-width: 768px) {
  #home #secMembers .textArea .membersList ul li figure div {
    width: 105px;
    height: 105px;
  }
}

#home #secMembers .textArea .membersList ul li figure div a {
  display: block;
  border-radius: 50%;
  overflow: hidden;
}

#home #secMembers .textArea .membersList ul li figure div a:hover {
  opacity: 1.0;
  border: none;
}

#home #secMembers .textArea .membersList ul li figure div a:hover .memberImg {
  border-radius: 50%;
}

#home #secMembers .textArea .membersList ul li figure div a:hover .memberImg img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition-duration: 0.5s;
}

#home #secMembers .textArea .membersList ul li figure div a:hover img {
  opacity: 1.0;
}

#home #secMembers .textArea .membersList ul li figure div a .memberImg {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  border-radius: 50%;
}

@media (max-width: 768px) {
  #home #secMembers .textArea .membersList ul li figure div a .memberImg {
    width: 105px;
    height: 105px;
  }
}

#home #secMembers .textArea .membersList ul li figure div a .memberImg img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  border-radius: 50%;
}

#home #secMembers .textArea .membersList ul li figure div a .moreBtn {
  top: 110px;
  left: 110px;
  width: 70px;
  position: absolute;
  z-index: 3;
}

@media (max-width: 768px) {
  #home #secMembers .textArea .membersList ul li figure div a .moreBtn {
    top: 70px;
    left: 75px;
    width: 45px;
  }
}

#home #secMembers .textArea .membersList ul li figure figcaption {
  margin-top: 20px;
}

#home #secMembers .textArea .membersList ul li figure figcaption p.name {
  font-size: 1.125rem;
}

#home #secMembers .textArea .membersList ul li figure figcaption p.position {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.3;
}

@media (max-width: 768px) {
  #home #secMembers .textArea .membersList {
    padding: 0;
  }
  #home #secMembers .textArea .membersList ul li {
    flex-basis: 50%;
  }
  #home #secMembers .textArea .membersList ul li figure {
    margin: 10px 10px 30px;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  #home #secMembers .textArea .membersList ul li figure {
    margin: 2px 2px 20px;
  }
}

#home #secNews .container {
  margin-top: 120px;
}

#home #secNews .container .textArea {
  padding: 0;
}

@media (max-width: 768px) {
  #home #secNews .container {
    margin-top: 30px;
  }
  #home #secNews .container .textArea {
    padding: 30px 1.5rem;
    padding-top: 20px;
  }
}

#home #secNews h2 {
  font-family: "Helvetica Neue", "Helvetica", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
  line-height: normal;
}

@media (max-width: 768px) {
  #home #secNews h2 {
    font-size: 1.75rem;
    margin-bottom: 10px;
  }
}

#home #secNews .newsBox .newsTopics {
  flex-direction: row;
}

#home #secNews .newsBox .newsTopics .dateBox {
  font-family: "Helvetica Neue", "Helvetica", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  padding: 6px 0;
  padding-top: 8px;
}

@media (max-width: 768px) {
  #home #secNews .newsBox .newsTopics .dateBox {
    font-size: 0.8125rem;
  }
}

#home #secNews .newsBox .newsTopics .topicBox > a {
  display: block;
  padding-left: 1rem;
  background: url(/common/images/icn_link.png) no-repeat;
  background-position: 0 .7rem;
  background-size: 5px auto;
}

@media (max-width: 768px) {
  #home #secNews .newsBox .newsTopics .topicBox > a {
    font-size: 0.9375rem;
    line-height: 1.5;
    background-position: 0 .3rem;
  }
}

#home #secNews .newsBox .newsTopics .topicBox > span {
  display: block;
  padding-left: 1rem;
}

@media (max-width: 768px) {
  #home #secNews .newsBox .newsTopics {
    flex-direction: column;
    padding: 10px;
  }
  #home #secNews .newsBox .newsTopics .dateBox {
    padding: 0;
  }
  #home #secNews .newsBox .newsTopics .topicBox {
    padding: 0;
    margin-left: 10px;
  }
}

#home #secContact {
  margin: 100px auto;
}

@media (max-width: 768px) {
  #home #secContact {
    margin-top: 30px;
    margin-bottom: 60px;
  }
}

#home #secContact .contactBox {
  width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
}

#home #secContact .contactBox .imgArea {
  padding: 0;
  width: 500px;
}

@media (max-width: 768px) {
  #home #secContact .contactBox .imgArea img {
    width: 100%;
  }
}

#home #secContact .contactBox .btnArea {
  background-color: #ebebe7;
  width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#home #secContact .contactBox .btnArea p {
  font-size: 1.125rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  #home #secContact .contactBox .btnArea p {
    font-size: 0.9375rem;
  }
}

@media (max-width: 768px) {
  #home #secContact .contactBox {
    width: auto;
    padding: 0 1.5rem;
    flex-direction: column;
  }
  #home #secContact .contactBox .imgArea {
    margin: 0;
    width: 100%;
    height: 100%;
  }
  #home #secContact .contactBox .btnArea {
    padding: 30px 1.5rem;
    width: auto;
  }
  #home #secContact .contactBox .btnArea .btnBox {
    width: 100%;
  }
  #home #secContact .contactBox .btnArea .btnBox .btn {
    display: flex;
    justify-content: center;
    white-space: normal;
    word-break: break-all;
    font-size: 0.8125rem;
    padding-right: 10px;
    padding-top: 17px;
    padding-left: 40px;
  }
  #home #secContact .contactBox .btnArea .btnBox .btn::after {
    position: absolute;
    content: "";
    top: 17px;
    left: 7%;
    width: 22px;
    height: 14px;
    margin-top: 2px;
    background: url(/common/images/icn_mail_pc.png) top left no-repeat;
    background-size: 22px auto;
    transition: 0.2s;
  }
  #home #secContact .contactBox .btnArea .btnBox .btn:hover::after {
    position: absolute;
    content: "";
    top: 17px;
    left: 7%;
    width: 22px;
    height: 14px;
    margin-top: 2px;
    background: url(/common/images/icn_mail_sp.png) top left no-repeat;
    background-size: 22px auto;
    transition: 0.2s;
  }
}

/* release専用
==================================================*/
/*==================================================*/
/*-----------------------------------------------*/
/* Release
-----------------------------------------------*/
#release h1 {
  height: 189px;
  width: auto;
  min-width: 1000px;
  background-image: url(/release/images/main_bg_news_pc.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  #release h1 {
    height: 110px;
    min-width: auto;
    background-image: url(/release/images/main_bg_news_sp.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

#release h1 img {
  width: 200px;
  padding-top: 60px;
  padding-left: 60px;
}

@media (max-width: 768px) {
  #release h1 img {
    width: 100px;
    padding-left: 30px;
    padding-top: 40px;
  }
}

#release h1 .h1_ttl {
  width: 1000px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  #release h1 .h1_ttl {
    width: auto;
  }
}

#release .articleHeader {
  background-color: #ebebe7;
}

#release .articleHeader .txtBox {
  padding: 50px 0 60px;
}

@media (max-width: 768px) {
  #release .articleHeader .txtBox {
    padding-top: 30px;
    padding-bottom: 35px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

#release .articleHeader .txtBox .newsDate {
  font-size: 1.125rem;
  font-family: "Helvetica Neue", "Helvetica", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  #release .articleHeader .txtBox .newsDate {
    font-size: 0.9375rem;
    margin-bottom: 5px;
  }
}

#release .articleHeader .txtBox h2 {
  font-size: 2rem;
  line-height: 1.6;
  padding-bottom: 45px;
  border-bottom: 1px dotted #999;
}

@media (max-width: 768px) {
  #release .articleHeader .txtBox h2 {
    font-size: 1.375rem;
    padding-bottom: 30px;
  }
}

#release .articleHeader .txtBox .summary {
  font-size: 1.375rem;
  margin-top: 20px;
  line-height: 1.6;
}

@media (max-width: 768px) {
  #release .articleHeader .txtBox .summary {
    line-height: 1.5;
    font-size: 1.0625rem;
    margin-top: 10px;
  }
}

#release .articleTxt .txtBox {
  padding: 50px 0 110px;
  font-size: 1.125rem;
  line-height: 2.0;
}

@media (max-width: 768px) {
  #release .articleTxt .txtBox {
    padding-top: 25px;
    padding-bottom: 65px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

#release .articleTxt .txtBox p {
  margin-bottom: 40px;
  font-size: 1.125rem;
}

@media (max-width: 768px) {
  #release .articleTxt .txtBox p {
    margin-bottom: 30px;
    font-size: 0.9375rem;
  }
}

#release .btnBox {
  margin-top: 75px;
}

@media (max-width: 768px) {
  #release .btnBox {
    margin-top: 50px;
  }
}

#release .btn {
  display: inline;
  vertical-align: middle;
  margin: 0 auto;
  padding: 0;
  padding-top: 20px;
  min-height: 0;
  height: 65px;
  width: 350px;
}

@media (max-width: 768px) {
  #release .btn {
    width: 100%;
    font-size: 0.9375rem;
    height: 50px;
    padding-top: 15px;
  }
}

#release .btn:after {
  background-image: none;
}

#release .btn:hover:after {
  background-image: none;
}
/*# sourceMappingURL=style.css.map */