@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 14px !important;
  line-height: 1.3em;
  overflow: visible !important; }

body {
  font-weight: 400;
  letter-spacing: 0.6;
  color: #333333;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  word-wrap: break-word;
  background-position: left center;
  overflow-x: hidden;
  background: #fafafa; }

a {
  color: #1111cc !important;
  text-decoration: none; }

.inner {
  max-width: 960px;
  margin: 0 auto; }
  @media screen and (max-width: 1000px) {
    .inner {
      width: 100%;
      margin: 0 auto; } }

#main, #main #col_main {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important; }

#contents_wrap {
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 960px) {
    #contents_wrap {
      width: 100% !important;
      min-width: 100%; } }

#contents {
  padding: 0;
  background: none !important;
  width: 100%; }

@media screen and (max-width: 100%) {
  #main {
    width: 100%; } }

@media screen and (max-width: 100%) {
  #main #col_main {
    width: 100%; } }

@media screen and (max-width: 100%) {
  #side {
    width: 18.75000%; } }

@media screen and (max-width: 100%) {
  #side aside {
    width: 100% !important; } }

.map {
  margin: 56px auto 120px;
  padding: 60px 0; }
  @media screen and (max-width: 1000px) {
    .map {
      width: 90%; } }

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left; }
  @media screen and (max-width: 1000px) {
    .map li {
      text-align: center; } }
  .map li:last-child {
    display: none; }

.map li a {
  color: #333 !important; }

.policy h2 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 25px;
  padding: 0 0 5px; }

.policy p {
  margin: 0 0 20px; }

/*プライバシーポリシーはこちら*/
.contact_txt a {
  color: #e03131 !important;
  font-weight: bold; }

/**/
table {
  table-layout: fixed; }

table td {
  margin-bottom: -1px !important;
  padding: 10px !important; }

.tlauto table {
  table-layout: auto; }

table td img {
  height: auto !important; }

.pdtd10 td {
  padding: 10px !important; }

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line; }

b, strong {
  font-weight: bold; }

u {
  text-decoration: line-through; }

img {
  max-width: 100%;
  height: auto !important; }

small {
  font-size: 80%; }

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3; }

span {
  font-weight: inherit; }

@media screen and (max-width: 1000px) {
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%; }

  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; } }
u {
  text-decoration: underline; }

.borB {
  border-bottom: 1px dashed #333; }

.b {
  font-weight: bold; }

b {
  font-weight: bold; }

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px; }

.inner {
  max-width: 100%;
  width: 960px;
  margin: 0 auto; }

.inner_out {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important; }

a.tel_link {
  pointer-events: none; }
  @media screen and (max-width: 640px) {
    a.tel_link {
      pointer-events: auto; } }

/*blog*/
dl dd {
  text-align: center; }
dl dt {
  text-align: center; }

.date {
  display: block; }

.blog {
  padding: 0 20px; }
  @media screen and (max-width: 1000px) {
    .blog .detail {
      text-align: left !important; } }
  .blog article {
    text-align: center !important;
    margin-bottom: 80px; }
  .blog .translate {
    font-weight: bold; }
  .blog .date {
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold; }
  .blog h2 {
    font-size: 20px;
    letter-spacing: 5px;
    color: #ffffff;
    line-height: 30px;
    position: relative;
    padding: 10px;
    background: #000000;
    box-shadow: 0 0 0 0 #000000, -10px 0 0 0 #000000, 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    width: 40%;
    margin: 0 auto;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 20px; }
    @media screen and (max-width: 1000px) {
      .blog h2 {
        font-size: 18px;
        width: 100%; } }
    .blog h2:before {
      content: " ";
      position: absolute;
      top: 100%;
      left: -10px;
      width: 0;
      height: 0;
      border-width: 0 10px 10px 0;
      border-style: solid;
      border-color: transparent;
      border-right-color: #4f4f4f; }
  .blog a {
    color: #b7975e !important; }
  @media screen and (max-width: 640px) {
    .blog button {
      margin: 10px 0; } }
  .blog #calendar {
    width: 50% !important;
    margin: 0 auto !important; }
    @media screen and (max-width: 640px) {
      .blog #calendar {
        width: 100% !important; } }

/*form*/
.submit {
  max-width: 100%; }

.text {
  text-align: left !important; }

.tel {
  text-align: left !important; }

/*min-width*/
#global_header {
  min-width: 100% !important; }

#global_footer {
  min-width: 100% !important; }

/*パンくず*/
.pankuzu {
  margin-left: 100px;
  margin-bottom: 30px; }
  @media screen and (max-width: 640px) {
    .pankuzu {
      margin-left: 20px;
      margin-bottom: 20px; } }
  .pankuzu ul {
    margin-top: 15px; }
  .pankuzu a {
    color: #8a8a8a !important;
    font-weight: bold; }
  .pankuzu li {
    display: inline-block;
    margin-right: 40px;
    position: relative;
    font-weight: bold; }
    @media screen and (max-width: 468px) {
      .pankuzu li {
        font-size: 13px; } }
    @media screen and (max-width: 640px) {
      .pankuzu li:last-child {
        margin-right: 10px; } }
    .pankuzu li:last-child:after {
      display: none; }
    .pankuzu li:after {
      content: "＞";
      position: absolute;
      right: -25px;
      top: -1px; }

/*プライバシーポリシー*/
.policy_01 {
  margin-bottom: 40px;
  width: 50%;
  margin: 0 auto; }
  @media screen and (max-width: 1000px) {
    .policy_01 {
      width: 90%; } }
  @media screen and (max-width: 640px) {
    .policy_01 {
      width: 100%; } }
  .policy_01 h2 {
    letter-spacing: 5px;
    color: #ffffff;
    line-height: 30px;
    position: relative;
    padding: 10px;
    width: 100%;
    text-align: center !important;
    margin: 0 auto;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px #000 dotted; }
    @media screen and (max-width: 1000px) {
      .policy_01 h2 {
        width: 100%; } }
    @media screen and (max-width: 640px) {
      .policy_01 h2 {
        font-size: 15px;
        width: 90%;
        margin: 0 auto; } }
    .policy_01 h2:before {
      content: " ";
      position: absolute;
      top: 100%;
      left: -10px;
      width: 0;
      height: 0;
      border-width: 0 10px 10px 0;
      border-style: solid;
      border-color: transparent;
      border-right-color: #4f4f4f; }
    .policy_01 h2:after {
      display: none !important; }
    .policy_01 h2:before {
      display: none !important; }

/*お問い合わせ下部テキスト*/
@media screen and (max-width: 640px) {
  .contact_txt {
    text-align: left !important; } }

/*送信完了メッセージ*/
#form_c2 {
  width: 960px !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  margin-top: 60px !important;
  text-align: center !important; }

/*メールフォームレイアウト*/
.style_form {
  text-align: left; }
  @media screen and (max-width: 468px) {
    .style_form {
      text-align: center; } }

/*アンカーリンク調整*/
a.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px; }

/*404*/
.nf_title h1 {
  margin-top: 40px;
  position: relative;
  color: #333333;
  text-shadow: 0 0 2px white;
  font-size: 100px; }
  .nf_title h1:before {
    content: "";
    position: absolute;
    background: #e03131;
    width: 160px;
    height: 159px;
    top: 50%;
    left: 35%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1; }
  @media screen and (max-width: 640px) {
    .nf_title h1 {
      max-width: 100%;
      font-size: 20px; }
      .nf_title h1 span {
        font-size: 80px; } }

.nf_txt {
  color: #555;
  font-weight: bold;
  margin-top: 40px; }
  @media screen and (max-width: 640px) {
    .nf_txt {
      margin-top: 0; } }
  .nf_txt h2 {
    font-size: 19px;
    font-weight: bold;
    border-bottom: none; }
    @media screen and (max-width: 640px) {
      .nf_txt h2 {
        font-size: 17px; } }
  .nf_txt p {
    color: #333333;
    font-weight: bold; }
    @media screen and (max-width: 640px) {
      .nf_txt p {
        font-size: 13px; } }

.nf_btn {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0;
  text-decoration: none;
  color: #e03131;
  text-align: center !important; }
  .nf_btn a {
    color: #e03131 !important;
    font-weight: bold !important;
    text-align: center !important; }
  .nf_btn:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 4px;
    top: 100%;
    left: 0;
    border-radius: 3px;
    background: #e03131;
    transition: .2s; }
  .nf_btn:hover:before {
    top: -webkit-calc(100% - 3px);
    top: calc(100% - 3px); }

/*meanmenu*/
.mean-container .mean-bar {
  padding: 0 !important;
  background: none !important; }

.mean-container .mean-nav {
  margin-top: 0 !important; }

.mean-container .mean-nav ul li a {
  width: 100% !important;
  padding: 1em 0 !important;
  margin: 0; }

/**/
@media screen and (max-width: 640px) {
  #nav_global {
    display: none; } }

#nav_global02 {
  display: none !important; }
  @media screen and (max-width: 640px) {
    #nav_global02 {
      display: block; } }

/*blog*/
.blog article {
  text-align: center; }
  .blog article img {
    max-width: 100%;
    height: auto !important;
    border: 5px #cce299 solid;
    border-radius: 10px;
    width: 30%;
    margin-bottom: 20px; }
    @media screen and (max-width: 1000px) {
      .blog article img {
        width: auto; } }
.blog aside {
  width: 40% !important; }
  @media screen and (max-width: 640px) {
    .blog aside {
      width: 100% !important; } }
.blog .detail {
  text-align: left; }

section div#contents > dl dt span {
  font-size: 20px; }

/*ズームイン*/
#slide_wrapp {
  position: relative;
  overflow: hidden; }
  #slide_wrapp .slide_item {
    opacity: 0;
    transform: scale(1);
    transition: opacity 2s linear, transform 7.5s linear;
    position: relative; }
    #slide_wrapp .slide_item:not(:first-child) {
      position: absolute;
      top: 0;
      left: 0; }
    #slide_wrapp .slide_item.show_ {
      opacity: 1; }
    #slide_wrapp .slide_item.zoom_ {
      transform: scale(1.1); }
    #slide_wrapp .slide_item img {
      display: block; }

/**/
/* 「RightToLeft」の動作内容 */
@keyframes RightToLeft {
  0% {
    opacity: 0;
    /* 透明 */
    transform: translateX(50px);
    /* X軸方向に50px */ }
  100% {
    opacity: 1;
    /* 不透明 */
    transform: translateX(0); } }
@keyframes LeftToRight {
  0% {
    opacity: 0;
    /* 透明 */
    transform: translateX(-50px);
    /* X軸方向に-50px */ }
  100% {
    opacity: 1;
    /* 不透明 */
    transform: translateX(0); } }
@keyframes SlideDown {
  0% {
    opacity: 0;
    /* 透明 */
    transform: translateY(-50px);
    /* Y軸方向に-50px */ }
  100% {
    opacity: 1;
    /* 不透明 */
    transform: translateX(0); } }
@keyframes SlideUp {
  0% {
    opacity: 0;
    /* 透明 */
    transform: translateY(100px);
    /* Y軸方向に50px */ }
  100% {
    opacity: 1;
    /* 不透明 */
    transform: translateX(0); } }
/* 「RightToLeft」を適用する箇所 */
h1 {
  animation-duration: 2s;
  /* アニメーション時間 */
  animation-name: RightToLeft;
  /* アニメーション名 */ }

/**/
/*マージン*/
.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.mb40 {
  margin-bottom: 40px; }

.mb50 {
  margin-bottom: 50px; }

.mb60 {
  margin-bottom: 60px; }

td {
  border: none !important; }

/*nav*/
@media screen and (max-width: 960px) {
  #nav_global {
    display: none !important; } }

#nav_global02 {
  display: none; }
  @media screen and (max-width: 960px) {
    #nav_global02 {
      display: block; } }

a:hover {
  opacity: 0.6;
  transition: 1s; }

/*ふわっとJS*/
.fadeInDown {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  visibility: visible !important; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
header#global_header {
  max-width: 100%; }

#header {
  position: relative;
  padding: 60px 0px;
  background: #fff !important; }
  #header .header_container {
    display: flex; }
    @media screen and (max-width: 640px) {
      #header .header_container {
        justify-content: center; } }
    @media screen and (max-width: 468px) {
      #header .header_container {
        margin-top: 10px; } }
    #header .header_container .col_01 .h_logo {
      position: absolute;
      left: 10px;
      top: 10px; }
      @media screen and (max-width: 1000px) {
        #header .header_container .col_01 .h_logo {
          top: 10px;
          width: 33vw; } }
      @media screen and (max-width: 640px) {
        #header .header_container .col_01 .h_logo {
          top: 10px;
          width: 40%;
          margin: 0 auto;
          text-align: center;
          left: 0;
          right: 0; } }
      @media screen and (max-width: 468px) {
        #header .header_container .col_01 .h_logo {
          width: 60%; } }
    #header .header_container .col_02 {
      display: flex;
      position: absolute;
      right: 10px;
      top: 10px; }
      @media screen and (max-width: 1000px) {
        #header .header_container .col_02 {
          top: 35px; } }
      @media screen and (max-width: 468px) {
        #header .header_container .col_02 {
          top: 50px; } }
      @media screen and (max-width: 1000px) {
        #header .header_container .col_02 .h_contact {
          width: 30vw;
          margin-top: 15px; } }
      @media screen and (max-width: 468px) {
        #header .header_container .col_02 .h_contact {
          width: 45vw; } }
      #header .header_container .col_02 .h_tel {
        margin-right: 30px;
        margin-top: 10px;
        text-align: right; }
        @media screen and (max-width: 1000px) {
          #header .header_container .col_02 .h_tel {
            margin-right: 10px;
            font-size: 14px; } }
        @media screen and (max-width: 468px) {
          #header .header_container .col_02 .h_tel {
            margin-right: 15px; } }
        #header .header_container .col_02 .h_tel a {
          color: #111 !important;
          font-weight: bold;
          font-size: 24px;
          position: relative; }
          @media screen and (max-width: 640px) {
            #header .header_container .col_02 .h_tel a {
              font-size: 20px; } }
          #header .header_container .col_02 .h_tel a:before {
            content: url(../images/common/phone_icon.png);
            position: absolute;
            left: -40px;
            top: 0; }
        #header .header_container .col_02 .h_tel p {
          color: #111;
          font-weight: 500; }

#nav_global {
  width: 100%;
  background: #fff; }
  #nav_global ul {
    width: 960px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    #nav_global ul li {
      flex-grow: 1; }
      #nav_global ul li a {
        color: #111 !important;
        font-size: 18px;
        font-weight: bold; }

#mainArea img {
  width: 100%;
  height: 550px !important;
  object-fit: cover;
  font-family: "object-fit: cover;"; }
  @media screen and (max-width: 1366px) {
    #mainArea img {
      height: 450px !important; } }
  @media screen and (max-width: 1000px) {
    #mainArea img {
      height: 290px !important; } }
  @media screen and (max-width: 640px) {
    #mainArea img {
      height: 250px !important; } }
#mainArea .main_01 .top_msg {
  bottom: 30px;
  right: 30px; }
  @media screen and (max-width: 1000px) {
    #mainArea .main_01 .top_msg {
      bottom: 10px;
      right: 20px; } }
#mainArea .main_02 .top_msg {
  left: 30px;
  bottom: 30px; }
  @media screen and (max-width: 1000px) {
    #mainArea .main_02 .top_msg {
      bottom: 10px;
      left: 20px; } }
#mainArea .main_03 img {
  object-position: top; }
#mainArea .main_03 .top_msg {
  left: 30px;
  bottom: 30px; }
  @media screen and (max-width: 1000px) {
    #mainArea .main_03 .top_msg {
      bottom: 10px;
      left: 20px; } }
#mainArea .main_04 .top_msg {
  bottom: 30px;
  right: 30px; }
  @media screen and (max-width: 1000px) {
    #mainArea .main_04 .top_msg {
      bottom: 10px;
      right: 20px; } }
#mainArea .top_msg {
  position: absolute;
  border-radius: 50%;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.8);
  padding: 50px 25px; }
  @media screen and (max-width: 1000px) {
    #mainArea .top_msg {
      padding: 40px 10px; } }
  @media screen and (max-width: 768px) {
    #mainArea .top_msg {
      padding: 35px 5px; } }
  @media screen and (max-width: 640px) {
    #mainArea .top_msg {
      position: static;
      padding: 0;
      margin-top: 20px; } }
  @media screen and (max-width: 468px) {
    #mainArea .top_msg {
      margin-top: 30px; } }
  #mainArea .top_msg span {
    color: #e03131;
    font-size: 40px;
    position: relative; }
    @media screen and (max-width: 1366px) {
      #mainArea .top_msg span {
        font-size: 36px; } }
    @media screen and (max-width: 1000px) {
      #mainArea .top_msg span {
        font-size: 30px; } }
    @media screen and (max-width: 768px) {
      #mainArea .top_msg span {
        font-size: 22px; } }
    @media screen and (max-width: 640px) {
      #mainArea .top_msg span {
        font-size: 26px; } }
    #mainArea .top_msg span:after {
      content: url(../images/home/b_border.png);
      position: absolute;
      top: 20px;
      left: 0;
      right: 0; }
  #mainArea .top_msg p {
    font-weight: bold;
    margin-top: 20px;
    font-size: 20px; }
    @media screen and (max-width: 1000px) {
      #mainArea .top_msg p {
        font-size: 16px; } }
    @media screen and (max-width: 768px) {
      #mainArea .top_msg p {
        font-size: 12px; } }
    @media screen and (max-width: 640px) {
      #mainArea .top_msg p {
        font-size: 14px;
        margin-top: 30px; } }

@media screen and (max-width: 640px) {
  .col_02 {
    display: none !important; } }

.col_02sp {
  display: none; }
  @media screen and (max-width: 640px) {
    .col_02sp {
      display: block;
      position: relative;
      margin-top: 10px; } }
  .col_02sp .h_tel {
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    border: 3px #ed1c23 solid; }
    .col_02sp .h_tel p {
      float: right;
      padding-top: 5px;
      padding-left: 5px;
      font-weight: bold;
      font-size: 14px;
      color: #111 !important; }
  .col_02sp .h_contact {
    background: #111;
    display: inline-block;
    position: absolute;
    left: 0;
    margin-top: 5px; }

#footer {
  background: #fff; }

footer#global_footer {
  background-color: #fff !important; }

.footer_container {
  position: relative;
  margin-bottom: 20px;
  display: flex; }
  @media screen and (max-width: 468px) {
    .footer_container .col_03 {
      padding-bottom: 50px;
      padding-left: 20px;
      width: 240px; } }
  .footer_container .col_03 p {
    text-align: left;
    margin-left: 30px;
    display: inline-block;
    font-weight: 500;
    font-size: 12px; }
    @media screen and (max-width: 640px) {
      .footer_container .col_03 p {
        margin-left: 10px; } }
  .footer_container .col_04 {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    position: relative; }
    .footer_container .col_04 .nav_footer {
      position: absolute;
      left: 30%;
      letter-spacing: 3px;
      display: flex;
      align-items: flex-start;
      margin-top: 60px; }
      @media screen and (max-width: 1000px) {
        .footer_container .col_04 .nav_footer {
          left: 30%; } }
      @media screen and (max-width: 768px) {
        .footer_container .col_04 .nav_footer {
          left: 25%; } }
      @media screen and (max-width: 640px) {
        .footer_container .col_04 .nav_footer {
          margin-top: 30px;
          top: -30px;
          left: 20%; } }
      @media screen and (max-width: 468px) {
        .footer_container .col_04 .nav_footer {
          margin-top: 0;
          left: 15%; } }
      .footer_container .col_04 .nav_footer li {
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl; }
        .footer_container .col_04 .nav_footer li a {
          color: #111 !important;
          position: relative;
          font-weight: bold; }
          .footer_container .col_04 .nav_footer li a:before {
            content: "■";
            color: #e03131;
            position: absolute;
            top: -20px; }
  .footer_container .f_menu {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: left; }
    @media screen and (max-width: 1000px) {
      .footer_container .f_menu {
        right: 30px; } }
    .footer_container .f_menu a {
      font-size: 13px;
      color: #111 !important;
      position: relative; }
      .footer_container .f_menu a:before {
        content: "■";
        color: #111;
        position: absolute;
        left: -20px;
        top: 0; }

#copyright {
  background-color: #e03131; }
  #copyright small {
    color: #111; }

#contents_wrap {
  padding-bottom: 100px;
  background: #fff !important; }
  @media screen and (max-width: 640px) {
    #contents_wrap {
      padding: 0 10px; } }
  @media screen and (max-width: 640px) {
    #contents_wrap {
      margin-bottom: 80px; } }

body {
  font-weight: 600;
  background: #fff !important; }

/* home */
.contents_h1 {
  margin-top: 40px;
  background: #eee;
  padding: 20px 100px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
  @media screen and (max-width: 1600px) {
    .contents_h1 {
      padding: 20px 40px; } }
  @media screen and (max-width: 1000px) {
    .contents_h1 {
      padding: 20px 10px; } }
  .contents_h1 h1 {
    font-size: 30px;
    font-weight: bold; }
    @media screen and (max-width: 1450px) {
      .contents_h1 h1 {
        font-size: 26px; } }
    @media screen and (max-width: 1250px) {
      .contents_h1 h1 {
        font-size: 22px; } }
    @media screen and (max-width: 1120px) {
      .contents_h1 h1 {
        font-size: 20px; } }
    @media screen and (max-width: 468px) {
      .contents_h1 h1 {
        font-size: 18px; } }
    .contents_h1 h1 .red {
      color: #e03131;
      font-size: 40px; }
      @media screen and (max-width: 1450px) {
        .contents_h1 h1 .red {
          font-size: 36px; } }
      @media screen and (max-width: 468px) {
        .contents_h1 h1 .red {
          font-size: 24px; } }
    @media screen and (max-width: 640px) {
      .contents_h1 h1 .db {
        display: block; } }
  @media screen and (max-width: 1000px) {
    .contents_h1 td {
      display: block; } }
  .contents_h1 td:nth-child(odd) {
    width: 70%; }
    @media screen and (max-width: 1000px) {
      .contents_h1 td:nth-child(odd) {
        width: 100%; } }
  .contents_h1 p {
    width: 89%;
    max-width: 100%; }
    @media screen and (max-width: 1000px) {
      .contents_h1 p {
        width: 100%; } }
  .contents_h1 img {
    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.3); }
  .contents_h1 .p_btn {
    margin-bottom: 10px; }
  @media screen and (max-width: 640px) {
    .contents_h1 .sp_txt {
      text-align: center !important; } }

.p_btn {
  background-color: #e03131;
  height: 60px;
  line-height: 60px;
  border-left: 10px solid #111;
  font-size: 30px;
  display: block;
  width: 450px;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
  color: #fff;
  border-radius: 5px;
  position: relative;
  padding-right: 10px; }
  @media screen and (max-width: 1000px) {
    .p_btn {
      margin-top: 10px; } }
  @media screen and (max-width: 468px) {
    .p_btn {
      width: 100%;
      font-size: 20px; } }
  .p_btn:hover {
    opacity: 0.6;
    transition: 1s; }
  .p_btn:after {
    content: url(../images/home/w_yajirushi.png);
    position: absolute;
    top: 5px;
    bottom: 0;
    right: 15px; }
    @media screen and (max-width: 468px) {
      .p_btn:after {
        display: none; } }

.contents_h2 {
  margin-top: 60px; }
  @media screen and (max-width: 768px) {
    .contents_h2 {
      margin-top: 60px;
      text-align: left !important;
      padding: 0 10px; } }
  .contents_h2 h2 {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 26px;
    margin-bottom: 40px;
    font-weight: bold;
    color: #111;
    letter-spacing: 5px;
    position: relative; }
    @media screen and (max-width: 1450px) {
      .contents_h2 h2 {
        font-size: 22px; } }
    @media screen and (max-width: 1000px) {
      .contents_h2 h2 {
        text-align: center; } }
    @media screen and (max-width: 640px) {
      .contents_h2 h2 {
        text-align: center;
        letter-spacing: 0;
        font-size: 20px; } }
    @media screen and (max-width: 468px) {
      .contents_h2 h2 {
        font-size: 18px; } }
    .contents_h2 h2 .red {
      color: #e03131;
      font-size: 36px; }
      @media screen and (max-width: 1450px) {
        .contents_h2 h2 .red {
          font-size: 32px; } }
      @media screen and (max-width: 640px) {
        .contents_h2 h2 .red {
          font-size: 26px; } }
      @media screen and (max-width: 468px) {
        .contents_h2 h2 .red {
          font-size: 22px; } }
    .contents_h2 h2:after {
      content: url(../images/home/yajirushi_icon.png);
      position: absolute;
      top: 20px;
      left: 0;
      right: 0; }
      @media screen and (max-width: 767px) {
        .contents_h2 h2:after {
          display: none; } }
    .contents_h2 h2:before {
      display: none; }
      @media screen and (max-width: 767px) {
        .contents_h2 h2:before {
          display: block;
          position: absolute;
          top: 30px;
          left: -50px;
          right: 0;
          content: url(../images/home/yajirushi_icon_sp.png); } }
      @media screen and (max-width: 468px) {
        .contents_h2 h2:before {
          top: 20px;
          left: -10px; } }

.reason_h3 {
  width: 80%;
  margin: 0 auto; }
  @media screen and (max-width: 1660px) {
    .reason_h3 {
      width: 100%; } }
  @media screen and (max-width: 1000px) {
    .reason_h3 {
      padding: 0;
      width: 100%; } }
  .reason_h3 td {
    text-align: center !important; }
    @media screen and (max-width: 1240px) {
      .reason_h3 td {
        display: block; } }
  .reason_h3 h3 {
    background-color: #111;
    padding: 0;
    width: 26vw;
    max-width: 100%;
    margin: 0 auto;
    color: #fff;
    font-weight: bold;
    position: relative;
    height: 30px;
    line-height: 35px;
    font-size: 0.9em; }
    @media screen and (max-width: 1660px) {
      .reason_h3 h3 {
        width: 30vw; } }
    @media screen and (max-width: 1400px) {
      .reason_h3 h3 {
        font-size: 0.8em; } }
    @media screen and (max-width: 1240px) {
      .reason_h3 h3 {
        width: 80%; } }
    @media screen and (max-width: 640px) {
      .reason_h3 h3 {
        width: 100%; } }
    .reason_h3 h3:after {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -15px;
      border: 15px solid transparent;
      border-top: 15px solid #111; }
  .reason_h3 p {
    text-align: left !important;
    width: 26vw;
    max-width: 100%;
    margin: 0 auto;
    height: 150px;
    border: 5px solid #111;
    position: relative;
    top: -25px;
    padding: 35px 10px 0;
    font-size: 0.8em;
    font-weight: 600; }
    @media screen and (max-width: 1660px) {
      .reason_h3 p {
        width: 30vw; } }
    @media screen and (max-width: 1240px) {
      .reason_h3 p {
        width: 80%;
        padding: 20px 10px 0;
        height: 100px; } }
    @media screen and (max-width: 640px) {
      .reason_h3 p {
        width: 100%; } }
    @media screen and (max-width: 468px) {
      .reason_h3 p {
        padding: 25px 10px 0;
        height: 150px;
        font-size: 0.9em; } }
  .reason_h3 img {
    margin-bottom: 30px;
    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.3); }

.home_btn {
  width: 80%;
  margin: 0 auto; }
  @media screen and (max-width: 1000px) {
    .home_btn {
      padding: 0;
      width: 100%; } }
  .home_btn td {
    text-align: center !important; }
    @media screen and (max-width: 1000px) {
      .home_btn td {
        padding: 0 !important; } }
    @media screen and (max-width: 640px) {
      .home_btn td {
        display: block; } }
  .home_btn .h_btn {
    position: relative; }
    .home_btn .h_btn h3 {
      text-align: center;
      position: absolute;
      top: 35%;
      margin: 0 auto;
      text-align: center;
      left: 0;
      right: 0;
      font-size: 2vw;
      font-weight: bold;
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      text-shadow: 0 0 10px #fff,0 0 15px #fff; }
      @media screen and (max-width: 640px) {
        .home_btn .h_btn h3 {
          font-size: 2em; } }
      .home_btn .h_btn h3:before {
        content: url(../images/contents/red_bar.png);
        position: absolute;
        left: 0;
        right: 0;
        top: 40%; }
    .home_btn .h_btn img {
      position: relative; }
    .home_btn .h_btn a {
      color: #111 !important;
      display: block; }

.contact_h2 {
  margin-top: 60px;
  padding: 100px 0; }
  .contact_h2 h2 {
    max-width: 100%;
    width: 960px;
    margin: 0 auto;
    background-color: #111;
    opacity: 0.7;
    font-size: 60px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #fff;
    height: 200px;
    padding: 10px 0 30px;
    position: relative; }
    @media screen and (max-width: 640px) {
      .contact_h2 h2 {
        font-size: 40px;
        padding: 40px 0 0; } }
    @media screen and (max-width: 468px) {
      .contact_h2 h2 {
        font-size: 30px; } }
    .contact_h2 h2:hover {
      opacity: 1;
      transition: 1s; }
    .contact_h2 h2:after {
      content: url(../images/contents/red_bar.png);
      position: absolute;
      left: 0;
      right: 0;
      top: 50%; }
      @media screen and (max-width: 468px) {
        .contact_h2 h2:after {
          top: 60%; } }
    .contact_h2 h2 span {
      display: block;
      font-size: 24px; }

.news_scroll {
  border: 1px solid #111;
  height: 300px;
  overflow: auto;
  width: 90%;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px; }
  @media screen and (max-width: 1000px) {
    .news_scroll {
      padding: 20px 0px; } }
  .news_scroll .n_contents {
    width: 80%;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 30px; }
    .news_scroll .n_contents .n_txt {
      width: 70%;
      font-weight: 600;
      border-bottom: 1px solid #111 !important;
      padding-bottom: 20px; }
      @media screen and (max-width: 640px) {
        .news_scroll .n_contents .n_txt {
          width: 100%; } }
    .news_scroll .n_contents .n_date {
      background-color: #e03131;
      color: #fff;
      display: inline-block;
      width: 50%;
      text-align: center !important;
      font-weight: bold;
      border-radius: 5px;
      padding: 5px !important; }
      @media screen and (max-width: 1000px) {
        .news_scroll .n_contents .n_date {
          width: 70%; } }
      @media screen and (max-width: 640px) {
        .news_scroll .n_contents .n_date {
          display: inline-block;
          width: auto; } }
  @media screen and (max-width: 640px) {
    .news_scroll td {
      display: block;
      width: 100%;
      margin: 0 auto; } }

.map {
  padding: 0;
  width: 80%;
  margin: 0 auto; }
  @media screen and (max-width: 1000px) {
    .map {
      padding: 0; } }
  @media screen and (max-width: 640px) {
    .map {
      width: 100%; } }
  .map iframe {
    width: 100%;
    max-width: 100%;
    margin: 0 auto; }
    @media screen and (max-width: 640px) {
      .map iframe {
        height: auto; } }

/*事務所概要*/
@media screen and (max-width: 640px) {
  .contents_h102 {
    text-align: left !important; } }

.contents_h102 h1 {
  position: relative;
  padding: 0.5em;
  background: #111;
  color: white;
  width: 50%;
  margin: 0 auto;
  font-size: 30px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center !important; }
  @media screen and (max-width: 640px) {
    .contents_h102 h1 {
      width: 100%;
      padding: 0; } }

.contents_h102 h1::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #555; }

.p_contents {
  margin: 0 auto;
  margin-top: 60px;
  padding: 20px 0;
  width: 80%;
  background-color: #eee; }
  @media screen and (max-width: 640px) {
    .p_contents {
      width: 100%; } }
  .p_contents img {
    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.3); }
  @media screen and (max-width: 1000px) {
    .p_contents td {
      display: block; } }
  .p_contents td:nth-child(odd) {
    padding-left: 60px !important; }
    @media screen and (max-width: 1000px) {
      .p_contents td:nth-child(odd) {
        padding-left: 20px !important; } }
  .p_contents td:nth-child(even) {
    width: 30%; }
    @media screen and (max-width: 1000px) {
      .p_contents td:nth-child(even) {
        width: 40%;
        margin: 0 auto; } }
  .p_contents .p_name {
    font-size: 24px;
    font-weight: bold;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    margin-bottom: 30px;
    position: relative;
    padding: 0.25em 0;
    color: #111;
    margin-left: 70px; }
    @media screen and (max-width: 468px) {
      .p_contents .p_name {
        font-size: 18px;
        margin-left: 40px;
        padding-bottom: 50px; } }
    .p_contents .p_name:after {
      content: "";
      display: block;
      height: 4px;
      background: -webkit-linear-gradient(to right, #e65a5a, transparent);
      background: linear-gradient(to right, #e65a5a, transparent); }
    .p_contents .p_name:before {
      content: "";
      background: url(../images/contents/wing.png);
      position: absolute;
      width: 48px;
      height: 48px;
      left: -60px;
      top: -10px; }
      @media screen and (max-width: 468px) {
        .p_contents .p_name:before {
          top: -15px; } }

.about_tbl {
  width: 60% !important;
  margin: 0 auto;
  margin-top: 60px; }
  @media screen and (max-width: 1000px) {
    .about_tbl {
      width: 90% !important; } }
  .about_tbl td {
    padding: 0 !important; }
    @media screen and (max-width: 640px) {
      .about_tbl td {
        display: block; } }
  .about_tbl .tbl_left {
    width: 30%;
    height: 77px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 600; }
    @media screen and (max-width: 640px) {
      .about_tbl .tbl_left {
        height: 40px;
        line-height: 40px;
        width: 100%; } }
  .about_tbl .tbl_right {
    text-align: left;
    padding-left: 60px !important; }
    @media screen and (max-width: 640px) {
      .about_tbl .tbl_right {
        text-align: center;
        padding: 30px !important;
        width: 100%; } }

/*テーブルデザイン*/
.about_tbl {
  width: 100%;
  border-collapse: collapse; }

.about_tbl tr {
  border-bottom: solid 2px white; }

.about_tbl tr:last-child {
  border-bottom: none; }

.tbl_left {
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #e03131;
  color: white;
  text-align: center;
  padding: 10px 0; }

.tbl_left:after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: calc(40px - 10px);
  right: -10px;
  border-left: 10px solid #e03131;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; }
  @media screen and (max-width: 640px) {
    .tbl_left:after {
      position: absolute;
      content: '';
      top: 100%;
      left: 0;
      right: 0;
      margin: 0 auto;
      border: 15px solid transparent;
      border-top: 15px solid #e03232;
      width: 0;
      height: 0; } }

.tbl_right {
  text-align: left;
  width: 70%;
  text-align: center;
  background-color: #eee;
  padding: 10px 0; }

/**/
.souzoku_tbl {
  width: 90%;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 60px; }
  @media screen and (max-width: 768px) {
    .souzoku_tbl {
      width: 100%; } }
  @media screen and (max-width: 640px) {
    .souzoku_tbl tr {
      display: flex;
      flex-direction: column-reverse; } }
  .souzoku_tbl td {
    padding: 20px !important; }
    @media screen and (max-width: 1000px) {
      .souzoku_tbl td {
        display: block; } }
    .souzoku_tbl td:nth-child(odd) {
      text-align: center !important; }
  .souzoku_tbl p {
    font-weight: 600;
    position: relative;
    padding-left: 5% !important; }
    @media screen and (max-width: 468px) {
      .souzoku_tbl p {
        padding-left: 8% !important; } }
    .souzoku_tbl p:before {
      content: url(../images/contents/r_check16.png);
      position: absolute;
      top: 0;
      left: 0; }
  .souzoku_tbl h3 {
    position: relative;
    padding: 5px 5px 5px 42px;
    background: linear-gradient(100deg, #e03131 50%, #fff);
    font-size: 20px;
    color: white;
    margin-left: -33px;
    line-height: 1.3;
    z-index: -1;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
    .souzoku_tbl h3:before {
      position: absolute;
      content: '';
      left: -2px;
      top: -2px;
      border: none;
      border-left: solid 40px white;
      border-bottom: solid 79px transparent;
      z-index: -2; }
  .souzoku_tbl img {
    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.3); }

.other tr {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center; }
.other td {
  display: block; }
  .other td:nth-child(even) {
    padding-bottom: 40px !important; }
.other p {
  padding-left: 0 !important; }
  .other p:before {
    display: none !important; }

/* title */
