@charset "UTF-8";
@import url("https://use.typekit.net/myo6ski.css");
@import url("https://use.typekit.net/lrl3gol.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900|Roboto:100,300,400,500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Dancing+Script|Rouge+Script&display=swap");
/* @import "_vars.scss"; */
/* font */
/* width */
/* color */
/* mixin */
/* @include circle; */
/* @include absPosition(5px, 20px, 10px, 15px); */
/*
a{
     @include linkColor(#3cf);
}
*/
/* @include bg-gradient; */
/*サイトのメインカラー*/
/*@mixin
---------------------------------------------------------
  _clearfix.scss
--------------------------------------------------------
  Use @include clearfix(); in your CSS
--------------------------------------------------------- */
/**
  @breakpoints mixin (PC-first)
-----------------------------------------------------

-----------------------------------------------------  */
/**
  @bgimg.scss bgimg 
--------------------------------------------------------
  Use @include bgimg(); in your CSS
--------------------------------------------------------- */
/**
  @fonts.scss fonts 
--------------------------------------------------------
@include sec-read(); 
@include base-text($size); 

in your CSS
--------------------------------------------------------- */
/**

  @mixin
---------------------------------------------------------
  _clearfix.scss
--------------------------------------------------------
  Use @include clearfix(); in your CSS
--------------------------------------------------------- */
/**
  @breakpoints mixin
-----------------------------------------------------
@include for-size(phone-only){}
@include for-size(tablet-portrait-up){}
@include for-size(tablet-landscape-up){}
@include for-size(desktop){}
@include for-size(desktop-up){}
-----------------------------------------------------  
@mixin for-size($size) {
  @if $size == phone-only {//スマホオンリー
    @media all and  (max-width: 640px) { @content; }
  } @else if $size == tablet-portrait-up {
    @media all and  (min-width: 639px) { @content; }
  } @else if $size == tablet-landscape-up {
    @media all and  (min-width: 885px) { @content; }
  }  @else if $size == desktop { 
    @media all and  (min-width: 1000px) { @content; }
  }  @else if $size == desktop-up { 
    @media all and  (min-width: 1300px) { @content; }
  } 
}*/
/**
  @breakpoints mixin (PC-first)
-----------------------------------------------------

-----------------------------------------------------  */
/**
  @bgimg.scss bgimg 
--------------------------------------------------------
  Use @include bgimg(); in your CSS
--------------------------------------------------------- */
/**
  @fonts.scss fonts 
--------------------------------------------------------
@include sec-read(); 
@include base-text($size); 

@include base-text_2($size); 

@include base-text_en($size); 


in your CSS
--------------------------------------------------------- */
/**
  @align-height
--------------------------------------------------------
@include align-height(); in your CSS
--------------------------------------------------------- */
/**
  @link_button
--------------------------------------------------------
@include link_button($width,$SP_width); in your CSS
--------------------------------------------------------- */
/*----------------------------------------------------
レイアウトのみ
-------------------------------------------------------*/
.innerA {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.innerA .left_s {
  width: 30%;
  float: left;
}
.innerA .right_l {
  width: 66%;
  float: left;
  margin-left: 4%;
}

/*----------------------------------------------------
レイアウトのみ
-------------------------------------------------------*/
.innerB {
  display: table;
  width: 100%;
  table-layout: fixed;
}
@media all and (max-width: 639px) {
  .innerB {
    display: block;
  }
}
.innerB .left, .innerB .right {
  width: 48%;
  float: left;
}
@media all and (max-width: 639px) {
  .innerB .left, .innerB .right {
    width: 100%;
    float: none;
  }
}
.innerB .right {
  margin-left: 4%;
}
@media all and (max-width: 639px) {
  .innerB .right {
    margin-left: 0;
    margin-top: 15px;
  }
}
.innerB .left_s {
  width: 30%;
  float: left;
}
@media all and (max-width: 639px) {
  .innerB .left_s {
    width: 100%;
    float: none;
  }
}
.innerB .right_l {
  width: 66%;
  float: left;
  margin-left: 4%;
}
.innerB .right_l strong {
  font-weight: 800;
}
@media all and (max-width: 639px) {
  .innerB .right_l {
    margin-left: 0;
    margin-top: 15px;
    width: 100%;
    float: none;
  }
}

.innerC {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.innerC .left, .innerC .right {
  width: 48%;
  float: left;
}
.innerC .right {
  margin-left: 4%;
}
.innerC .left_s {
  width: 30%;
  float: left;
}
.innerC .right_l {
  width: 66%;
  float: left;
  margin-left: 4%;
}

/*-----------------------------------------------------------------------------
ぶろぐ
<section id="entry" class="common_page__sec">
 <div class="single">
 <div class="nakaA">
  <h3>新着情報</h3>
  <div class="entry__cotent">
   <p class="data"><span>2018.09.20</span></p>
   <p class="entry__title">
   タイトルホームページを公開致しました</p>

   <div class="entry__cotent__text">
   本文ホームページを公開致しました</div>
   </div>
  </div>
 </div>
</section>
--------------------------------------------------------------------------------*/
#entry {
  padding-bottom: 80px;
}
#entry .entry__cotent {
  background: #fff;
  padding: 30px;
  font-family: "YakuHanJP", "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media all and (max-width: 769px) {
  #entry .entry__cotent {
    padding: 15px;
  }
}
#entry .entry__cotent .data span {
  background: #f2f2f1;
  padding: 0.3em 0.5em;
}
#entry .entry__cotent .page_sec_title {
  margin: 10px 0;
  border-bottom: 1px solid #F29605;
}
@media all and (max-width: 769px) {
  #entry .entry__cotent .entry__cotent__text {
    font-size: 14px;
  }
}

/*--------------------------------------------------------------
下層ページ　ページ看板共通
ページ共通
<div id="page_top">
    <div class="box">
     <div class="nakaA">
      <h2 class="page__title">
       会社概要
       <span>Company</span>
      </h2>
     </div>
    </div>
   </div>

#page_top{
 @include page_top();
}
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
下層ページ　コンテンツレイアウト(左右半々)
ページ共通
----HTML---------------------------------------------------------------
<div class="listA">
 <div class="listA__item">
  <div class="listA__item__inner">
   <div class="listA__item__inner__left">
    <img src="https://placehold.jp/150x150.png" alt="">
   </div>
   <div class="listA__item__inner__right">
    <p class="listA__item__read">
     タイトル
    </p>
    <p class="listA__item__text">
     本文
    </p>
   </div>
  </div>
 </div>
 <div class="listA__item">
  <div class="listA__item__inner">
   <div class="listA__item__inner__left">
    <img class="_sp" src="https://placehold.jp/150x150.png" alt="">
    <p class="listA__item__read">
     タイトル
    </p>
    <p class="listA__item__text">
     本文
    </p>
   </div>
   <div class="listA__item__inner__right">
    <img src="https://placehold.jp/150x150.png" alt="">
   </div>
  </div>
 </div>
</div>
-----css--------------------------------------------------------------
.listA{
 @include sec_content_listA();
}
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
下層ページ　ページ看板共通
ページ共通
<div id="page_top">
    <div class="box">
     <div class="nakaA">
      <h2 class="page__title">
       会社概要
       <span>Company</span>
      </h2>
     </div>
    </div>
   </div>

#page_top{
 @include page_top();
}
-------------------------------------------------------------------*/
/*------------------------------------------------------
下層ページパンくず共通
<div id="pankuzu_list">
    <div class="box">
     <div class="nakaA">
      <ul>
       <li>
        <a href="">TOP</a>
       </li>
       <li>会社概要</li>
      </ul>
     </div>
    </div>
   </div>

#pankuzu_list{
 @include pankuzu_list();
}
 in your CSS
-------------------------------------------------*/
html {
  height: 100%;
  font-size: 62.5%;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  width: 100%;
  height: 100%;
  color: #111;
  font-size: 1.7rem;
  *font-size: small;
  *font: x-small;
  line-height: 1.8;
  margin: 0 auto;
  background: #fff;
}

img {
  width: 100%;
}

#body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.5rem;
  background: #fff;
}

#page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

a:link, a:visited, a:hover {
  color: #E6001A;
  text-decoration: none;
}

.tbox {
  border: 2px solid #E6001A;
  padding: 15px;
  width: calc(100% - 34px);
}

.sign_ttl {
  border-bottom: 1px solid #111;
  font-size: 1.5rem;
  padding: 5px 0;
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
}

.top_bg01 {
  background: url("../img/top_bg01.png") no-repeat center top;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
.top_bg01 section {
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .top_bg01 {
    margin-bottom: 0px;
    padding-bottom: 40px;
  }
}

.infiniteslide1 {
  height: 200px !important;
  overflow: hidden;
  border-top: 3px solid #aaa;
  border-bottom: 3px solid #aaa;
}
.infiniteslide1 li img {
  height: 200px !important;
}
@media screen and (max-width: 768px) {
  .infiniteslide1 {
    height: 100px;
  }
  .infiniteslide1 img {
    height: 100px;
  }
}

.nbl {
  overflow: hidden;
}
.nbl dt {
  float: left;
  width: 7em;
  padding: 3px 5px;
  line-height: 1.3;
  color: #fff;
  background: #E6001A;
  text-align: center;
  margin: 0px 0;
}

.grid .nbl dt {
  width: 4em;
}
.grid .nbl dd {
  padding-left: 6em;
}

.nbl dd {
  padding-left: 9em;
  padding-top: 0px;
  padding-bottom: 10px;
  line-height: 1.6;
  border-bottom: dotted 1px #aaa;
  margin: 0px 0 10px;
}
.nbl dd:last-child {
  /* 	border-bottom:0px;
  */
}

.gallery {
  background: #f2f2f2;
  width: 100%;
  height: 200px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  margin-bottom: 10px;
}

.grid {
  position: relative;
  margin: 0 0 30px !important;
  padding: 0 !important;
  width: 100% !important;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.grid-item {
  /*アニメーション*/
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: calc(33% - 30px) !important;
  font-size: 12px;
  background: #fff;
  padding: 10px 10px 10px;
  margin-left: 5px;
  margin-right: 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 0px 1px;
          box-shadow: rgba(0, 0, 0, 0.3) 0 0 0px 1px;
}
.grid-item a {
  display: block;
  text-align: center;
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
  overflow: hidden;
  background-color: #fff;
  background-image: url(../img/pgb.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 1px 1px;
          box-shadow: rgba(0, 0, 0, 0.4) 0 0 1px 1px;
}
.grid-item * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.grid-item h5 {
  font-size: 1.6rem;
  text-align: center;
  color: #E6001A;
}
.grid-item p {
  line-height: 1.6em;
  font-size: 13px;
}
.grid-item img {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
}
.grid-item a:hover img {
  opacity: 0.1;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.split_bx {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("../img/bg_top.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
}
.split_bx img {
  top: 35%;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
  display: block;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .split_bx {
    top: 0;
  }
}

.split {
  visibility: hidden;
  font-weight: bold;
  font-size: 3rem;
  letter-spacing: 0.1em;
  color: #E6001A;
  font-family: "Zen Maru Gothic", sans-serif;
  text-shadow: 0 2px 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
}
@media screen and (max-width: 768px) {
  .split {
    font-size: 1.8rem;
  }
}

.scr2 {
  z-index: 999999999;
}

.scr {
  position: absolute;
  z-index: 9999999999999;
  bottom: 50px;
  right: 0;
  left: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  font-size: 5rem;
  color: #fff;
  border-radius: 100%;
  padding: 10px;
  text-align: center;
  -webkit-animation-name: scr;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  /*-webkit-animation-direction:alternate;*/
  -webkit-animation-timing-function: ease;
  -moz-animation-name: scr;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  /*-moz-animation-direction:alternate;*/
  -moz-animation-timing-function: ease;
}

@-webkit-keyframes scr {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
.blanket li {
  padding: 0px 0;
  height: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: -150px;
}
.blanket li:nth-child(2n) {
  display: block;
}
.blanket li:nth-child(2n) .image {
  margin: 0 auto;
}
.blanket li:nth-child(2n) .blanket_ttl_top {
  text-align: left;
  color: #F29605 !important;
}
.blanket li .image,
.blanket li .detailBox {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.blanket li .image {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.blanket li .image img {
  -webkit-box-shadow: rgba(230, 0, 26, 0.1) -50px 50px 0 0;
          box-shadow: rgba(230, 0, 26, 0.1) -50px 50px 0 0;
}
.blanket li .detailBox {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
}
.blanket li .textBox {
  background: rgba(255, 255, 255, 0.9);
  padding: 50px 60px;
  border: 1px solid #E6001A;
}
.blanket li .blanket_ttl_top {
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.2rem;
  font-size: 5rem;
  font-weight: normal;
  margin-bottom: 10px;
  text-indent: 2rem;
  text-align: right;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  position: relative;
}
.blanket li .blanket_ttl_top span {
  display: block;
  font-size: 1.8rem;
}
.blanket li .blanket_ttl {
  font-size: 2.4rem;
  font-weight: normal;
  color: #E6001A;
  margin-bottom: 10px;
}
.blanket li .btn {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -30px);
  transform: translate(-50%, -30px);
}

.btn_slash {
  line-height: 1;
  color: #fff;
  text-align: center;
  width: 270px;
  margin: 0 auto;
}
.btn_slash:before {
  background: #F29605;
  -webkit-transform: skew(-12deg);
  transform: skew(-12deg);
  z-index: 2;
}
.btn_slash:after {
  -webkit-transform: skew(-12deg) translate(8px, 8px);
  transform: skew(-12deg) translate(8px, 8px);
  border-color: #F29605;
  z-index: 1;
}
.btn_slash:before, .btn_slash:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #F29605;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.btn_slash a {
  padding: 20px 0 21px;
  color: #fff;
  display: block;
  position: relative;
  z-index: 3;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  text-decoration: none;
}
.btn_slash:hover:before {
  border-color: #02672c;
  background-color: #02672c;
  -webkit-transform: skew(-12deg) translate(4px, 4px);
  transform: skew(-12deg) translate(4px, 4px);
}
.btn_slash:hover:after {
  border-color: #02672c;
  -webkit-transform: skew(-12deg) translate(4px, 4px);
  transform: skew(-12deg) translate(4px, 4px);
}
.btn_slash:hover a {
  -webkit-transform: translate(4px, 4px);
  transform: translate(4px, 4px);
}

@media screen and (max-width: 768px) {
  .blanket li {
    display: block;
    margin: 0;
  }
  .blanket li:nth-child(2n) {
    display: block;
  }
  .blanket li:nth-child(2n) .image {
    margin: 0 auto;
  }
  .blanket li:nth-child(2n) .blanket_ttl_top {
    text-align: left;
  }
  .blanket li .image,
  .blanket li .detailBox {
    width: 100%;
  }
  .blanket li .detailBox {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    position: static;
    padding: 20px 0;
  }
  .blanket li .image img {
    -webkit-box-shadow: rgba(230, 0, 26, 0.1) -10px 10px 0 0;
            box-shadow: rgba(230, 0, 26, 0.1) -10px 10px 0 0;
  }
  .blanket li .textBox {
    width: calc(100% - 20px);
    background: white;
    padding: 15px 10px;
  }
  .blanket li .blanket_ttl_top {
    font-size: 3rem;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    position: static;
    text-align: left;
    margin-bottom: 0;
    text-indent: 1rem;
  }
  .blanket li .blanket_ttl_top span {
    font-size: 1.3rem;
  }
  .blanket li .blanket_ttl {
    font-size: 2rem;
    font-weight: normal;
  }
  .blanket li .btn {
    width: 90% !important;
    position: static;
    top: 0;
    left: 0;
    -webkit-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
  }
  .blanket .btn_slash {
    line-height: 1;
    color: #fff;
    text-align: center;
    margin: 25px auto 0;
  }
}
.bg_text1 {
  background: url("../img/bg_text1.png") no-repeat top center;
}

.mtext1 {
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 10px 0;
  color: #fffcf3;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 768px) {
  .mtext1 {
    font-size: 1.5rem !important;
  }
}

.mtext2 {
  font-size: 2.5rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mtext2 {
    font-size: 1.5rem !important;
  }
}
.mtext2 span {
  font-size: 1.5rem;
}

.border01 {
  border-top: 2px solid #F29605;
  max-width: 400px;
  margin: 0 auto;
  padding: 0;
}

.mtext02 {
  font-size: 2.3rem;
  font-family: "Zen Maru Gothic", sans-serif;
}

.mtext_big {
  font-size: 3rem;
}

/*FLASH*/
#flashA {
  width: 100%;
  overflow: hidden;
  padding: 0;
}
#flash {
  height: 414px;
  min-width: 950px;
  margin: 0 auto;
  padding: 0px;
  position: relative;
  overflow: hidden;
}

/*wideslider*/
.wideslider {
  width: 100%;
  text-align: left;
  position: relative;
  overflow: hidden;
  height: 414px;
}
.wideslider ul {
  float: left;
  display: inline;
}
.wideslider ul li {
  float: left;
  display: inline;
}
.wideslider ul li img {
  width: 100%;
  display: none;
}

.wideslider_base {
  top: 0;
  position: absolute;
}

.wideslider_wrap {
  top: 0;
  position: absolute;
  overflow: hidden;
}

.slider_prev, .slider_next {
  top: 0;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  cursor: pointer;
}

.slider_prev {
  background: #fff url(../photo/prev.jpg) no-repeat right center;
}

.slider_next {
  background: #fff url(../photo/next.jpg) no-repeat left center;
}

.pagination {
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 15px;
  text-align: center;
  position: absolute;
  z-index: 200;
}

.pagination a {
  margin: 0 5px;
  width: 15px;
  height: 15px;
  display: inline-block;
  overflow: hidden;
  background: #A6AAA9;
}

.pagination a.active {
  filter: alpha(opacity=100) !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
}

/*wideslider*/
@media screen and (max-width: 800px) {
  /* flash */
  #flash {
    width: 100%;
    height: auto;
  }
  #flashA {
    min-width: 100%;
  }
}
.mttl_top01 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: normal;
  font-size: 2.5rem;
  line-height: 1.2;
  letter-spacing: 0.2rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mttl_top01 {
    font-size: 2.2rem;
  }
}

.mttl_02 {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: bold;
  font-size: 4rem;
  letter-spacing: 0.3rem;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .mttl_02 {
    font-size: 2.2rem;
  }
}

.mttl_03 {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: normal;
  font-size: 4vw;
  letter-spacing: 0.3rem;
  line-height: 1.2;
  margin-bottom: 10px;
}

.facebook {
  width: 500px;
}
@media screen and (max-width: 768px) {
  .facebook {
    width: 100%;
  }
}
.facebook {
  margin: 30px auto 0;
}

/* newsbox */
.newsbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
}

.news-ttl {
  width: 300px;
  font-family: "Zen Maru Gothic", sans-serif;
  vertical-align: middle;
  text-align: left;
  color: #E6001A;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
}
.news-ttl span {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.2rem !important;
  display: block;
  color: #333;
}

.news-bx {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: calc(100% - 20px);
  padding: 0 10px;
}

.news {
  overflow: hidden;
  line-height: 1.6;
  margin: 10px auto 0;
}
.news dt {
  float: left;
  width: 8em;
  font-weight: bold;
  color: #E6001A;
}
.news dd {
  padding-left: 8em;
  border-bottom: 1px solid #ccc;
  margin-bottom: 8px;
  padding-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .newsbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news-ttl {
    width: 100% !important;
    border-right: 0px solid #E6001A;
    border-bottom: 1px solid #E6001A;
    padding: 5px 0;
    text-align: center;
  }
  .news-ttl span {
    font-size: 1.2rem !important;
  }
  .news-bx {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: calc(100% - 0px);
    padding: 0 0px;
  }
  .scrbr {
    width: 100%;
    padding: 15px 0px;
    max-height: 100px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
.f_flex {
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
.f_flex li {
  margin: 0 10px;
}

.f_flex04 {
  padding: 5px 0;
  font-size: 15px;
  font-weight: normal;
  overflow: hidden;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.f_flex04 li {
  width: calc(25% - 10px);
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  .f_flex04 li {
    width: calc(50% - 10px);
  }
}
.f_flex04 li img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .f_flex04 {
    margin-bottom: 30px;
  }
}

.staff_bg1 {
  background-image: url(../img/staff_bg1.jpg);
  background-position: center right;
}

.staff_bg2 {
  background-image: url(../img/staff_bg2.jpg);
  background-position: center left;
}

.staff_bg3 {
  background-image: url(../img/staff_bg3.jpg);
  background-position: center right;
}

.staff_bg4 {
  background-image: url(../img/staff_bg4.jpg);
  background-position: center left;
}

.staff_bg1a {
  background-image: url(../img/interview2/staff_bg1.jpg);
  background-position: center right;
}

.staff_bg2a {
  background-image: url(../img/interview2/staff_bg2.jpg);
  background-position: center left;
}

.staff_bg3a {
  background-image: url(../img/interview2/staff_bg3.jpg);
  background-position: center right;
}

.staff_bg4a {
  background-image: url(../img/interview2/staff_bg4.jpg);
  background-position: center left;
}

.staff_bg5 {
  background-image: url(../img/staff_bg5.jpg);
}

.staff_bg1, .staff_bg2, .staff_bg3, .staff_bg4, .staff_bg5,
.staff_bg1a, .staff_bg2a, .staff_bg3a, .staff_bg4a, .staff_bg5a {
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
}
@media screen and (max-width: 768px) {
  .staff_bg1, .staff_bg2, .staff_bg3, .staff_bg4, .staff_bg5,
  .staff_bg1a, .staff_bg2a, .staff_bg3a, .staff_bg4a, .staff_bg5a {
    background-image: none;
    background-color: #fff;
  }
}

.business_bg1 {
  background-image: url(../img/business_bg1.jpg);
  background-position: center right;
}

.business_bg2 {
  background-image: url(../img/business_bg2.jpg);
  background-position: center left;
}

.business_bg3 {
  background-image: url(../img/business_bg3.jpg);
  background-position: center right;
}

.business_bg1, .business_bg2, .business_bg3 {
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
}

.int_ttl {
  max-width: 1160px;
  margin: 0 auto;
  height: 300px;
  position: relative;
}
.int_ttl img {
  position: absolute;
  top: -60px;
}
@media screen and (max-width: 768px) {
  .int_ttl {
    height: auto;
  }
  .int_ttl img {
    position: static;
    width: 90%;
    max-width: 558px;
    top: 0;
    z-index: 500;
  }
}

.int_ttl02 {
  max-width: 1160px;
  margin: 0 auto;
  height: 300px;
  position: relative;
}
.int_ttl02 img {
  position: absolute;
  top: -60px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .int_ttl02 {
    height: auto;
  }
  .int_ttl02 img {
    position: static;
    width: 90%;
    max-width: 558px;
    top: 0;
    z-index: 500;
  }
}

.bg-image1 {
  background-image: url(../img/bg-image1.png);
}

.bg-image1 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  padding: 80px 0;
  margin: 80px 0;
}
@media screen and (max-width: 768px) {
  .bg-image1 {
    padding: 0px 0;
    margin: 0px 0;
  }
}

.bg-image2 {
  background-image: url(../img/bg-image2.jpg);
}

.bg-image2 {
  background-position: top center;
  background-repeat: no-repeat;
  /*   background-size: contain;
  -moz-background-size: contain;
  */
}

/* produxt_listpage */
.produxt_listpage_image {
  border: 2px solid #eee;
  position: relative;
  width: 100%;
  height: 350px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.produxt_listpage_image img {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;"; /*IE対策*/
  text-align: center;
}

/* produxt_listpage */
/* product_list */
.product_list_info {
  font-size: 13px;
}
.product_list_info dt {
  float: left;
  width: 6em;
  background: #E6001A;
  padding: 5px 0px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  margin: 2px 0 0;
}
.product_list_info dd {
  padding-left: 7em;
  padding-top: 5px;
  padding-bottom: 10px;
  line-height: 1.6;
  border-bottom: dotted 1px #aaa;
  margin: 5px 0;
}
.product_list_info dd:last-child {
  border-bottom: 0px;
}

.product_list {
  width: 100%;
  margin: 10px auto 0;
}
.product_list * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product_list ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product_list figcaption {
  position: relative;
  width: 95%;
  height: 250px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.product_list figcaption img {
  height: 100%;
  width: 250px;
  margin: 0 auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;"; /*IE対策*/
  text-align: center;
}
.product_list li {
  position: relative;
  width: calc(33.33% - 30px);
  margin: 10px;
  padding: 10px 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px;
}
.product_list li:hover {
  background: rgba(242, 242, 242, 0.2);
}
.product_list li:hover img {
  opacity: 0.8;
}
.product_list li:hover .btn {
  color: #FFF;
  background: #E6001A;
}
.product_list li .btn {
  padding: 2px 0px;
  margin: 5px auto;
  font-size: 1.2rem;
  border: 1px solid #E6001A;
  display: block;
  width: 160px;
  text-align: center;
  color: #E6001A;
}
.product_list li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
.product_list li h3 {
  font-size: 1.6rem;
  color: #E6001A;
  font-family: "Zen Maru Gothic", sans-serif;
  margin: 10px 0;
  text-align: center;
}
.product_list li .catch {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 100px;
  z-index: 9999;
  top: -20px;
  left: -10px;
  position: relative;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  background: #E6001A;
  color: #fff;
  margin-bottom: -10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 0px 0px;
          box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 0px 0px;
}
.product_list li .product_list_ttl {
  font-size: 1.8rem;
  margin: 10px 0;
  text-align: center;
  font-weight: normal;
  color: #E6001A;
  font-family: "Zen Maru Gothic", sans-serif;
}
.product_list li .text {
  text-align: left;
  font-size: 13px;
}
.product_list li .text:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0a9";
  margin-right: 3px;
  color: #E6001A;
}

@media screen and (max-width: 768px) {
  .product_list ul {
    display: block;
  }
  .product_list figcaption {
    background: #fff;
    width: 95%;
    height: auto;
  }
  .product_list li {
    width: 93%;
    margin-right: 0px;
    margin-bottom: 40px;
    padding: 0 5px 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px, rgba(0, 0, 0, 0.2) 1px 1px 0px 1px;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px, rgba(0, 0, 0, 0.2) 1px 1px 0px 1px;
  }
  .product_list_btn {
    position: relative;
  }
}
/* Tiny Carousel */
.slider1 {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-repeat: repeat;
  margin-bottom: 20px;
}
.slider1 h3 {
  font-size: 1.2rem;
  color: #000000;
  font-family: "Zen Maru Gothic", sans-serif;
  margin: 10px 0;
}
.slider1 .viewport {
  width: 100%;
  margin: 0 auto;
  height: 240px;
  position: relative;
}
.slider1 .buttons {
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  position: absolute;
  top: 85%;
  bottom: 0;
  left: -10px;
  width: 50px;
  height: 100%;
  color: #E6001A;
  text-decoration: none;
  margin: 0 auto;
  z-index: 5;
  cursor: pointer;
  font-size: 1.5em;
  text-align: center;
  vertical-align: bottom;
}
.slider1 .next {
  right: -10px;
  left: auto;
  top: 85%;
  bottom: 0;
}
.slider1 .buttons:hover {
  opacity: 0.6;
}
.slider1 .disable {
  visibility: hidden;
}
.slider1 .overview {
  list-style: none;
  position: absolute;
  padding: 0;
  margin: 0;
  left: 0;
  top: -1px;
}
.slider1 .overview li {
  width: 200px;
  height: 230px;
  float: left;
  text-align: center;
  vertical-align: middle;
  display: table;
  z-index: 99999;
  overflow: hidden;
  font-weight: bold;
  padding: 2px 0 0;
  margin: 0px 10px;
}
.slider1 .overview li p {
  text-align: center;
  font-weight: normal;
  font-size: 13px !important;
  background: #F1E7CD;
}
.slider1 .overview li a {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  z-index: 100;
  border: 1px solid #E6001A;
}
.slider1 img {
  width: 190px;
  height: 190px;
  vertical-align: middle;
  text-align: center;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;"; /*IE対策*/
}

.contact {
  width: 1160px;
  margin: 0 auto;
  padding: 20px 0 10px;
  font-family: "Zen Maru Gothic", sans-serif;
}

.mttl_contact {
  float: left;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #E6001A;
  text-align: center;
  font-weight: normal;
  font-size: 3rem;
  line-height: 1.4;
  position: relative;
  letter-spacing: 0.1rem;
}
.mttl_contact span {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #333;
  font-size: 2rem;
  margin-left: 10px;
  border-left: 2px solid #ccc;
  padding-left: 10px;
}

.contactbx {
  text-align: center;
  margin: 10px 0;
}
.contactbx li {
  display: inline-block;
  margin: 0 5px 10px;
}
.contactbx a {
  width: 100%;
  display: block;
  font-size: 1.5rem;
}
.contactbx li a:link, .contactbx li a:visited, .contactbx li a:hover {
  color: #111;
}
.contactbx li:hover {
  opacity: 0.8;
}
.contactbx .tl a {
  background: #fff;
  width: 300px;
  font-weight: normal;
  padding: 5px 0px;
  border-radius: 0px;
  letter-spacing: 2px;
}
.contactbx .ml a {
  background: #fff;
  width: 300px;
  font-weight: normal;
  padding: 5px 0px;
  border-radius: 0px;
  background: #F29605;
  letter-spacing: 2px;
}
.contactbx .tl a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f095";
  margin-right: 15px;
}
.contactbx .ml a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0e0";
  margin-right: 15px;
}
.contactbx .ml a:link, .contactbx .ml a:visited {
  color: #fff;
}
.contactbx .ml a:hover {
  color: #333;
  color: #fff;
  background: #333;
}
.contactbx .tl a:link, .contactbx .tl a:visited {
  color: #333;
}
.contactbx .tl a:hover {
  color: #333;
  color: #fff;
  background: #333;
}

@media screen and (max-width: 768px) {
  .contact {
    width: 100%;
  }
  .mttl_contact {
    float: none;
    text-align: center;
    font-size: 2.3rem;
    letter-spacing: 1px;
  }
  .mttl_contact span {
    font-size: 1.1rem;
    letter-spacing: 1px;
  }
  .contactbx li {
    display: block;
  }
  .contactbx .tl a {
    display: block;
  }
  .contactbx .ml a {
    display: block;
  }
}
.list-bnr_02 {
  margin-bottom: 20px;
  padding: 5px 0;
  font-size: 1.5em;
  font-weight: normal;
  overflow: hidden;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list-bnr_02 li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  margin-right: 5px;
  position: absolute;
  left: 90%;
  bottom: 35%;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.list-bnr_02 li:hover:before {
  left: 92%;
}
.list-bnr_02 li a {
  width: 100%;
  height: 100%;
  display: block !important;
  padding: 1.5em 13px;
}
.list-bnr_02 li a:link, .list-bnr_02 li a:visited, .list-bnr_02 li a:hover {
  color: #fff;
}
.list-bnr_02 li:hover {
  opacity: 0.6;
}
.list-bnr_02 li {
  width: calc(33.33% - 10px);
  background: #E6001A;
  margin-bottom: 15px;
  position: relative;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 4px 4px 0 0;
          box-shadow: rgba(0, 0, 0, 0.3) 4px 4px 0 0;
}
.list-bnr_02 li:nth-child(3n+2):last-child {
  margin-right: 33.4%;
}

.pbox {
  max-width: 700px;
  margin: 10px auto;
}

/* dropdownmenu */
#navi ul li {
  position: relative;
}
#navi ul li ul {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 100;
  width: 180px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#navi ul li ul li {
  display: block !important;
  width: 100%;
  height: auto;
  background: #fff;
  border-bottom: 1px solid #eee;
  margin: 0 !important;
}
#navi ul li ul li .drop-menu {
  padding: 12px 15px !important;
  display: block;
  text-align: left;
  font-size: 13px;
  font-weight: 700;
  color: #333;
  -webkit-transition: color 0.5s ease, background-color 0.5s ease;
  transition: color 0.5s ease, background-color 0.5s ease;
}
#navi ul li ul li .drop-menu:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  margin-right: 8px;
  color: #E6001A;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#navi ul li ul li .drop-menu:hover {
  color: #E6001A !important;
}
#navi ul li:hover > ul {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  top: 100%;
}

/* /dropdownmenu */
.pbx {
  width: 400px;
  background-color: rgba(255, 255, 255, 0) !important;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: middle;
  padding: 20px 30px 20px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .pbx {
    color: #111;
    width: 100%;
  }
}

.pbx_c {
  width: 300px;
  vertical-align: middle;
  padding: 300px 0 0;
  margin: 0 auto;
}

.pbx_l {
  width: 400px;
  padding: 0px 0 0;
  margin-top: 450px;
}
@media screen and (max-width: 768px) {
  .pbx_l {
    width: 100%;
    padding: 0px 0 0;
    margin-top: 0;
    text-align: center;
  }
}

.pbx_img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}

.bg_l {
  background-image: url(../img/bg_l.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  -moz-background-size: 100%;
  padding: 100px 0 0;
  margin-top: 200px;
}
@media screen and (max-width: 768px) {
  .bg_l {
    background-image: none;
    padding: 0px 0 0;
    margin-top: 0px;
  }
}

.bg_c {
  background-image: url(../img/bg_c.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
}

.bg_r {
  background-image: url("../img/bg_r.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
}
@media screen and (max-width: 768px) {
  .bg_r {
    background-image: none;
  }
}

.photobx-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 1160px;
  margin: 0 auto;
  padding: 25px 0;
}
@media screen and (max-width: 768px) {
  .photobx-r {
    padding: 0;
    width: 100%;
  }
}

.photobx-l {
  width: 1160px;
  margin: 0 auto;
  padding: 25px 0;
}

@media screen and (max-width: 768px) {
  .pbx {
    width: calc(95% - 0px);
    background-color: rgba(255, 255, 255, 0.9) !important;
    vertical-align: middle;
    padding: 0px;
    z-index: 999;
    margin: 0 auto;
  }
  .pbx_c {
    width: 100%;
    vertical-align: middle;
    padding: 15% 5% 15%;
    margin: 0 auto;
  }
  .photobx-l {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}
.news-lb {
  margin: 15px 0;
  line-height: 1.8;
}
.news-lb dt {
  float: left;
  width: 8em;
  border-right: #E6001A 3px solid;
  padding: 5px 0px;
  text-align: center;
  font-weight: bold;
}
.news-lb dd {
  padding-left: 10em;
  padding-top: 7px;
  padding-bottom: 15px;
  margin: 0px 0 15px;
  border-bottom: 1px solid #ccc;
}
.news-lb dd:last-child {
  border-bottom: 0px;
}

.lh-2 {
  line-height: 2;
}

.flink {
  text-align: center;
}
.flink li {
  display: inline-block;
  margin: 5px;
}
.flink li img {
  width: 356px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .flink li img {
    width: 100%;
  }
}

.bg_in01 {
  background-color: #E8E8E8;
  background-size: 100% 430px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .bg_in01 {
    background: none;
    height: auto;
    margin-top: 0;
  }
}

.youtube_vd {
  width: 800px;
  margin: 0 auto;
}

.ttl_n {
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}
.ttl_n span {
  border-bottom: 2px solid #111;
  padding: 5px 15px;
}

.ttl_m {
  text-align: center;
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 20px;
}
.ttl_m span {
  font-size: 2rem;
}

.bx_in01 h4 {
  font-size: 2.2rem;
}
.bx_in01 h4:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0c8";
  margin-right: 5px;
}
.bx_in01 p {
  padding: 0px 0 30px 22px;
}
@media screen and (max-width: 768px) {
  .bx_in01 h4 {
    font-size: 1.8rem;
  }
}

#title_bg1 {
  background-image: url("../img/title_bg1.png");
  background-repeat: no-repeat;
  background-position: top center;
  padding: 20px 0;
  background-color: #F7F6F0;
}
@media screen and (max-width: 768px) {
  #title_bg1 {
    padding: 10px 0;
  }
}

#title_bg2 {
  background-image: url("../img/title_bg2.png");
  background-repeat: no-repeat;
  background-position: top right;
  padding: 135px 0 65px;
}

#title_bg3 {
  background-image: url("../img/title_bg3.png");
  background-repeat: no-repeat;
  background-position: top left;
  padding: 135px 0 65px;
}

#title_bg4 {
  background-image: url("../img/title_bg4.png");
  background-repeat: no-repeat;
  background-position: top right;
  padding: 135px 0 65px;
}

#title_bg5 {
  background-image: url("../img/title_bg5.png");
  background-repeat: no-repeat;
  background-position: top left;
  padding: 135px 0 65px;
}

#title_bg6 {
  background-image: url("../img/title_bg6.png");
  background-repeat: no-repeat;
  background-position: top right;
  padding: 135px 0 65px;
}

#title_bg7 {
  background-image: url("../img/title_bg7.png");
  background-repeat: no-repeat;
  background-position: top left;
  padding: 135px 0 65px;
}

#title_bg8 {
  background-image: url("../img/title_bg8.png");
  background-repeat: no-repeat;
  background-position: top center;
  padding: 135px 0 65px;
}

#title {
  max-width: 600px;
  margin: 0px auto 0;
  padding: 10px 0;
}
#title h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  font-weight: normal;
  font-size: 2.6rem;
  position: relative;
  letter-spacing: 0.3rem;
  margin: 0 auto;
  line-height: 1;
}
#title h2 span {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 13px;
  padding: 10px 15px 0;
  color: #E6001A;
  display: block;
}
@media screen and (max-width: 768px) {
  #title {
    max-width: 80% !important;
    width: 80% !important;
    margin: 0 auto !important;
    display: block;
    padding: 0px 0 !important;
  }
  #title h2 {
    font-family: "Zen Maru Gothic", sans-serif;
    text-align: center;
    font-weight: normal;
    font-size: 2rem;
    line-height: 1;
  }
  #title span {
    padding: 10px 15px 0;
  }
}

.bnr_nml li {
  width: calc(50% - 20px);
}
.bnr_nml figure:hover .transform01 {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.bnr_nml figure h3 {
  color: #fff;
  font-size: 2rem;
  font-weight: normal;
  text-align: left;
}
.bnr_nml figure h3:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0a9";
  margin-right: 5px;
}
.bnr_nml figure p {
  color: #1B1B19;
  font-weight: 400;
  text-align: left;
  font-size: 14px;
}
.bnr_nml figure * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bnr_nml figcaption {
  width: 100%;
  background: rgba(230, 0, 26, 0.8);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 10px 0;
}
.bnr_nml figcaption h3 {
  font-size: 1.5em;
  margin-left: 10px;
  margin-bottom: 0;
  font-weight: normal;
}
.bnr_nml figcaption p {
  margin-left: 40px;
  color: #fff;
}
.bnr_nml figcaption:hover {
  background: rgba(230, 0, 26, 0.6);
}

@media screen and (max-width: 768px) {
  .bnr_nml li {
    width: 100%;
  }
  .bnr_nml figcaption h3 {
    font-size: 1.3em;
  }
}
#pankuzuA {
  width: 100%;
  padding: 5px 0;
  background: #f2f2f2;
}

#pankuzu {
  font-size: 1.1rem;
  margin: 0px auto 0px;
  max-width: 1160px;
}
#pankuzu li {
  display: inline;
}
#pankuzu li a {
  display: inline;
  padding: 0;
}
#pankuzu li + li:before {
  margin: 0 10px;
  content: ">";
}

@media screen and (max-width: 768px) {
  #title {
    /*border:1px solid #443402;*/
    padding: 120px 0 60px;
    margin: 0;
  }
}
/* newsbox */
.newsbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  color: #fff !important;
  background: #F29605;
}

.news-ttl {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: normal;
  width: 230px;
  padding: 20px 0;
  vertical-align: middle;
  text-align: left;
  text-align: center;
  color: #fff;
  font-size: 2.2rem;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 2px;
}
.news-ttl span {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.2rem !important;
  display: block;
  color: #fff;
  font-weight: normal;
  margin-top: 5px;
}
.news-ttl span a {
  background: #fff;
  padding: 2px 10px;
  border-radius: 20px;
}

.news-bx {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: calc(100% - 40px);
  padding: 20px 20px;
  background: #E0E0E0;
}
.news-bx .news {
  overflow: hidden;
  line-height: 1.6;
  margin: 10px auto 0;
}
.news-bx .news dt {
  float: left;
  width: 8em;
  font-weight: bold;
}
.news-bx .news dd {
  padding-left: 8em;
  border-bottom: 1px solid #fff;
  margin-bottom: 8px;
  padding-bottom: 5px;
  color: #333;
}
.news-bx .news dd:last-child {
  border-bottom: 0px solid #fff;
}

.news {
  overflow: hidden;
  line-height: 1.6;
  margin: 10px auto 0;
}
.news dt {
  float: left;
  width: 8em;
  font-weight: bold;
  color: #E6001A;
}
.news dd {
  padding-left: 8em;
  border-bottom: 1px solid #fff;
  margin-bottom: 8px;
  padding-bottom: 5px;
}
.news dd:last-child {
  border-bottom: 0px solid #fff;
}

/* flex_bx */
.flex_bx_2, .flex_bx_3, .flex_bx_4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex_bx_2 .bx h3, .flex_bx_3 .bx h3, .flex_bx_4 .bx h3 {
  font-size: 1.8rem;
  color: #fff;
  background: #E6001A;
  text-align: center;
  letter-spacing: 2px;
  font-weight: normal;
}

.flex_bx_2 .bx {
  width: 48%;
}

.flex_bx_3 .bx {
  width: calc(33% - 10px);
}
.flex_bx_3 .bx:last-child {
  border-right: 0px solid #aaa;
}

.flex_bx_4 .bx:last-child {
  border-right: 0px solid #aaa;
}
.flex_bx_4 .bx {
  width: calc(25% - 10px);
}
.flex_bx_4 .bx p {
  padding: 10px 10px 0;
}

.flex_bx_2 .bx, .flex_bx_3 .bx, .flex_bx_4 .bx {
  margin-bottom: 20px;
  padding: 0 0px;
  position: relative;
  background: #f2f2f2;
}

.flex_bx_2 .bx img, .flex_bx_3 .bx img, .flex_bx_4 .bx img {
  max-width: calc(100% - 4px);
  margin: 0 auto;
  display: block;
  border: 2px solid #E6001A;
}

/* flex用btn */
/* flex */
.flex_2, .flex_3, .flex_4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex_2 .bx h3, .flex_3 .bx h3, .flex_4 .bx h3 {
  font-size: 18px;
  letter-spacing: 2px;
  color: #E6001A;
  padding: 0 15px;
}
.flex_2 .bx h3:before, .flex_3 .bx h3:before, .flex_4 .bx h3:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f06c";
  margin-right: 2px;
}

.flex_2 .bx {
  width: 49%;
}

.flex_3 .bx {
  width: calc(33.33% - 11px);
  margin: 5px;
  background: #f2f2f2;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 2px;
          box-shadow: rgba(0, 0, 0, 0.2) 0 0 2px;
}

.flex_4 .bx {
  width: 23%;
}

.flex_2 .bx, .flex_3 .bx, .flex_4 .bx {
  margin-bottom: 40px;
  position: relative;
  background: #fff;
}

.flex_2 .bx img, .flex_3 .bx img, .flex_4 .bx img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 800px) {
  .flex_2, .flex_3 {
    display: block;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .flex_2 .bx h3, .flex_3 .bx h3, .flex_4 .bx h3 {
    font-size: 15px;
  }
  .flex_2 .bx, .flex_3 .bx {
    width: calc(100% - 0px);
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .flex_4 .bx {
    width: 45%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .flex_3 .bx:last-child {
    width: calc(100% - 0px);
  }
}
.bxbtn * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bxbtn {
  position: absolute;
  bottom: 0;
  font-weight: bold;
  width: 100%;
  right: 0;
}
.bxbtn a {
  font-size: 15px;
  text-align: center;
  width: 200px;
  display: block;
  padding: 10px 0px;
  font-weight: bold;
  border: 1px solid #E6001A;
  margin: 0 auto;
  background: #E6001A;
  border-radius: 30px;
}
.bxbtn a:link {
  color: #fff;
  text-decoration: none;
}
.bxbtn a:visited {
  color: #fff;
}
.bxbtn a:hover {
  color: #E6001A;
  background: #fff;
  text-decoration: none;
  border: 1px solid base_color;
}
.bxbtn a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  margin-right: 5px;
}

/* /flex用btn */
/* スマートフォン */
@media screen and (max-width: 800px) {
  .flex_bx_2, .flex_bx_3 {
    display: block;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .flex_bx_2 .bx h3, .flex_bx_3 .bx h3, .flex_bx_4 .bx h3 {
    font-size: 15px;
  }
  .flex_bx_2 .bx, .flex_bx_3 .bx {
    width: calc(100% - 0px);
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .flex_bx_4 .bx {
    width: 45%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .bxbtn {
    position: static;
    width: 200px !important;
    margin: 10px auto 0;
  }
}
.sp {
  display: none;
}

.pc {
  display: block;
  margin: 0 auto;
}

.map {
  width: 100%;
  height: 450px;
}

/*  scrollbar  */
.scrollbar-y {
  width: 100%;
  height: 450px;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  .scrollbar-y {
    height: 200px;
  }
}
.scrollbar-y::-webkit-scrollbar {
  width: 5px;
}
.scrollbar-y::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}
.scrollbar-y::-webkit-scrollbar-thumb {
  background-color: rgba(50, 50, 50, 0.5);
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.mbox {
  background: rgba(255, 255, 255, 0.9);
  padding: 35px 40px;
  position: relative;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
}
.mbox.petal::before {
  content: "";
  position: absolute;
  top: -83px;
  right: -20px;
  width: 130px;
  height: 130px;
  background: url("https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28006/petal01.webp") no-repeat center/contain;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  z-index: 5;
  pointer-events: none;
}
@media all and (max-width: 769px) {
  .mbox.petal::before {
    width: 110px;
  }
}
.mbox.type1 {
  background: rgba(0, 71, 157, 0.4);
}
.mbox.shadow {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 18px 50px -10px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 18px 50px -10px;
}
.mbox.transparent {
  background: transparent;
}
.mbox.type_negative {
  padding-top: 60px;
}
@media all and (max-width: 639px) {
  .mbox {
    padding: 20px 15px;
    border-radius: 0 0 20px 0;
  }
  .mbox.petal::before {
    width: 90px;
    height: 90px;
    top: -64px;
    right: -15px;
  }
}

.mbox2 {
  max-width: 1200px;
  background: rgba(208, 227, 237, 0.6);
  padding: 35px 30px;
  border-radius: 20px;
}
.mbox2.type_negative {
  padding-top: 60px;
}
@media all and (max-width: 639px) {
  .mbox2 {
    padding: 15px;
  }
}

/* mttl */
.mttl_bg {
  color: #111;
  font-size: 4rem;
  text-align: center;
}

.mttl_bl {
  background: #f1f1f1;
  color: #E6001A;
  text-indent: 0.8em;
  font-size: 1.8rem;
  overflow: hidden;
  font-weight: bold;
  border-left: 2px solid #E6001A;
  margin: 20px 0;
  padding: 5px 0;
}

.mttl_check {
  margin-bottom: 10px;
  border-bottom: dotted 1px #E6001A;
  font-size: 1.8rem;
  color: #E6001A;
  font-weight: normal;
}

.mttl_check:before {
  margin-right: 6px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0a9";
}

.mttl_check_bg {
  margin: 15px 0;
  background: #F29605;
  font-size: 1.8rem;
  color: #fff;
  font-weight: normal;
  overflow: hidden;
  padding: 5px 0;
  border-radius: 5px;
}
.mttl_check_bg:before {
  margin-right: 6px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f30b";
}

.mttl_movie {
  margin-bottom: 10px;
  font-size: 1.8rem;
  color: #fff;
  font-weight: normal;
  text-align: center;
}
.mttl_movie:before {
  margin-right: 6px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f03d";
}

.mt01 {
  padding-top: 30px !important;
}
@media screen and (max-width: 768px) {
  .mt01 {
    padding-top: 0px !important;
  }
}

.mtitle_category {
  margin-bottom: 15px;
  font-size: 1.8rem;
}
.mtitle_category:before {
  font-family: "Font Awesome 6 Free";
  content: "\f0ca";
  font-weight: 900;
  margin-right: 5px;
  color: #E6001A;
  display: inline-block;
}

.mtitle_sub {
  padding-left: 0.5em;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 700;
  letter-spacing: 0.2em;
  letter-spacing: 0.15em;
  position: relative;
  border-left: 5px solid #E6001A;
  margin-bottom: 15px;
  color: #333;
  line-height: 1.4;
  text-align: left;
  font-size: 1.6rem;
}
.mtitle_sub.eng {
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
}
.mtitle_sub:before {
  position: absolute;
  left: -5px;
  bottom: 0;
  content: "";
  width: 5px;
  height: 50%;
  background-color: #F29605;
}

@media all and (max-width: 639px) {
  .mtitle_sub {
    font-size: 17px;
  }
  .mtitle_sub.eng {
    font-size: 1.4rem;
  }
}
.mtitle0 {
  margin-top: 25px;
  margin-bottom: 35px;
  margin-left: 0;
  position: relative;
}
.mtitle0:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -10px;
  height: 2px;
  width: 200px;
  background-image: -webkit-gradient(linear, left top, right top, from(#E6001A), to(#fff6f6));
  background-image: linear-gradient(to right, #E6001A, #fff6f6);
  opacity: 0.8;
}
.mtitle0 .eng {
  position: absolute;
  font-size: 6rem;
  color: #E6001A;
  opacity: 0.15;
  display: block;
  font-family: "Caveat", cursive;
  letter-spacing: 0;
  top: -50px;
  z-index: 1;
}
.mtitle0 .ja {
  position: relative;
  z-index: 2;
  font-size: 2.2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  font-weight: 800;
}
.mtitle0.center {
  text-align: center;
}
.mtitle0.center:after {
  left: 0;
  right: 0;
  margin: 0 auto;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff6f6), color-stop(#E6001A), to(#fff6f6));
  background-image: linear-gradient(to right, #fff6f6, #E6001A, #fff6f6);
}
.mtitle0.center .eng {
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
@media all and (max-width: 639px) {
  .mtitle0 {
    margin-top: 20px;
  }
  .mtitle0 .eng {
    top: -35px;
    font-size: 4rem;
  }
  .mtitle0 .ja {
    font-size: 1.5rem;
  }
  .mtitle0.center:after {
    width: 150px;
  }
}

.mtitle {
  position: relative;
  margin: 0 auto 60px;
  text-align: center;
  line-height: 1.7;
}
.mtitle .eng {
  display: block;
  font-size: 4.6rem;
  color: #000035;
  font-weight: 800;
  text-transform: inherit;
  font-family: "Caveat", cursive;
}
.mtitle .ja {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  font-size: 1.8rem;
  color: #444;
}
.mtitle.type1:after {
  background-image: -webkit-gradient(linear, left top, right top, from(#F29605), color-stop(50%, #F29605), color-stop(50%, rgb(0, 0, 114.2)), to(rgb(0, 0, 114.2)));
  background-image: linear-gradient(to right, #F29605 0%, #F29605 50%, rgb(0, 0, 114.2) 50%, rgb(0, 0, 114.2) 100%);
}
.mtitle.white span {
  color: #fefefe;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.mtitle.white:after {
  color: #fefefe;
}
.mtitle.mtitle_left {
  text-align: left;
}
.mtitle.mtitle_left:after {
  left: 0;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
@media all and (max-width: 769px) {
  .mtitle {
    margin: 0 auto 50px;
  }
  .mtitle .eng {
    font-size: 1.3rem;
  }
  .mtitle .ja {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 639px) {
  .mtitle {
    margin: 0 auto 50px;
  }
  .mtitle .eng {
    font-size: 1.2rem;
  }
  .mtitle .ja {
    font-size: 1.6rem;
  }
}

.mtitle_small {
  position: relative;
  letter-spacing: 0;
  padding-bottom: 4px;
  margin-bottom: 20px;
  color: #444;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
  font-size: 1.8rem;
}
.mtitle_small.gray {
  color: #E6001A;
}
@media all and (max-width: 639px) {
  .mtitle_small.gray {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 639px) {
  .mtitle_small {
    font-size: 1.7rem;
  }
}
.mtitle_small:before {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.mtitle_small.bg-02_eng:after {
  content: "COMMUNICATION";
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 32px;
  opacity: 0.2;
  font-size: 5rem;
  margin-left: 30px;
}
@media all and (max-width: 639px) {
  .mtitle_small.bg-02_eng:after {
    bottom: 25px;
    font-size: 3rem;
    left: -30px;
  }
}
.mtitle_small.bg-02_eng2:after {
  content: "CREATIVE CONDITION";
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 32px;
  opacity: 0.2;
  font-size: 5rem;
  margin-left: 30px;
}
@media all and (max-width: 639px) {
  .mtitle_small.bg-02_eng2:after {
    bottom: 27px;
    font-size: 3rem;
    left: -30px;
  }
}

.mtitle_line {
  position: relative;
  margin-bottom: 25px;
  color: #444;
  border-top: 2px solid rgba(230, 0, 26, 0.8);
  font-size: 2.4rem;
  padding: 10px 10px 18px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  font-weight: 800;
}
.mtitle_line span {
  font-size: 1.4rem;
  color: rgb(179, 0, 20.2347826087);
  margin-left: 10px;
}
.mtitle_line.type1 {
  border-top: 2px solid rgba(242, 150, 5, 0.8);
}
.mtitle_line.type1:after {
  background-image: repeating-linear-gradient(-45deg, #F29605, #F29605 1px, transparent 2px, transparent 5px);
}
.mtitle_line:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: "";
  opacity: 0.5;
  background-image: repeating-linear-gradient(-45deg, #E6001A, #E6001A 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media all and (max-width: 639px) {
  .mtitle_line {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .mtitle_line span {
    font-size: 1.2rem;
  }
}

.mtitle-ll {
  font-size: 3rem;
  color: #555;
  text-align: center;
  margin-bottom: 20px;
}

.mttl_cl {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #111;
  text-align: center;
  font-weight: normal;
  font-size: 2.5rem;
  line-height: 1.4;
  margin-bottom: 45px;
  position: relative;
  letter-spacing: 4px;
}
.mttl_cl:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #E6001A;
  display: block;
  position: absolute;
  top: 80px;
  bottom: 0;
  margin: auto;
  right: 0;
  left: 0;
}
.mttl_cl span {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 13px;
  display: block;
  color: #E6001A;
}

.mttl_cla {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #333333;
  text-align: center;
  font-weight: normal;
  font-size: 3rem;
  line-height: 1.4;
  margin-bottom: 45px;
  position: relative;
  letter-spacing: 5px;
}
.mttl_cla:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #aaa;
  display: block;
  position: absolute;
  top: 60px;
  bottom: 0;
  margin: auto;
  right: 0;
  left: 0;
}
.mttl_cla span {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 13px;
  display: block;
  color: #E6001A;
}

.mttl_cl02 {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #111;
  text-align: center;
  font-weight: normal;
  font-size: 2.5rem;
  line-height: 1.6;
  margin-bottom: 30px;
  position: relative;
  letter-spacing: 4px;
}
.mttl_cl02 span {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 13px;
  display: block;
  color: #E6001A;
}

.mttl_ic {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 0.9;
  margin: 0px 0 15px;
  padding-bottom: 10px;
  letter-spacing: 1px;
  border-bottom: 2px solid #E6001A;
  color: #E6001A;
}
.mttl_ic:before {
  content: url(../img/mttl_ic.png);
  top: 5px;
  position: relative;
}
.mttl_ic span {
  font-size: 1.5rem;
  margin-left: 5px;
}

.mttl-bg {
  background: #E6001A;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 5px;
}

.mttl-rs {
  margin-bottom: 5px;
}
.mttl-rs span {
  background: #111;
  color: #fff;
  padding: 2px 10px;
  margin-right: 5px;
  font-size: 1.8rem;
}

.mttl-rs_c01 span {
  background: #E5954C;
  color: #fff;
  padding: 2px 20px;
  font-size: 1.8rem;
}

.mttl-rs_c01 span {
  background: #E5954C;
  color: #fff;
  padding: 2px 30px;
  font-size: 1.8rem;
  display: inline-block;
}
.mttl-rs_c01.center {
  text-align: center;
}

.mttl-rs_c02 span {
  background: #CF6FD7;
  color: #fff;
  padding: 2px 30px;
  font-size: 1.8rem;
  display: inline-block;
}
.mttl-rs_c02.center {
  text-align: center;
}

.mttl-rs_c03 span {
  background: #70A666;
  color: #fff;
  padding: 2px 30px;
  font-size: 1.8rem;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  margin-right: auto !important;
  margin-left: auto !important;
}
.mttl-rs_c03.center {
  text-align: center;
}

.tbx_c01 {
  background: #FFE8D3;
  border: 3px solid #E5954C;
  padding: 25px 70px;
  width: calc(100% - 146px);
}
@media screen and (max-width: 768px) {
  .tbx_c01 {
    padding: 25px 15px;
    width: calc(100% - 36px);
  }
}

.tbx_c02 {
  background: #FFDDF2;
  border: 3px solid #CF6FD7;
  padding: 25px 70px;
  width: calc(100% - 146px);
}
@media screen and (max-width: 768px) {
  .tbx_c02 {
    padding: 25px 15px;
    width: calc(100% - 36px);
  }
}

.tbx_c03 {
  background: #EFFFEC;
  border: 3px solid #70A666;
  padding: 25px 70px;
  width: calc(100% - 146px);
}
@media screen and (max-width: 768px) {
  .tbx_c03 {
    padding: 25px 15px;
    width: calc(100% - 36px);
  }
}

.mttl-rs2 {
  margin: 0;
}
.mttl-rs2 span {
  background: #E6001A;
  color: #fff;
  padding: 8px 10px;
  font-size: 1.8rem;
}
.mttl-rs2 span:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  content: "\f27a";
  margin-right: 5px;
}

.list_pdf {
  margin-bottom: 20px;
  background: #BED9EC;
  padding: 5px;
  font-size: 15px;
  font-weight: bold;
  color: #448ACA;
  overflow: hidden;
  line-height: 1.5;
}
.list_pdf li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
  content: "\f1c1";
  color: #F84453;
}
.list_pdf li:last-child {
  border-bottom: dotted 0px #aaa;
}
.list_pdf li {
  padding-left: 1.5em;
  padding-top: 8px;
  padding-bottom: 8px;
  text-indent: -1.5em;
  border-bottom: dotted 1px #aaa;
}

.faq_accordion dt {
  padding: 20px 0;
  font-weight: normal;
  font-size: 1.8rem;
  background: #f2f2f2;
  color: #E6001A;
  font-weight: bold;
  border-radius: 2px;
  text-indent: -1.7em;
  padding-left: 2.2em;
  border-top: #aaa 2px solid;
  border-left: #aaa 2px solid;
  border-right: #aaa 2px solid;
}
@media screen and (max-width: 768px) {
  .faq_accordion dt {
    font-size: 1.4rem;
  }
}
.faq_accordion dt:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  margin-right: 5px;
  font-size: 3rem;
  color: #E6001A;
  font-size: 1.7rem;
}
.faq_accordion dd {
  margin-bottom: 25px;
  background: #fff;
  padding: 10px 20px;
  border: #aaa 2px solid;
}
.faq_accordion dd b {
  color: #E6001A;
  margin-right: 3px;
  font-size: 2rem;
}
.faq_accordion dd span {
  color: #E6001A;
  font-weight: bold;
  display: block;
  border-bottom: 1px dotted #aaa;
}
.faq_accordion dd {
  /*     &:before {
        content: "A";
        margin-right: 5px;
        color: $base_color;
        font-weight: bold;
        font-size: 18px;
      }
  */
}

.faq dt {
  padding: 5px 5px 3px 2px;
  color: #F29605;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 18px;
}
.faq dt:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f059";
  margin-right: 5px;
  font-size: 20px;
}
.faq dd {
  margin-bottom: 20px;
  background: #f2f2f2;
  padding: 10px 10px;
}
.faq dd:before {
  content: "A";
  margin-right: 5px;
  color: #F29605;
  font-weight: bold;
  font-size: 18px;
  padding: 7px 10px;
  border-radius: 50%;
}
.faq b {
  padding: 3px 5px;
  margin: 10px 0;
  line-height: 40px;
  background: #dad2b9;
  font-size: 11px;
}

.list-bnr {
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: normal;
  overflow: hidden;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list-bnr li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  margin-right: 5px;
  position: absolute;
  left: 90%;
  bottom: 25%;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.list-bnr li:hover:before {
  left: 92%;
}
.list-bnr li a {
  width: 100%;
  height: 100%;
  display: block !important;
  padding: 10px 13px;
}
.list-bnr li a:link, .list-bnr li a:visited, .list-bnr li a:hover {
  color: #fff;
}
.list-bnr li:hover {
  background: rgb(255, 77, 97.1217391304);
}
.list-bnr li {
  width: calc(33.33% - 10px);
  background: #E6001A;
  margin-bottom: 15px;
  position: relative;
}
.list-bnr li:nth-child(3n+2):last-child {
  margin-right: 33.4%;
}

@media screen and (max-width: 768px) {
  .list-bnr li {
    width: 100%;
    margin: 0 0 10px;
  }
}
.list-bnr01 {
  max-width: 720px;
  margin: 0 auto;
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: normal;
  overflow: hidden;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list-bnr01 li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  margin-right: 5px;
  position: absolute;
  left: 97%;
  bottom: 24%;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.list-bnr01 li:hover:before {
  left: 99%;
}
.list-bnr01 li a {
  width: 100%;
  height: 100%;
  display: block !important;
  padding: 10px 13px;
}
.list-bnr01 li a:link, .list-bnr01 li a:visited, .list-bnr01 li a:hover {
  color: #fff;
}
.list-bnr01 li:hover {
  background: rgb(255, 77, 97.1217391304);
}
.list-bnr01 li {
  width: calc(100% - 0px);
  background: #E6001A;
  margin-bottom: 15px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .list-bnr li {
    width: 100%;
    margin: 0 0 10px;
  }
}
.timeline > li {
  overflow: hidden;
  margin: 0;
  position: relative;
}

.timeline-date {
  width: 130px;
  float: left;
  text-align: left;
  margin-top: 10px;
  color: #E6001A;
  font-weight: bold;
}

.timeline-content {
  width: 75%;
  float: left;
  border-left: 3px #ccc solid;
  padding: 10px 0 10px 30px;
}
.timeline-content:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #E6001A;
  position: absolute;
  left: 126px;
  top: 17px;
  border-radius: 100%;
}

/* スマホ */
@media screen and (max-width: 768px) {
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-date {
    width: 7em;
    float: left;
    text-align: left;
    margin-top: 10px;
  }
  .timeline-content {
    width: 50%;
    float: left;
    border-left: 3px #ccc solid;
    padding: 10px 0 20px 20px;
  }
  .timeline-content:before {
    content: "";
    width: 12px;
    height: 12px;
    background: #E6001A;
    position: absolute;
    left: 6.7em;
    top: 17px;
    border-radius: 100%;
  }
}
.ol-list {
  counter-reset: li;
  list-style: none;
  margin: 20px 0;
  padding: 0;
  display: block;
}
.ol-list li {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 12px 0;
  border-bottom: 1px dotted #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ol-list li:last-child {
  border-bottom: none;
}
.ol-list span {
  position: relative;
  padding-left: 35px;
  color: #666;
  line-height: 1.6;
  display: block;
}
.ol-list span:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #E6001A;
  color: #ffffff;
  height: 22px;
  width: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border-radius: 50%;
  border: none;
}

.mttl_slash {
  position: relative;
  border-bottom: 2px solid #eee;
  margin: 0 0px 15px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 2px;
  color: #E6001A;
}
.mttl_slash:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f068";
  margin-right: 5px;
  color: rgb(255, 77, 97.1217391304);
}
.mttl_slash:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 2;
  content: "";
  width: 20%;
  height: 3px;
  background-color: rgb(255, 77, 97.1217391304);
}
.mttl_slash span {
  margin-left: 10px;
  margin-bottom: 0.2em;
  color: #448cc9;
  font-size: 0.6em;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}

/* news */
.news {
  overflow: hidden;
  line-height: 1.6;
  margin: 10px auto 0;
}
.news dt {
  float: left;
  width: 8em;
  font-weight: bold;
  color: #E6001A;
}
.news dd {
  padding-left: 8em;
  border-bottom: 1px solid #ccc;
  margin-bottom: 8px;
  padding-bottom: 5px;
}

.list-check {
  margin-bottom: 20px;
  padding: 5px 0;
  font-size: 1.2rem;
  font-weight: normal;
  overflow: hidden;
  line-height: 1.5;
}
.list-check li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f14a";
  margin-right: 5px;
  color: #E6001A;
}
.list-check li:last-child {
  border-bottom: dotted 0px #aaa;
}
.list-check li {
  padding-left: 1.5em;
  padding-top: 8px;
  padding-bottom: 8px;
  text-indent: -1.5em;
  border-bottom: dotted 1px #aaa;
}

.list_check {
  margin-bottom: 20px;
  padding: 5px 0;
  font-size: 1.2rem;
  font-weight: normal;
  overflow: hidden;
  line-height: 1.5;
}
.list_check li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f14a";
  margin-right: 5px;
  color: #E6001A;
}
.list_check li:last-child {
  border-bottom: dotted 0px #aaa;
}
.list_check li {
  padding-left: 1.5em;
  padding-top: 8px;
  padding-bottom: 8px;
  text-indent: -1.5em;
  border-bottom: dotted 1px #aaa;
}

.mttl_bubble {
  position: relative;
  padding: 0px 0px 5px 0px;
  padding-left: 2em;
  font-size: 2rem;
  color: #E6001A;
  border-bottom: 2px solid rgb(255, 77, 97.1217391304);
  margin-bottom: 25px;
  margin-top: 5px;
}
.mttl_bubble::before {
  content: "●";
  color: #E6001A;
  font-size: 5rem;
  position: absolute;
  left: 0;
  top: -30px;
}
.mttl_bubble::after {
  content: "〇";
  color: rgb(255, 77, 97.1217391304);
  font-size: 1.3rem;
  position: absolute;
  left: 20px;
  top: 20px;
}

.btn-store {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 300px;
  height: 80px;
  margin: 50px auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  background-color: #fff9ef;
  color: #FFF;
  border: 1px solid #F29605;
  color: #F29605 !important;
  -webkit-box-shadow: 0 18px 15px rgba(193, 193, 193, 0.8);
          box-shadow: 0 18px 15px rgba(193, 193, 193, 0.8);
}
.btn-store::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 1px;
  background-color: #FFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-store::before {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
.btn-store:hover {
  background-color: #FFF;
  color: #444;
  border: 1px solid #444;
  /* ホバー時は立体的な影と厚みを消す */
  -webkit-box-shadow: none;
          box-shadow: none;
  /* ボタンをわずかに押し込むアニメーション */
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
.btn-store:hover::after {
  background-color: #444;
}
.btn-store:hover::before {
  border-top: 1px solid #444;
  border-right: 1px solid #444;
}

.btn_blue a {
  position: relative;
  z-index: 2;
  background: #E6001A;
  border: 2px solid #E6001A;
  font-size: 13px;
  display: block;
  width: 200px;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
}
.btn_blue a:link, .btn_blue a:visited {
  color: #fff;
  text-decoration: none;
}
.btn_blue a:hover {
  color: #E6001A;
  text-decoration: none;
  background-color: #fff;
  border-color: #E6001A;
}
.btn_blue a::before, .btn_blue a::after {
  top: 0;
  width: 50%;
  height: 100%;
  background: #E6001A;
}
.btn_blue a::before {
  right: 0;
}
.btn_blue a::after {
  left: 0;
}
.btn_blue a:hover::before, .btn_blue a:hover::after {
  width: 0;
  background: #E6001A;
}
.btn_blue a::before, .btn_blue a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}
.btn_blue a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_blue a::before, .btn_blue a::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn01 {
  margin: 30px 0;
}
.btn01 a {
  position: relative;
  width: 83%;
  margin: 0 auto;
  display: block;
  padding: 10px 30px;
  border-radius: 40px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  font-weight: 700;
  border: 2px solid #E6001A;
  color: #E6001A;
  background: transparent;
  -webkit-transition: background-color 0.8s ease, color 0.8s ease, border-color 0.8s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.8s ease, color 0.8s ease, border-color 0.8s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.8s ease, color 0.8s ease, border-color 0.8s ease, transform 0.3s ease;
  transition: background-color 0.8s ease, color 0.8s ease, border-color 0.8s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.btn01 a::after {
  content: "●";
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0.5em;
  color: #E6001A;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.btn01 a:hover {
  background: #E6001A;
  color: #fff;
}
.btn01 a:hover::after {
  right: 20px;
  color: #fff;
}
.btn01.left a {
  margin-left: 0;
}
.btn01.right a {
  margin-right: 0;
}
.btn01.sbc a {
  border: 2px solid #F29605;
  color: #F29605;
}
.btn01.sbc a::after {
  color: #F29605;
}
.btn01.sbc a:hover {
  background: #F29605;
  color: #fff;
}
.btn01.sbc a:hover::after {
  color: #fff;
}
.btn01.white a {
  border: 2px solid #fff;
  color: #fff;
}
.btn01.white a::after {
  color: #fff;
}
.btn01.white a:hover {
  background: #fff;
  color: #E6001A;
}
.btn01.white a:hover::after {
  color: #E6001A;
}
.btn01.brown a {
  border: 2px solid #444;
  color: #444;
}
.btn01.brown a::after {
  color: #444;
}
.btn01.brown a:hover {
  background: #444;
  color: #ffffff;
}
.btn01.brown a:hover::after {
  color: #ffffff;
}
@media all and (max-width: 769px) {
  .btn01 {
    margin-top: 25px;
  }
  .btn01 a {
    width: 75%;
  }
  .btn01.left a {
    margin-left: auto;
  }
  .btn01.right a {
    margin-right: auto;
  }
}

.btn03 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 30px auto;
  padding: 10px 20px;
  width: 300px;
  text-align: center;
  color: #444;
  font-size: 1.6rem;
  border: 1px solid #444;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn03 a::before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 100%;
  height: 1px;
  background-color: #444;
  -webkit-transition: 0.2s ease 0s;
  transition: 0.2s ease 0s;
}
.btn03 a::after {
  content: "";
  position: absolute;
  top: 10px;
  right: -10px;
  width: 1px;
  height: 100%;
  background-color: #444;
  -webkit-transition: 0.2s ease 0.2s;
  transition: 0.2s ease 0.2s;
}
.btn03 a.white {
  color: #fff;
  border-color: #fff;
}
.btn03 a.white::before, .btn03 a.white::after {
  background-color: #fff;
}
.btn03 a.white:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.btn03 a:hover::before {
  width: 0%;
}
.btn03 a:hover::after {
  height: 0%;
}
.btn03 a:hover {
  text-decoration: none;
}

.btn_l {
  margin-left: 0px !important;
  margin-right: auto !important;
}

.btn_r {
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: right;
}

.btn_s a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #E6001A;
  padding: 5px 0px;
  font-size: 1.3rem;
  border: 2px solid #E6001A;
  display: block;
  width: 160px;
  text-align: center;
}
.btn_s a:link, .btn_s a:visited {
  color: #fff;
}
.btn_s a:hover {
  color: #fff;
  background: #fff;
  color: #E6001A;
  border: 2px solid #E6001A;
}
@media screen and (max-width: 768px) {
  .btn_s a {
    margin-right: auto !important;
    margin-left: auto !important;
    width: 100px;
  }
}
.btn_s.center a {
  margin-right: auto !important;
  margin-left: auto !important;
}
.btn_s.right a {
  margin-left: auto !important;
}
@media screen and (max-width: 768px) {
  .btn_s.right a {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

.btn1 a {
  position: relative;
  z-index: 2;
  background: #E6001A;
  border: 2px solid #E6001A;
  font-size: 16px;
  display: block;
  width: 200px;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
}
.btn1 a:link, .btn1 a:visited {
  color: #fff;
  text-decoration: none;
}
.btn1 a:hover {
  color: #E6001A;
  text-decoration: none;
  background-color: #fff;
  border-color: #E6001A;
}
.btn1 a::before, .btn1 a::after {
  top: 0;
  width: 50%;
  height: 100%;
  background: #E6001A;
}
.btn1 a::before {
  right: 0;
}
.btn1 a::after {
  left: 0;
}
.btn1 a:hover::before, .btn1 a:hover::after {
  width: 0;
  background: #E6001A;
}
.btn1 a::before, .btn1 a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}
.btn1 a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn1 a::before, .btn1 a::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn1a a {
  position: relative;
  z-index: 2;
  background: #E6001A;
  border: 2px solid #E6001A;
  font-size: 16px;
  display: block;
  width: 280px;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
}
.btn1a a:link, .btn1a a:visited {
  color: #fff;
  text-decoration: none;
}
.btn1a a:hover {
  color: #E6001A;
  text-decoration: none;
  background-color: #fff;
  border-color: #E6001A;
}
.btn1a a::before, .btn1a a::after {
  top: 0;
  width: 50%;
  height: 100%;
  background: #E6001A;
}
.btn1a a::before {
  right: 0;
}
.btn1a a::after {
  left: 0;
}
.btn1a a:hover::before, .btn1a a:hover::after {
  width: 0;
  background: #E6001A;
}
.btn1a a::before, .btn1a a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}
.btn1a a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn1a a::before, .btn1a a::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn_bk a {
  position: relative;
  z-index: 2;
  background: #111;
  border: 2px solid #111;
  font-size: 13px;
  display: block;
  width: 180px;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
}
.btn_bk a:link, .btn_bk a:visited {
  color: #fff;
  text-decoration: none;
}
.btn_bk a:hover {
  color: #111;
  text-decoration: none;
  background-color: #fff;
  border-color: #111;
}
.btn_bk a::before, .btn_bk a::after {
  top: 0;
  width: 50%;
  height: 100%;
  background: #111;
}
.btn_bk a::before {
  right: 0;
}
.btn_bk a::after {
  left: 0;
}
.btn_bk a:hover::before, .btn_bk a:hover::after {
  width: 0;
  background: #111;
}
.btn_bk a::before, .btn_bk a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}
.btn_bk a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_bk a::before, .btn_bk a::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn_wt a {
  position: relative;
  background: #fff;
  border: 2px solid #fff;
  font-size: 14px;
  display: block;
  width: 180px;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  padding: 3px 0;
}
.btn_wt a:link, .btn_wt a:visited {
  color: #111;
  text-decoration: none;
}
.btn_wt a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #111;
  border-color: #fff;
}
.btn_wt a::before, .btn_wt a::after {
  top: 0;
  width: 50%;
  height: 100%;
  background: #fff;
}
.btn_wt a::before {
  right: 0;
}
.btn_wt a::after {
  left: 0;
}
.btn_wt a:hover::before, .btn_wt a:hover::after {
  width: 0;
  background: #fff;
}
.btn_wt a::before, .btn_wt a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}
.btn_wt a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_wt a::before, .btn_wt a::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* btn */
.btn2 a {
  position: relative;
  z-index: 2;
  background: none;
  border: 1px solid #fff;
  font-size: 16px;
  display: block;
  width: 305px;
  margin: 0 auto;
  text-align: center;
  font-weight: normal;
  padding: 10px 0;
}
.btn2 a:link, .btn2 a:visited {
  color: #fff;
  text-decoration: none;
}
.btn2 a:hover {
  text-decoration: none;
  background-color: #fff;
  border-color: #fff;
  color: #111 !important;
}
.btn2 a::before, .btn2 a::after {
  top: 0;
  width: 50%;
  height: 100%;
}
.btn2 a::before {
  right: 0;
}
.btn2 a::after {
  left: 0;
}
.btn2 a:hover {
  color: #111;
}
.btn2 a:hover::before, .btn2 a:hover::after {
  width: 0;
  background-color: #fff;
}
.btn2 a::before, .btn2 a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}
.btn2 a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn2 a::before, .btn2 a::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-r {
  background: #f2f2f2;
  padding: 20px 0;
}
.btn-r a {
  margin: 0 auto;
  position: relative;
  z-index: 2;
  background-color: #F29605;
  border: 2px solid #F29605;
  font-size: 16px;
  display: block;
  width: 265px;
  text-align: center;
  font-weight: bold;
  padding: 15px 0;
  color: #fff;
  border-radius: 35px;
  overflow: hidden;
  text-decoration: none;
}
.btn-r a:hover {
  color: #F29605;
  background-color: #fff;
  border-color: #F29605;
}
.btn-r a::before, .btn-r a::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #F29605;
}
.btn-r a::before {
  right: 0;
}
.btn-r a::after {
  left: 0;
}
.btn-r a:hover::before, .btn-r a:hover::after {
  width: 0;
  background-color: #F29605;
  border-radius: 20px;
}
.btn-r a::before, .btn-r a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  border-radius: 20px;
}
.btn-r a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-r a::before, .btn-r a::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* telbtn */
.telbtn:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f098";
  margin-right: 5px;
  color: #E6001A;
}
.telbtn {
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  padding: 20px 0;
  letter-spacing: 2px;
}
.telbtn a:link, .telbtn a:visited {
  color: #E6001A;
  text-decoration: none;
}
.telbtn a:hover {
  color: #E6001A;
  text-decoration: none;
  opacity: 0.6;
}

.mailbtn * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mailbtn {
  font-size: 15px;
  font-weight: bold;
  margin: 10px 0 5px;
}
.mailbtn a {
  margin: 0 auto;
  text-align: center;
  width: 250px;
  display: block;
  padding: 5px 5px;
  font-weight: normal;
  border: 2px solid #E6001A;
}
.mailbtn a:link {
  color: #E6001A;
  text-decoration: none;
}
.mailbtn a:visited {
  color: #E6001A;
}
.mailbtn a:hover {
  color: #fff;
  background: #E6001A;
  text-decoration: none;
}
.mailbtn a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f003";
  margin-right: 5px;
}

.sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sns-list.type1 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sns-list.type2 {
  margin-left: 10px;
}
.sns-list.type2 li a {
  background: transparent !important;
  border: 2px solid #fff;
}
.sns-list.type2 li a:before {
  display: none;
}
.sns-list.type2 li a:hover {
  background: rgba(255, 255, 255, 0.2) !important;
}
@media all and (max-width: 769px) {
  .sns-list.type2 {
    display: none;
  }
}
.sns-list.type3 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sns-list.type3 li a {
  background: #fff !important;
  color: #E6001A !important;
  border: 1px solid #fff;
}
.sns-list.type3 li a i {
  color: #E6001A !important;
}
.sns-list.type3 li a::before {
  display: none;
}
.sns-list.type3 li a:hover {
  background: transparent !important;
  color: #fff !important;
}
.sns-list.type3 li a:hover i {
  opacity: 1;
  color: #fff !important;
}
.sns-list li:not(:last-child) {
  margin-right: 10px;
}
.sns-list li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: relative;
  border-radius: 50%;
}
.sns-list li a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  z-index: 3;
}
.sns-list li a i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  font-size: 18px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fefefe;
  padding-left: 2px;
}
.sns-list li a:hover img {
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: rotate(360deg);
  transform: translate(-50%, -50%) rotate(360deg);
}
.sns-list li a:hover i {
  -webkit-transform: translate(-50%, -50%) scale(0.85);
          transform: translate(-50%, -50%) scale(0.85);
}
.sns-list li a.btn-other {
  background: #E6001A;
}
.sns-list li a.btn-other2 {
  background: #F29605;
}
.sns-list li a.btn-brown {
  background: #444;
}
.sns-list li a.btn-map {
  background: #CC0000;
}
.sns-list li a.btn-lit {
  background: #918ff1;
}
.sns-list li a.btn-tiktok {
  background: #000;
}
.sns-list li a.btn-facebook {
  background: #1877f2;
}
.sns-list li a.btn-twitter {
  background: #1da1f2;
}
.sns-list li a.btn-line {
  background: #00B900;
}
.sns-list li a.btn-rakuten {
  background: #bf0000;
}
.sns-list li a.btn-youtube {
  background: #d62a29;
}
.sns-list li a.btn-yahoo {
  background: #df0f16;
}
.sns-list li a.btn-ameba {
  background: #2c883a;
}
.sns-list li a.btn-online {
  background: #E6001A;
}
.sns-list li a.btn-x {
  background: #000000;
}
.sns-list li a.btn-instagram {
  overflow: hidden;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}
.sns-list li a.btn-instagram:before {
  content: "";
  position: absolute;
  top: 20px;
  left: -12px;
  width: 60px;
  height: 60px;
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
}
.sns-list li a.btn-gray {
  background: #383636;
}

.list-bnr_02 {
  margin-bottom: 0px;
  padding: 5px 0;
  font-size: 1.4rem;
  font-weight: normal;
  overflow: hidden;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list-bnr_02 li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  margin-right: 5px;
  position: absolute;
  left: 90%;
  bottom: 30%;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.list-bnr_02 li:hover:before {
  left: 92%;
}
.list-bnr_02 li a {
  width: 100%;
  height: 100%;
  display: block !important;
  padding: 1em 13px;
}
.list-bnr_02 li a:link, .list-bnr_02 li a:visited, .list-bnr_02 li a:hover {
  color: #fff;
}
.list-bnr_02 li:hover {
  background: rgb(251.2246963563, 181.7591093117, 72.2753036437);
}
.list-bnr_02 li {
  width: calc(25% - 20px);
  background: #F29605;
  margin: 0 10px 15px;
  position: relative;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 4px 4px 0 0;
          box-shadow: rgba(0, 0, 0, 0.3) 4px 4px 0 0;
}

.tbox_bg {
  background: #f2f2f2;
  padding: 10px;
}

.top_text01 {
  padding-top: 80px;
  min-width: 1160px;
  max-width: 1300px;
  margin: 0 auto;
}
.top_text01 img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top_text01 {
    padding-top: 30px;
    min-width: 100%;
  }
}

.img_g01 {
  position: relative;
  text-align: center;
  width: 960px;
  height: 300px;
  margin: 0 auto;
}
.img_g01 img {
  position: absolute;
  top: -150px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .img_g01 {
    position: relative;
    text-align: center;
    width: 100%;
    height: auto;
  }
  .img_g01 img {
    position: static;
    top: 0;
    left: 0;
    right: 0;
  }
}

.img_g02 {
  position: relative;
  text-align: center;
  width: 457px;
  height: 410px;
}
.img_g02 img {
  position: absolute;
  top: -130px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .img_g02 {
    position: relative;
    text-align: center;
    width: 100%;
    height: auto;
  }
  .img_g02 img {
    position: static;
    padding-top: 0px;
    top: 0;
    left: 0;
    right: 0;
  }
}

.img_g03 {
  position: relative;
  text-align: center;
  width: 445px;
  height: 80px;
}
.img_g03 img {
  position: absolute;
  top: -150px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .img_g03 {
    position: relative;
    text-align: center;
    width: 100%;
    height: auto;
  }
  .img_g03 img {
    position: static;
    top: 0;
    left: 0;
    right: 0;
  }
}

/*link*/
/*containar*/
#contentwrap {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  z-index: 99;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(230, 0, 26, 0.1)), to(rgba(242, 150, 5, 0.1)));
  background: linear-gradient(to bottom, rgba(230, 0, 26, 0.1) 0%, rgba(242, 150, 5, 0.1) 100%);
}
#contentwrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28006/bg-petal.webp);
  background-size: cover;
  background-position: center top;
  opacity: 0.6;
  z-index: -1;
  pointer-events: none;
}

.single {
  position: relative;
  width: 1160px;
  margin: 0 auto;
  padding: 80px 0;
}
.single.type1 {
  padding: 80px 0 0;
}
.single .tbox p {
  margin-bottom: 0px;
}

.single2 {
  position: relative;
  width: 1160px;
  margin: 0 auto;
  padding: 20px 0 30px;
}
@media screen and (max-width: 768px) {
  .single2 {
    width: 100%;
    padding: 20px 0 0px;
  }
}

.single3 {
  position: relative;
  width: 1500px;
  width: 98%;
  margin: 0 auto;
  padding: 80px 0;
}
.single3.type1 {
  padding: 80px 0 0;
}
.single3 .tbox p {
  margin-bottom: 0px;
}

.single_none {
  width: 100%;
  padding: 55px 0;
  padding: 25px 0;
  width: 95%;
  margin: 0 auto;
}

.lsingle {
  width: 49%;
  float: left;
}

.rsingle {
  width: 49%;
  float: right;
}

/* footer */
footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  z-index: 100;
}

address span {
  display: inline-block;
}

#page-top {
  position: fixed;
  bottom: 5px;
  right: 5px;
  font-size: 12px;
  font-weight: bold;
  z-index: 9999;
}
#page-top a {
  color: #fff;
  font-size: 25px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  /*background: #eb6100;*/
  text-decoration: none;
  padding: 5px 15px;
  text-align: center;
  display: block;
  background: #E6001A;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
          box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
}
#page-top a:hover {
  background: rgb(255, 77, 97.1217391304);
  text-decoration: none;
}

table.cmp {
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0px 8px;
  font-size: 13px;
}
table.cmp th, table.cmp td {
  padding: 15px 15px;
}
table.cmp th {
  background: #E6001A;
  vertical-align: middle;
  text-align: left;
  width: 100px;
  overflow: visible;
  position: relative;
  color: #fff;
  font-weight: normal;
}
table.cmp th:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: #E6001A;
  border-width: 10px;
  margin-top: -10px;
}
table.cmp td {
  background: #f8f8f8;
  width: 360px;
  padding-left: 20px;
}

/* firefox */
@-moz-document url-prefix() {
  table.cmp th::after {
    float: right;
    padding: 0;
    left: 30px;
    top: 10px;
    content: " ";
    height: 0;
    width: 0;
    position: relative;
    pointer-events: none;
    border: 10px solid transparent;
    border-left: #888 10px solid;
    margin-top: -10px;
  }
}
.list_ol_01 {
  counter-reset: li;
  /* Initiate a counter */
  list-style: none;
  /* Remove default numbering */
  margin: 10px 0;
  display: block;
}
.list_ol_01 li {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 5px 0px;
  border-radius: 0.3em;
  background: #f2f2f2;
}
.list_ol_01 li:last-child {
  margin-bottom: 0px;
}
.list_ol_01 span {
  display: table-cell;
  position: relative;
  padding-left: 10px;
  color: #555;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.list_ol_01 span:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: 50%;
  margin-top: -1.3em;
  background-color: #0069B7;
  margin-left: -3em;
  color: #fff;
  height: 2em;
  width: 2em;
  line-height: 2em;
  border: 0.3em solid #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 2em;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.top_box01 {
  max-width: 800px;
  margin: 0 auto;
}
.top_box01 img {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .top_box01 {
    max-width: 100%;
  }
}

/* footer */
footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
}

#page-top {
  position: fixed;
  bottom: 5px;
  right: 5px;
  font-size: 12px;
  font-weight: bold;
  z-index: 9999;
}
#page-top a {
  color: #fff;
  font-size: 25px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  /*background: #eb6100;*/
  text-decoration: none;
  padding: 5px 15px;
  text-align: center;
  display: block;
  background: #E6001A;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
          box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
}
#page-top a:hover {
  background: rgb(255, 77, 97.1217391304);
  text-decoration: none;
}

/* footer */
footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  font-size: 1.2rem;
  text-align: center;
}

#footer {
  width: 1160px;
  margin: 0 auto 0;
  padding: 60px 0 40px;
}
#footer address {
  margin-top: 10px;
}

.bnr01 {
  height: 300px;
}

/* fnavi */
#fnavi_bg {
  width: 100%;
  background: #E6001A;
}

#fnavi {
  width: 1160px;
  margin: 0 auto 40px;
}
#fnavi li {
  list-style: none;
  display: inline-block;
  text-align: center;
  padding: 0 20px 0;
  margin: 0;
  border-right: 1px solid #aaa;
}
#fnavi li:last-child {
  border-right: 0px solid #aaa;
}
#fnavi li span {
  display: block;
  font-size: 0.8rem;
}
#fnavi li a {
  width: 100%;
  line-height: 1.3;
  display: block;
  text-align: center;
  border: none;
  letter-spacing: 2px;
  position: relative;
  cursor: pointer;
  color: #333 !important;
  font-family: "YakuHanJP", "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 12px;
  /*font-size: ($size / $base) + rem;*/
  letter-spacing: 0.1em;
}
#fnavi li a span {
  font-size: 10px;
  color: #333 !important;
  font-family: "YakuHanJP", "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 12px;
  /*font-size: ($size / $base) + rem;*/
  letter-spacing: 0.1em;
}
#fnavi li a:link, #fnavi li a:visited, #fnavi li a:hover {
  color: #333 !important;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  #fnavi_bg {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #fnavi {
    display: none;
  }
}
.bg1 {
  background: url(../img/sl1.jpg);
}

.mttl_point {
  color: #E6001A;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  margin: 10px 0;
  padding: 3px 0;
}
.mttl_point span {
  background: #E6001A;
  display: inline-block;
  padding: 10px;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 100px;
  color: #fff;
  margin-right: 15px;
}

.copyright {
  text-align: center;
  width: 100%;
  font-size: 1rem;
  color: #000035;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 12px;
  /*font-size: ($size / $base) + rem;*/
  letter-spacing: 0.1em;
  background: none;
  font-weight: 300;
  display: table;
  padding: 30px 0;
}

.fixd_link {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  position: fixed;
  margin: auto;
  right: 30px;
  top: 0;
  bottom: 0;
  height: 363px;
  line-height: 1em;
}
.fixd_link li {
  position: relative;
  margin-left: 40px;
  line-height: 1em;
  height: 1em;
}
@media all and (max-width: 639px) {
  .fixd_link li {
    width: 100px;
  }
}
.fixd_link li a span {
  font-family: "YakuHanJP", "futura-pt", "sans-serif";
  font-weight: 500;
  font-size: 12px;
  /*font-size: ($size / $base) + rem;*/
  letter-spacing: 0.1em;
  letter-spacing: 0.3em;
}

@media screen and (max-width: 768px) {
  #fmenu-lg {
    display: none;
  }
  .logo_f {
    width: 100%;
    text-align: center;
    margin: 0 auto 15px;
  }
  address {
    margin-top: 10px;
  }
  #footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    border-radius: 20px;
    width: 1160px;
    margin: 10px auto 0;
    padding: 80px 0 0;
    font-size: 12px;
  }
}
/* mailform */
.form {
  margin: 10px 0 10px;
}
.form dt span {
  color: #fff;
  background: #FF4F4F;
  padding: 0 5px 0;
  margin-right: 5px;
  font-size: 1.1rem;
  border-radius: 2px;
  position: relative;
  top: -2px;
}
.form dl {
  margin: 10px 0;
  font-size: 1.6rem;
}
.form dt {
  float: left;
  width: 280px;
  padding-top: 20px;
}
.form dd {
  padding-left: 280px;
  padding-bottom: 20px;
  padding-top: 23px;
  line-height: 1.5;
  border-bottom: 1px solid #eee;
}
.form dd p {
  padding-top: 5px;
  color: #888;
}
.form dd:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
}

.textarea, textarea, .dropdown {
  border-radius: 2px;
  border: 1px solid #ddd;
}

.textarea {
  border-radius: 2px;
  border: 1px solid #ddd;
  height: 30px;
  padding: 0 5px;
}

.form-button {
  padding: 5px;
  border-radius: 5px;
  text-align: center;
  margin: 10px 0;
}

#mailform button {
  cursor: pointer;
  display: block;
  margin: 0 auto 5px;
  padding: 10px 0 10px;
  color: #fff;
  text-align: center;
  width: 250px;
  border-radius: 30px;
  background: #E6001A;
  font-weight: bold;
  border: 2px solid #E6001A;
}
#mailform button:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0e0";
  margin-right: 6px;
}
#mailform button:hover {
  background: #fff;
  color: #E6001A;
}
#mailform button * {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.form-button * {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/*Radio Text*/
label.radio_text {
  cursor: pointer;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
  padding-left: 20px;
  display: inline-block;
}
label.radio_text:before {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 50%;
  left: 0px;
  top: 2px;
  content: "";
  z-index: 3;
}
label.radio_text:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  left: 3px;
  top: 5px;
  background-color: #64BCFF;
  z-index: 1;
}
label.radio_text input[type=radio] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  left: -23px;
  top: 0px;
  margin: 0px;
  -webkit-box-shadow: 20px -1px #fff;
          box-shadow: 20px -1px #fff;
}
label.radio_text input[type=radio]:checked {
  -webkit-box-shadow: none;
          box-shadow: none;
}
label.radio_text input[type=radio]:focus {
  opacity: 0.2;
  -webkit-box-shadow: 20px -1px #FFF;
          box-shadow: 20px -1px #FFF;
}
label.checkbox_text {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 20px;
  overflow: hidden;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
label.checkbox_text:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 0;
  border: 1px solid #ccc;
  z-index: 3;
}
label.checkbox_text:after {
  content: "";
  position: absolute;
  top: 40%;
  left: 5px;
  display: block;
  margin-top: -9px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #E6001A;
  border-bottom: 3px solid #E6001A;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
}
label.checkbox_text input[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: -40px;
  width: 20px;
  height: 20px;
  display: block;
  -webkit-box-shadow: 41px 0px #FFF;
          box-shadow: 41px 0px #FFF;
  z-index: 2;
  margin: 0px;
  padding: 0px;
}
label.checkbox_text input[type=checkbox]:checked {
  -webkit-box-shadow: none;
          box-shadow: none;
}
label.checkbox_text input[type=checkbox]:checked:focus {
  -webkit-box-shadow: 40px 0px #666;
          box-shadow: 40px 0px #666;
  opacity: 0.1;
}
label.checkbox_text input[type=checkbox]:focus {
  -webkit-box-shadow: 41px 0px #EEE;
          box-shadow: 41px 0px #EEE;
}

.fm-text {
  padding: 10px;
  margin: 10px 0;
  text-align: center;
}

.section_box_text_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-shadow: #aaa 0 0 0 1px;
          box-shadow: #aaa 0 0 0 1px;
  background: #E6001A;
  color: #fff;
}

.section_box_text_l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-shadow: #aaa 0 0 0 1px;
          box-shadow: #aaa 0 0 0 1px;
  background: #E6001A;
  color: #fff;
}

.section_box_text_box {
  width: 360px;
  vertical-align: middle;
  padding: 20px 35px;
}
.section_box_text_box .btn1 {
  margin-top: 30px;
}

.section_box_img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.section_box_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
}

.conts-ttl {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.5rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  .conts-ttl {
    font-size: 2rem;
  }
}

.conts-ttlB {
  font-size: 1.6rem;
  font-weight: normal;
  margin-bottom: 15px;
  color: #E6001A;
}

.pvc strong {
  color: #E6001A;
  display: block;
  border-bottom: 1px dotted #aaa;
  margin: 8px 0;
}
.pvc strong:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0a9";
  margin-right: 5px;
}
.pvc h4 {
  color: #E6001A;
  display: block;
  border-bottom: 1px dotted #aaa;
  margin: 8px 0;
}
.pvc h4:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0a9";
  margin-right: 5px;
}

.photo {
  width: 100%;
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.photo li {
  width: calc(33.33% - 21px);
  margin: 10px;
}
.photo li * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.photo li a {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  max-height: 250px;
  overflow: hidden;
  background: #f2f2f2;
}
.photo li img {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;"; /*IE対策*/
}
.photo li p {
  height: 30px;
  margin: 5px 0 10px;
  text-align: center;
  text-overflow: ellipsis;
}
.photo li a:hover img {
  opacity: 0.6;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media screen and (max-width: 480px) {
  .photo li {
    width: calc(50% - 21px);
    margin: 10px;
  }
  .photo li a {
    width: 100%;
    height: 100px;
    max-height: 100px;
  }
}
/* blog_bx */
.bloglist {
  position: relative;
  margin: 0 0 30px !important;
  padding: 0 !important;
  width: 100% !important;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.bloglist .bloglist_sd {
  position: relative;
  margin: 0 0 0px !important;
  padding: 0 !important;
  width: 100% !important;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.bloglist .blog_bx_sd {
  background: #fff;
  /*アニメーション*/
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: calc(33% - 30px) !important;
  font-size: 12px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid #ccc;
  position: relative;
  padding: 10px 10px 10px;
}
.bloglist .blog_bx_sd a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.bloglist .blog_bx_sd .flex_sd {
  display: block;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.bloglist .blog_bx_sd .flex_sd div {
  width: calc(100% + 0px) !important;
}
.bloglist .blog_bx_sd:hover {
  background: #f2f2f2;
}
.bloglist .blog_bx_sd figcaption {
  display: block;
  text-align: center;
  width: 100%;
  height: 230px;
  margin-bottom: 10px;
  overflow: hidden;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
}
.bloglist .blog_bx_sd * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bloglist .blog_bx_sd p {
  line-height: 1.6em;
  font-size: 13px;
}
.bloglist .blog_bx_sd img {
  vertical-align: middle;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
}
.bloglist .blog_bx_sd:hover img {
  opacity: 1 !important;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.bloglist .ttl_sd {
  font-weight: bold;
  font-size: 12px;
  color: #111;
  float: left;
  background: #E6001A;
  padding: 0 15px;
  margin-bottom: 5px;
}
.bloglist .ttm_sd:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f017";
  margin-right: 5px;
  font-weight: normal;
}
.bloglist .ttm_sd {
  float: right;
  text-align: right;
  padding-top: 0px;
  font-size: 13px;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .bloglist .blog_bx_sd {
    width: calc(100% - 0px) !important;
  }
}
/* top_bnr_parent */
.top_bnr_parent .top_bnr {
  position: relative;
  margin-bottom: 20px;
}
.top_bnr_parent .top_bnr:last-child {
  margin-bottom: 0;
}
.top_bnr_parent .top_bnr:nth-child(3n) .top_bnr_detail {
  right: 0;
}
.top_bnr_parent .top_bnr:nth-child(3n) .top_bnr_detail .top_bnr_detail_sub:after {
  margin-right: 0;
  margin-left: auto;
}
.top_bnr_parent .top_bnr:nth-child(3n) .top_bnr_image {
  margin-left: 0;
  margin-right: auto;
}
.top_bnr_parent .top_bnr:nth-child(1) .top_bnr_detail {
  right: 0;
}
.top_bnr_parent .top_bnr:nth-child(1) .top_bnr_detail .top_bnr_detail_sub:after {
  margin-right: 0;
  margin-left: auto;
}
.top_bnr_parent .top_bnr:nth-child(1) .top_bnr_image {
  margin-left: 0;
  margin-right: auto;
}
.top_bnr_parent .top_bnr a {
  display: block;
}
.top_bnr_parent .top_bnr a:hover .top_bnr_detail .top_bnr_detail_sub:after {
  -webkit-animation: a 0.5s cubic-bezier(0.05, 0.75, 0.35, 0.93);
          animation: a 0.5s cubic-bezier(0.05, 0.75, 0.35, 0.93);
  width: 100px;
}
.top_bnr_parent .top_bnr a:hover .top_bnr_image img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.top_bnr_parent .top_bnr .top_bnr_detail {
  background: rgba(230, 0, 26, 0.9);
  width: 35%;
  padding: 30px 40px;
  position: absolute;
  top: 30%;
  z-index: 2;
  color: #fff;
}
.top_bnr_parent .top_bnr .top_bnr_detail._sub_color {
  background-color: rgba(242, 150, 5, 0.9);
  background-position: top 20px right 20px;
  background-repeat: no-repeat;
}
.top_bnr_parent .top_bnr .top_bnr_detail .top_bnr_detail_ttl {
  /*font-family: $font_mincho;*/
  font-weight: 500;
  font-size: 3.8rem;
  line-height: 1;
  color: #fff;
}
.top_bnr_parent .top_bnr .top_bnr_detail .top_bnr_detail_sub {
  /*font-family: $font_mincho;*/
  font-weight: 500;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}
.top_bnr_parent .top_bnr .top_bnr_image {
  overflow: hidden;
  margin-left: auto;
  width: 70%;
  height: 330px;
  position: relative;
}
.top_bnr_parent .top_bnr .top_bnr_image:before {
  padding-top: 63.41%;
  content: "";
  display: block;
}
.top_bnr_parent .top_bnr .top_bnr_image mask {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: -5%;
  z-index: 1;
}
.top_bnr_parent .top_bnr .top_bnr_image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media screen and (max-width: 768px) {
  /* top_bnr */
  .top_bnr_parent {
    width: 100%;
    padding: 0;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .top_bnr_parent .top_bnr {
    width: 100%;
  }
  .top_bnr_parent .top_bnr a .top_bnr_detail {
    width: calc(100% - 30px);
    padding: 15px;
    top: 0px;
    position: static;
  }
  .top_bnr_parent .top_bnr a .top_bnr_detail .top_bnr_detail_ttl {
    font-size: 2.4rem;
  }
  .top_bnr_parent .top_bnr a .top_bnr_detail .top_bnr_detail_sub {
    font-size: 1.4rem;
  }
  .top_bnr_parent .top_bnr a .top_bnr_detail .top_bnr_detail_sub:after {
    margin-top: 10px;
  }
  .top_bnr_parent .top_bnr a .top_bnr_detail .top_bnr_detail_note {
    margin-top: 20px;
  }
  .top_bnr_parent .top_bnr a .top_bnr_image {
    top: 0px;
    padding: 0;
    width: 100%;
    height: 20%;
  }
  .top_bnr_parent .top_bnr a .top_bnr_image:before {
    padding-top: auto;
  }
  .top_bnr_parent .top_bnr a .top_bnr_image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/*共通ルール*/
.single_new {
  width: 90%; /* IE8以下とAndroid4.3以下用フォールバック */
  width: calc(100% - 30px);
  margin: auto;
}
@media all and (max-width: 639px) {
  .single_new {
    width: 100%;
  }
}

div, section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header {
  width: 100%;
  position: relative;
  background: none;
  position: fixed;
  top: 0;
  z-index: 2222;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
header #head {
  margin: 0 auto;
  padding: 20px 50px;
  height: 70px !important;
  z-index: 500;
  display: table;
}
@media screen and (max-width: 1200px) {
  header #head {
    height: 75px !important;
    width: 100%;
    padding: 10px 0;
  }
}
header #head .logo {
  float: left;
  line-height: 3em;
  margin-top: 0px;
  vertical-align: middle;
}
header #head .logo a {
  display: block;
  width: 310px;
  position: relative;
}
@media all and (max-width: 639px) {
  header #head .logo a {
    width: auto;
  }
}
header #head .logo a:link, header #head .logo a:visited, header #head .logo a:hover {
  color: #fff;
  text-decoration: none;
}
header #head .logo img {
  width: 100%;
  position: absolute;
  z-index: 99;
  top: -5px;
}
@media all and (max-width: 639px) {
  header #head .logo img {
    width: auto;
    top: -8px;
  }
}
@media screen and (max-width: 768px) {
  header #head .logo {
    margin-top: 0px;
    margin-left: 5px;
  }
  header #head .logo span {
    display: none;
  }
  header #head .logo img {
    width: 240px;
    position: inherit;
    padding: 0;
    top: 0;
  }
}
header #head {
  /* nav */
}
header #head #navi {
  width: 860px;
  float: right;
}
header #head #navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header #head #navi li {
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 15px;
  letter-spacing: 0.2rem;
}
header #head #navi li .menu {
  width: 100%;
  height: 100%;
  line-height: 1.3;
  display: block;
  text-align: left;
  border: none;
  letter-spacing: 1px;
  position: relative;
  cursor: pointer;
  color: #000035;
  font-family: "YakuHanJP", "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 16px;
  /*font-size: ($size / $base) + rem;*/
  letter-spacing: 0.1em;
  font-weight: 800;
  line-height: 1em;
  letter-spacing: 0.25em;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
header #head #navi li .menu::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: #000035;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
header #head #navi li .menu:hover {
  color: #000068;
}
header #head #navi li .menu:hover::after {
  width: 100%;
}
header.fixd {
  background: white;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-box-shadow: 0 6px 15px rgba(36, 37, 38, 0.04);
          box-shadow: 0 6px 15px rgba(36, 37, 38, 0.04);
}

#catch {
  position: absolute;
  z-index: 50;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
  -webkit-transition: opacity 2s cubic-bezier(0.18, 0.06, 0.23, 1);
  transition: opacity 2s cubic-bezier(0.18, 0.06, 0.23, 1);
}
#catch h3 {
  font-size: 4.5rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  letter-spacing: 0.04em;
  line-height: 1.3;
  display: inline-block;
  color: #fff;
  -webkit-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.4));
  opacity: 0;
}
#catch h3.on {
  opacity: 1;
  -webkit-transition: all 2s ease-in;
  transition: all 2s ease-in;
}
@media screen and (max-width: 768px) {
  #catch h3 {
    font-size: 3.4rem;
    -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
            filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  }
}
@media all and (max-width: 639px) {
  #catch {
    top: 50%;
    left: 50%;
  }
  #catch h3 {
    font-size: 1.8rem;
  }
}

.js-span-text.on {
  opacity: 1;
}
.js-span-text.on span {
  display: inline-block;
  opacity: 0;
  letter-spacing: 0.1em;
}
.js-span-text.on span:nth-child(1) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.1s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.1s forwards;
}
.js-span-text.on span:nth-child(2) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.2s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.2s forwards;
}
.js-span-text.on span:nth-child(3) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.3s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.3s forwards;
}
.js-span-text.on span:nth-child(4) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.4s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.4s forwards;
}
.js-span-text.on span:nth-child(5) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.5s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.5s forwards;
}
.js-span-text.on span:nth-child(6) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.6s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.6s forwards;
}
.js-span-text.on span:nth-child(7) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.7s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.7s forwards;
}
.js-span-text.on span:nth-child(8) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.8s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.8s forwards;
}
.js-span-text.on span:nth-child(9) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.9s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.9s forwards;
}
.js-span-text.on span:nth-child(10) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1s forwards;
}
.js-span-text.on span:nth-child(11) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.1s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.1s forwards;
}
.js-span-text.on span:nth-child(12) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.2s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.2s forwards;
}
.js-span-text.on span:nth-child(13) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.3s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.3s forwards;
}
.js-span-text.on span:nth-child(14) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.4s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.4s forwards;
}
.js-span-text.on span:nth-child(15) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.5s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.5s forwards;
}
.js-span-text.on span:nth-child(16) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.6s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.6s forwards;
}
.js-span-text.on span:nth-child(17) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.7s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.7s forwards;
}
.js-span-text.on span:nth-child(18) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.8s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.8s forwards;
}
.js-span-text.on span:nth-child(19) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.9s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.9s forwards;
}
.js-span-text.on span:nth-child(20) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2s forwards;
}
.js-span-text.on span:nth-child(21) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.1s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.1s forwards;
}
.js-span-text.on span:nth-child(22) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.2s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.2s forwards;
}
.js-span-text.on span:nth-child(23) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.3s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.3s forwards;
}
.js-span-text.on span:nth-child(24) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.4s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.4s forwards;
}
.js-span-text.on span:nth-child(25) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.5s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.5s forwards;
}
.js-span-text.on span:nth-child(26) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.6s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.6s forwards;
}
.js-span-text.on span:nth-child(27) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.7s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.7s forwards;
}
.js-span-text.on span:nth-child(28) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.8s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.8s forwards;
}
.js-span-text.on span:nth-child(29) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.9s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.9s forwards;
}
.js-span-text.on span:nth-child(30) {
  -webkit-animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3s forwards;
          animation: text 1.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3s forwards;
}

@-webkit-keyframes text {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px) translateY(-20px) scale(1.6);
            transform: translateX(-40px) translateY(-20px) scale(1.6);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes text {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px) translateY(-20px) scale(1.6);
            transform: translateX(-40px) translateY(-20px) scale(1.6);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
#top_main {
  width: 100%;
  position: relative;
  height: 100vh;
  overflow: hidden;
}
@media all and (max-width: 639px) {
  #top_main {
    height: 70vh;
    margin: auto;
  }
}
#top_main .top_main_vis {
  width: 100%;
  height: 100vh;
}
@media all and (max-width: 639px) {
  #top_main .top_main_vis {
    height: 70vh;
    width: 100%;
  }
}
#top_main ul.slider {
  position: relative;
  z-index: 1;
}
#top_main ul.slider li {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background-color: #000;
}
#top_main ul.slider li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -1;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 0;
  -webkit-transition: opacity 1.5s ease;
  transition: opacity 1.5s ease;
}
#top_main ul.slider li.slick-active::before {
  opacity: 1;
  -webkit-animation: zoomUp 12s linear forwards;
          animation: zoomUp 12s linear forwards;
}
#top_main ul.slider li:nth-child(1)::before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28006/slide1.webp);
}
#top_main ul.slider li:nth-child(2)::before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28006/slide2.webp);
}
#top_main ul.slider li:nth-child(3)::before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28006/slide3.webp);
}
#top_main ul.slider li:nth-child(4)::before {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28006/slide4.webp);
}
@media all and (max-width: 639px) {
  #top_main ul.slider li {
    height: 70vh;
  }
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
#top_main .top_main_box {
  width: auto;
  height: 64vh;
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
@media all and (max-width: 639px) {
  #top_main .top_main_box {
    width: auto;
    height: 39vh;
  }
}
#top_main .top_main_box img {
  width: auto;
  height: 100%;
  display: block;
  margin: auto;
}
#top_main .next_contents {
  display: block;
  position: absolute;
  z-index: 4;
  bottom: 3%;
  left: 30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-top: 190px;
}
@media all and (max-width: 639px) {
  #top_main .next_contents {
    display: none;
  }
}
#top_main .next_contents span {
  position: absolute;
  top: 0;
  left: 30px;
  width: 37px;
  height: 190px;
  margin-left: -15px;
  font-family: "YakuHanJP", "futura-pt", "sans-serif";
  font-weight: 500;
  font-size: 14px;
  /*font-size: ($size / $base) + rem;*/
  letter-spacing: 0.1em;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#top_main .next_contents span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: "";
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb 6s infinite;
          animation: sdb 6s infinite;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#top_main .next_contents span:after {
  content: "";
  width: 1px;
  height: 90%;
  position: absolute;
  left: 0;
  margin: auto;
  right: 0;
  background: #fff;
  display: block;
  bottom: -10px;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 190px);
            transform: translate(0, 190px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 190px);
            transform: translate(0, 190px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#top_main.unnder {
  height: 50vh;
  position: relative;
  background-repeat: no-repeat;
  background-size: 38% auto;
  background-position: right 80px;
  z-index: 100;
}
#top_main.unnder.p01 {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28006/p01.webp);
}
#top_main.unnder.p02 {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28006/p02.webp);
}
#top_main.unnder.p03 {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28006/p03.webp);
}
#top_main.unnder.p04 {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28006/p04.webp);
}
#top_main.unnder.p05 {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28006/p05.webp);
}
#top_main.unnder.p0e {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28006/p0e.webp);
}
@media all and (max-width: 639px) {
  #top_main.unnder {
    height: 34vh;
    background-size: cover;
    background-position: center center;
  }
}
#top_main.unnder header {
  position: initial;
}
#top_main.unnder .read {
  height: 144px;
  position: absolute;
  width: 100%;
  margin: auto;
  bottom: 14px;
  z-index: 101;
}
@media all and (max-width: 639px) {
  #top_main.unnder .read {
    height: 70px;
    bottom: 0;
    top: 77px;
  }
}
#top_main.unnder .read span {
  display: block;
}
#top_main.unnder .read span.en {
  font-family: "gautreaux", "sans-serif";
  font-size: 98px;
  /*font-size: ($size / $base) + rem;*/
  margin: 10px 10px 0;
  color: #000035;
  line-height: 1.1em;
}
@media all and (max-width: 639px) {
  #top_main.unnder .read span.en {
    font-family: "gautreaux", "sans-serif";
    font-size: 38px;
    /*font-size: ($size / $base) + rem;*/
    margin-left: 20px;
  }
}
#top_main.unnder .read span.cooo {
  font-family: "YakuHanJP", "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 24px;
  /*font-size: ($size / $base) + rem;*/
  letter-spacing: 0.1em;
  color: #000035;
  margin-left: 20px;
}
@media all and (max-width: 639px) {
  #top_main.unnder .read span.cooo {
    margin-left: 20px;
    font-family: "YakuHanJP", "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 15px;
    /*font-size: ($size / $base) + rem;*/
    letter-spacing: 0.1em;
  }
}
#top_main #contentwrap {
  position: relative;
  z-index: 1;
  margin-top: 50px;
}

#top_2 .inn {
  width: 80%;
  margin: auto;
}
@media all and (max-width: 639px) {
  #top_2 .inn {
    padding: 40px 0;
    width: 95%;
  }
}
#top_2 ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}
#top_2 ul li .cat {
  background: none;
  color: #999;
  font-family: "YakuHanJP", "futura-pt", "sans-serif";
  font-weight: 500;
  font-size: 13px;
  /*font-size: ($size / $base) + rem;*/
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
#top_2 ul li a.title {
  display: block;
  padding-right: 40px;
  color: #444;
  text-decoration: none;
  position: static;
  font-size: 1.5rem;
}
#top_2 ul li a.title::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #888;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#top_2 ul li a.title:hover {
  opacity: 0.7;
}
#top_2 ul li a.title:hover::after {
  right: 0;
}

@media all and (max-width: 639px) {
  #footer {
    padding: 50px 30px;
  }
}
#footer .main {
  font-family: "YakuHanJP", "futura-pt", "sans-serif";
  font-weight: 500;
  font-size: 13px;
  /*font-size: ($size / $base) + rem;*/
  letter-spacing: 0.1em;
  font-weight: initial;
  text-align: center;
}

#title_bg1_sub {
  background: #f6f6f6;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  #title_bg1_sub {
    padding: 30px 0;
  }
}

/*------------------------------------------------------
下層ページ共通
----------------------------------------------------------*/
#page_under .single {
  padding: 0;
}
#page_under img {
  display: block;
  width: 100%;
}
#page_under .page_under_title {
  margin-top: -70px;
  padding: 30px 240px 15px 30px;
  background: #fff;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
  display: table;
}
#page_under .read {
  font-family: "YakuHanJP", "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 18px;
  /*font-size: ($size / $base) + rem;*/
  letter-spacing: 0.1em;
  color: #f6d365;
  display: table;
  font-weight: bold;
}
#page_under .read_en {
  font-family: "YakuHanJP", "futura-pt", "sans-serif";
  font-weight: 500;
  font-size: 62px;
  /*font-size: ($size / $base) + rem;*/
  letter-spacing: 0.1em;
  display: inline-block;
  background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  line-height: 1em;
}
@media all and (max-width: 639px) {
  #page_under .read_en {
    font-family: "YakuHanJP", "futura-pt", "sans-serif";
    font-weight: 500;
    font-size: 56px;
    /*font-size: ($size / $base) + rem;*/
    letter-spacing: 0.1em;
  }
}

/*--------------------------------------------------
コンセプト(concept.php)
----------------------------------------------------*/
#concept_1 {
  padding-bottom: 30px;
}
#concept_1 .top_2__main__read {
  font-family: "YakuHanJP", "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 25px;
  /*font-size: ($size / $base) + rem;*/
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #fffcf3;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 19px;
  line-height: 1em;
}
#concept_1 .top_2__main__read span {
  font-family: "YakuHanJP", "futura-pt", "sans-serif";
  font-weight: 500;
  font-size: 15px;
  /*font-size: ($size / $base) + rem;*/
  letter-spacing: 0.1em;
  display: block;
  font-weight: bold;
  margin-bottom: 6px;
}
#concept_1 .top_2__main__read:after {
  display: block;
  content: "";
  height: 2px;
  width: 150px;
  background: #fffcf3;
  position: absolute;
  bottom: 0;
  left: 0;
}
#concept_1 .main {
  font-family: "YakuHanJP", "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 15px;
  /*font-size: ($size / $base) + rem;*/
  letter-spacing: 0.1em;
  color: #fffcf3;
}
#concept_1 .innerB.sec {
  margin-top: 120px;
}
#concept_1 .innerB img {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
#concept_1 .innerB .left table {
  width: 100%;
}
#concept_1 .innerB .left table th, #concept_1 .innerB .left table td {
  background: none;
  border: none;
  font-family: "YakuHanJP", "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 15px;
  /*font-size: ($size / $base) + rem;*/
  letter-spacing: 0.1em;
  color: #333;
  border-bottom: 1px solid #eee;
  padding: 10px;
}
#concept_1 .innerB .left table th {
  white-space: nowrap;
}
#concept_1 .innerB .right table {
  width: 100%;
  border: 1px solid #eee;
}
#concept_1 .innerB .right table th, #concept_1 .innerB .right table td {
  background: none;
  border: none;
  font-family: "YakuHanJP", "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 15px;
  /*font-size: ($size / $base) + rem;*/
  letter-spacing: 0.1em;
  color: #333;
  padding: 14px 10px;
}
#concept_1 .innerB .right table tr:nth-child(even) th, #concept_1 .innerB .right table tr:nth-child(even) td {
  background: #f5f5f5;
}
#concept_1 .innerB .right table th {
  white-space: nowrap;
}

/*--------------------------------------------------
メニュー(menu.php)
----------------------------------------------------*/
#menu_1 {
  padding-bottom: 30px;
}
#menu_1 .innerB.sec {
  margin-top: 50px;
}
#menu_1 .menu_1_item {
  background: #fbfaf8;
  padding: 50px;
}
@media all and (max-width: 639px) {
  #menu_1 .menu_1_item {
    padding: 30px;
  }
}
#menu_1 .menu_1_item.secc {
  margin-top: 50px;
}
#menu_1 .menu_1_item .top_2__main__read {
  font-family: "YakuHanJP", "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 25px;
  /*font-size: ($size / $base) + rem;*/
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #fffcf3;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 19px;
  line-height: 1em;
}
#menu_1 .menu_1_item .top_2__main__read.sub {
  font-family: "YakuHanJP", "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 20px;
  /*font-size: ($size / $base) + rem;*/
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-top: 50px;
}
#menu_1 .menu_1_item .top_2__main__read span {
  font-family: "YakuHanJP", "futura-pt", "sans-serif";
  font-weight: 500;
  font-size: 15px;
  /*font-size: ($size / $base) + rem;*/
  letter-spacing: 0.1em;
  display: block;
  font-weight: bold;
  margin-bottom: 6px;
}
#menu_1 .menu_1_item .top_2__main__read:after {
  display: block;
  content: "";
  height: 2px;
  width: 150px;
  background: #fffcf3;
  position: absolute;
  bottom: 0;
  left: 0;
}
#menu_1 .menu_1_item table {
  width: 100%;
  border-top: 1px solid #eee;
}
#menu_1 .menu_1_item table th, #menu_1 .menu_1_item table td {
  font-family: "YakuHanJP", "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 13px;
  /*font-size: ($size / $base) + rem;*/
  letter-spacing: 0.1em;
  background: none;
  border: none;
  border-bottom: 1px solid #eee;
  padding: 0.8em;
  color: #222;
}
#menu_1 .menu_1_item table th span, #menu_1 .menu_1_item table td span {
  font-family: "YakuHanJP", "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 11px;
  /*font-size: ($size / $base) + rem;*/
  letter-spacing: 0.1em;
}
#menu_1 .menu_1_item table th {
  text-align: left;
}
#menu_1 .menu_1_item table td {
  white-space: nowrap;
  text-align: right;
}
#menu_1 .menu_1_item .bottom {
  font-family: "YakuHanJP", "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 13px;
  /*font-size: ($size / $base) + rem;*/
  letter-spacing: 0.1em;
  margin-top: 15px;
}
#menu_1 img {
  display: block;
  width: 80%;
  margin-top: 15px;
  margin-left: auto;
}
@media all and (max-width: 639px) {
  #menu_1 img {
    margin: 30px auto 0;
  }
}

/*--------------------------------------------------
お知らせ(information.php)
----------------------------------------------------*/
#information_1 {
  padding: 0;
}
@media all and (max-width: 639px) {
  #information_1 {
    padding: 50px 0;
    overflow: hidden;
  }
}
#information_1 .top_2__main__read {
  font-family: "YakuHanJP", "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 19px;
  /*font-size: ($size / $base) + rem;*/
  letter-spacing: 0.1em;
  color: #444;
  margin-bottom: 30px;
  position: relative;
  padding: 19px;
  line-height: 1em;
  text-align: center;
  border-top: 4px solid #F29605;
  border-bottom: 4px solid #F29605;
  display: table;
  margin: auto;
}
#information_1 ul {
  padding-right: 10px;
  width: 70%;
  margin: 50px auto 0;
}
@media all and (max-width: 639px) {
  #information_1 ul {
    width: 100%;
  }
}
#information_1 ul li {
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}
#information_1 ul li:first-child {
  padding-top: 0;
}
#information_1 ul li .data {
  font-family: "YakuHanJP", "futura-pt", "sans-serif";
  font-weight: 500;
  font-size: 12px;
  /*font-size: ($size / $base) + rem;*/
  letter-spacing: 0.1em;
  margin-top: 10px;
  color: #E6001A;
}
#information_1 ul li .cat {
  background: #efe9d8;
  color: #444;
  font-family: "YakuHanJP", "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 11px;
  /*font-size: ($size / $base) + rem;*/
  letter-spacing: 0.1em;
  margin: 0 15px 0 5px;
  padding: 0.2em 0.8em;
  line-height: 1em;
  border-radius: 100px;
}
#information_1 ul li a {
  font-family: "YakuHanJP", "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 14px;
  /*font-size: ($size / $base) + rem;*/
  letter-spacing: 0.1em;
  line-height: 1.4em;
  color: #444;
}
@media all and (max-width: 639px) {
  #information_1 ul li a {
    display: block;
  }
}

#information_entry {
  padding: 80px 0;
}
@media all and (max-width: 639px) {
  #information_entry {
    padding: 50px 0;
  }
}
#information_entry .post_data {
  font-family: "YakuHanJP", "futura-pt", "sans-serif";
  font-weight: 500;
  font-size: 16px;
  /*font-size: ($size / $base) + rem;*/
  letter-spacing: 0.1em;
}
#information_entry .post_title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 25px;
  /*font-size: ($size / $base) + rem;*/
  letter-spacing: 0.1em;
  color: #000035;
  margin-bottom: 15px;
  font-weight: 300;
}
#information_entry .post_content {
  font-family: "YakuHanJP", "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 15px;
  /*font-size: ($size / $base) + rem;*/
  letter-spacing: 0.1em;
  line-height: 1.8em;
  background: #fff;
  padding: 30px;
  border-top: 1px solid #E6001A;
  border-left: 1px solid #E6001A;
  border-bottom: 1px solid #F29605;
  border-right: 1px solid #F29605;
}
#information_entry .post_content p {
  font-family: "YakuHanJP", "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 15px;
  /*font-size: ($size / $base) + rem;*/
  letter-spacing: 0.1em;
  line-height: 1.8em;
}
#information_entry .post_content img {
  max-width: 100%;
  display: block;
}
#information_entry a.back_page {
  display: table;
  margin: 50px auto 0;
  border-bottom: 2px solid #000;
  padding: 0 10px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#information_entry a.back_page span {
  color: #000;
  font-family: "YakuHanJP", "futura-pt", "sans-serif";
  font-weight: 500;
  font-size: 16px;
  /*font-size: ($size / $base) + rem;*/
  letter-spacing: 0.1em;
  display: inline-block;
}
#information_entry a.back_page span:before {
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  font-weight: 900;
  content: "\f104";
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
#information_entry a.back_page:hover {
  text-decoration: none;
  opacity: 0.7;
}
#information_entry a.back_page:hover span:before {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}
#information_entry .information_entry__main {
  width: 80%;
  margin: auto;
}
@media all and (max-width: 639px) {
  #information_entry .information_entry__main {
    width: 100%;
  }
}

/*--------------------------------------------------
診療案内(medical.php)
----------------------------------------------------*/
@media all and (max-width: 639px) {
  #medical_1 {
    padding: 50px 0 0;
  }
}
#medical_1 .top_2__main__read {
  font-family: "YakuHanJP", "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 19px;
  /*font-size: ($size / $base) + rem;*/
  letter-spacing: 0.1em;
  color: #3d322a;
  margin-bottom: 30px;
  position: relative;
  padding: 19px;
  line-height: 1em;
  text-align: center;
  border-top: 4px solid #F29605;
  border-bottom: 4px solid #F29605;
  display: table;
  margin: auto;
}
#medical_1 .main {
  font-family: "YakuHanJP", "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 15px;
  /*font-size: ($size / $base) + rem;*/
  letter-spacing: 0.1em;
  line-height: 2em;
  text-align: center;
  letter-spacing: 0.2em;
  margin-top: 30px;
}
@media all and (max-width: 639px) {
  #medical_1 .main {
    font-family: "YakuHanJP", "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 14px;
    /*font-size: ($size / $base) + rem;*/
    letter-spacing: 0.1em;
    letter-spacing: 0.2em;
    line-height: 2em;
    text-align: left;
  }
  #medical_1 .main br._pc {
    display: none;
  }
}
#medical_1 ul {
  width: 83%;
  display: -webkit-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px auto 0;
}
@media all and (max-width: 639px) {
  #medical_1 ul {
    width: 100%;
  }
}
#medical_1 ul li {
  width: 23.5%;
  margin-right: 2%;
  font-family: "YakuHanJP", "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 14px;
  /*font-size: ($size / $base) + rem;*/
  letter-spacing: 0.1em;
  margin-top: 10px;
  letter-spacing: 0.2em;
}
#medical_1 ul li:before {
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  font-weight: 900;
  content: "\f00c";
  color: #d37069;
  opacity: 0.5;
}
#medical_1 ul li:nth-child(4n) {
  margin-right: 0;
}
@media all and (max-width: 639px) {
  #medical_1 ul li {
    width: 48%;
    margin-right: 4%;
  }
  #medical_1 ul li:nth-child(even) {
    margin-right: 0;
  }
}
#medical_1 .bottom {
  background: #F29605;
  padding: 15px;
  margin: 35px auto 0;
}
#medical_1 .bottom p {
  text-align: center;
  color: #000035;
  font-family: "YakuHanJP", "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 14px;
  /*font-size: ($size / $base) + rem;*/
  letter-spacing: 0.1em;
  letter-spacing: 0.2em;
}

@media all and (max-width: 639px) {
  #medical_2 {
    padding: 50px 0 0;
  }
}
#medical_2 .top_2__main__read {
  font-family: "YakuHanJP", "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 19px;
  /*font-size: ($size / $base) + rem;*/
  letter-spacing: 0.1em;
  color: #3d322a;
  margin-bottom: 30px;
  position: relative;
  padding: 19px;
  line-height: 1em;
  text-align: center;
  border-top: 4px solid #F29605;
  border-bottom: 4px solid #F29605;
  display: table;
  margin: auto;
}
#medical_2 .main {
  font-family: "YakuHanJP", "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 15px;
  /*font-size: ($size / $base) + rem;*/
  letter-spacing: 0.1em;
  line-height: 2em;
  text-align: center;
  letter-spacing: 0.2em;
  margin-top: 30px;
}
@media all and (max-width: 639px) {
  #medical_2 .main {
    font-family: "YakuHanJP", "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 14px;
    /*font-size: ($size / $base) + rem;*/
    letter-spacing: 0.1em;
    letter-spacing: 0.2em;
    line-height: 2em;
    text-align: left;
  }
  #medical_2 .main br._pc {
    display: none;
  }
}
#medical_2 table {
  width: 80%;
  margin: auto;
  border: 1px solid #eee;
  margin-top: 30px;
}
@media all and (max-width: 639px) {
  #medical_2 table {
    width: 100%;
  }
}
#medical_2 table th, #medical_2 table td {
  font-family: "YakuHanJP", "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 14px;
  /*font-size: ($size / $base) + rem;*/
  letter-spacing: 0.1em;
  background: none;
  border: none;
  color: #3d322a;
  letter-spacing: 0.2em;
  padding: 15px;
}
#medical_2 table tr:nth-child(even) th, #medical_2 table tr:nth-child(even) td {
  background: #f6f6f6;
}
#medical_2 table td {
  white-space: nowrap;
}
#medical_2 table th {
  text-align: left;
}
#medical_2 table th span {
  font-family: "YakuHanJP", "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 12px;
  /*font-size: ($size / $base) + rem;*/
  letter-spacing: 0.1em;
}

/*--------------------------------------------------
予約制について(yoyaku.php)
----------------------------------------------------*/
@media all and (max-width: 639px) {
  #yoyaku_1 {
    padding: 50px 0 0;
  }
}
#yoyaku_1 .top_2__main__read {
  font-family: "YakuHanJP", "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 19px;
  /*font-size: ($size / $base) + rem;*/
  letter-spacing: 0.1em;
  color: #3d322a;
  margin-bottom: 30px;
  position: relative;
  padding: 19px;
  line-height: 1em;
  text-align: center;
  border-top: 4px solid #F29605;
  border-bottom: 4px solid #F29605;
  display: table;
  margin: auto;
}
#yoyaku_1 .main {
  font-family: "YakuHanJP", "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 15px;
  /*font-size: ($size / $base) + rem;*/
  letter-spacing: 0.1em;
  line-height: 2em;
  text-align: center;
  letter-spacing: 0.2em;
  margin-top: 30px;
}
@media all and (max-width: 639px) {
  #yoyaku_1 .main {
    font-family: "YakuHanJP", "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 14px;
    /*font-size: ($size / $base) + rem;*/
    letter-spacing: 0.1em;
    letter-spacing: 0.2em;
    line-height: 2em;
    text-align: left;
  }
  #yoyaku_1 .main br._pc {
    display: none;
  }
}
#yoyaku_1 .innerB {
  margin-top: 30px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 35px 40px;
}
#yoyaku_1 .innerB img {
  display: block;
  width: 100%;
}
#yoyaku_1 .item_read {
  font-family: "YakuHanJP", "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 17px;
  /*font-size: ($size / $base) + rem;*/
  letter-spacing: 0.1em;
  color: #d37069;
  letter-spacing: 0.2em;
}
#yoyaku_1 table {
  width: 100%;
  border-top: 1px solid #eee;
}
#yoyaku_1 table th, #yoyaku_1 table td {
  background: none;
  border: none;
  font-family: "YakuHanJP", "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 13px;
  /*font-size: ($size / $base) + rem;*/
  letter-spacing: 0.1em;
  color: #3d322a;
  text-align: left;
  vertical-align: initial;
  padding: 0.5em;
  border-bottom: 1px solid #eee;
  letter-spacing: 0.2em;
}
#yoyaku_1 table th {
  white-space: nowrap;
}
#yoyaku_1 ul li {
  font-family: "YakuHanJP", "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 14px;
  /*font-size: ($size / $base) + rem;*/
  letter-spacing: 0.1em;
  margin-top: 20px;
  letter-spacing: 0.2em;
}
#yoyaku_1 ul li:before {
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  font-weight: 900;
  content: "\f00c";
  color: #d37069;
  opacity: 0.8;
}
#yoyaku_1 .bottom {
  background: #F29605;
  padding: 15px;
  margin: 35px auto 0;
}
#yoyaku_1 .bottom p {
  text-align: center;
  color: #000035;
  font-family: "YakuHanJP", "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 14px;
  /*font-size: ($size / $base) + rem;*/
  letter-spacing: 0.1em;
}

@media all and (max-width: 639px) {
  #yoyaku_2 {
    padding: 50px 0 0;
  }
}
#yoyaku_2 .top_2__main__read {
  font-family: "YakuHanJP", "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 19px;
  /*font-size: ($size / $base) + rem;*/
  letter-spacing: 0.1em;
  color: #3d322a;
  margin-bottom: 30px;
  position: relative;
  padding: 19px;
  line-height: 1em;
  text-align: center;
  border-top: 4px solid #F29605;
  border-bottom: 4px solid #F29605;
  display: table;
  margin: auto;
}
#yoyaku_2 .main {
  font-family: "YakuHanJP", "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 15px;
  /*font-size: ($size / $base) + rem;*/
  letter-spacing: 0.1em;
  line-height: 2em;
  text-align: center;
  letter-spacing: 0.2em;
  margin-top: 30px;
  color: #d37069;
}
@media all and (max-width: 639px) {
  #yoyaku_2 .main {
    font-family: "YakuHanJP", "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 14px;
    /*font-size: ($size / $base) + rem;*/
    letter-spacing: 0.1em;
    letter-spacing: 0.2em;
    line-height: 2em;
    text-align: left;
  }
  #yoyaku_2 .main br._pc {
    display: none;
  }
}
#yoyaku_2 a.more_link {
  display: block;
  font-family: "YakuHanJP", "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 11px;
  /*font-size: ($size / $base) + rem;*/
  letter-spacing: 0.1em;
  font-weight: 300;
  background: #F29605;
  color: #3d322a;
  padding: 1.2em 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  letter-spacing: 0.2em;
  text-align: center;
  margin: auto;
  width: 330px;
  margin-top: 30px;
}
@media all and (max-width: 639px) {
  #yoyaku_2 a.more_link {
    width: 100%;
  }
}
#yoyaku_2 a.more_link span:before {
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  font-weight: 900;
  content: "\f105";
  font-size: 80%;
}
#yoyaku_2 a.more_link:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #E6001A;
}

.medical-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.medical-list li {
  width: 32%;
  margin: 0.5%;
}
.medical-list li a {
  display: block;
  background-color: #fff;
  background-image: radial-gradient(at 0% 0%, rgba(242, 150, 5, 0.1) 0%, transparent 50%), radial-gradient(at 100% 100%, rgba(230, 0, 26, 0.05) 0%, transparent 50%);
  text-align: center;
  padding: 40px 15px;
  border-radius: 15px;
  border: 1px solid rgba(242, 150, 5, 0.1);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  color: #444;
  line-height: 1.6;
}
.medical-list li a span {
  display: block;
  font-size: 1.2rem;
  color: #E6001A;
  margin-bottom: 5px;
  font-weight: 300;
}
.medical-list li a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.medical-list li a img {
  display: block;
  margin: auto;
  width: 170px;
  height: 130px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 5px;
}
@media all and (max-width: 769px) {
  .medical-list li a img {
    width: 120px;
    height: 100px;
  }
}
.medical-list li a:hover {
  -webkit-box-shadow: 0px 8px 15px -5px rgba(68, 68, 68, 0.3);
          box-shadow: 0px 8px 15px -5px rgba(68, 68, 68, 0.3);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.medical-list li a:hover img {
  -webkit-animation: rotate 0.7s ease-in-out both;
          animation: rotate 0.7s ease-in-out both;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
            transform: rotate(0deg) translate3d(0, 0, 0);
  }
  25% {
    -webkit-transform: rotate(3deg) translate3d(0, 0, 0);
            transform: rotate(3deg) translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: rotate(-3deg) translate3d(0, 0, 0);
            transform: rotate(-3deg) translate3d(0, 0, 0);
  }
  75% {
    -webkit-transform: rotate(1deg) translate3d(0, 0, 0);
            transform: rotate(1deg) translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
            transform: rotate(0deg) translate3d(0, 0, 0);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
            transform: rotate(0deg) translate3d(0, 0, 0);
  }
  25% {
    -webkit-transform: rotate(3deg) translate3d(0, 0, 0);
            transform: rotate(3deg) translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: rotate(-3deg) translate3d(0, 0, 0);
            transform: rotate(-3deg) translate3d(0, 0, 0);
  }
  75% {
    -webkit-transform: rotate(1deg) translate3d(0, 0, 0);
            transform: rotate(1deg) translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
            transform: rotate(0deg) translate3d(0, 0, 0);
  }
}
@media all and (max-width: 769px) {
  .medical-list li:first-child {
    width: 48%;
    margin: 1%;
  }
  .medical-list li {
    width: 48%;
    margin: 1%;
  }
}
@media all and (max-width: 639px) {
  .medical-list li a {
    padding: 15px 8px;
    font-size: 1.3rem;
  }
  .medical-list li a span {
    font-size: 1.1rem;
  }
}

@-webkit-keyframes anim-gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes anim-gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.bg-voice {
  position: relative;
  overflow: hidden;
}
.bg-voice:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 95%;
  height: 100%;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28006/bg_top-staff.webp) no-repeat center 25%/cover;
  clip-path: polygon(25px 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%, 0 25px);
  z-index: 0;
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
.bg-voice:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 95%;
  height: 100%;
  clip-path: polygon(25px 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%, 0 25px);
  background-image: -webkit-gradient(linear, left top, right top, from(#FBD8A1), color-stop(30%, #FBD8A1), to(#F5B0B7));
  background-image: linear-gradient(90deg, #FBD8A1 0%, #FBD8A1 30%, #F5B0B7 100%);
  background-size: 400% 100%;
  -webkit-animation: anim-gradient 3s ease infinite;
          animation: anim-gradient 3s ease infinite;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: darken;
}

.voice-wrap {
  position: relative;
  z-index: 10;
}

.voice-lead {
  max-width: 800px;
  margin: 60px auto 0;
  position: relative;
  text-align: center;
  z-index: 10;
}
.voice-lead .lead-text .main {
  display: inline;
  font-size: 3.2rem;
  font-weight: 600;
  color: #fff !important;
  line-height: 1.8;
  letter-spacing: 0.05em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(242, 150, 5, 0.5)));
  background: linear-gradient(transparent 70%, rgba(242, 150, 5, 0.5) 70%);
  padding: 5px 0;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}
.voice-lead .lead-text .sub {
  display: block;
  margin-top: 20px;
  font-size: 1.6rem;
  color: #fff !important;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}
@media all and (max-width: 639px) {
  .voice-lead .lead-text .main {
    font-size: 1.8rem;
  }
  .voice-lead .lead-text .sub {
    font-size: 1.3rem;
  }
}

.bg-company {
  position: relative;
}
.bg-company:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 40px);
  height: 100%;
  -webkit-filter: blur(3px);
          filter: blur(3px);
  opacity: 0.5;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(20%, rgba(0, 0, 0, 0.4)), color-stop(50%, black));
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 20%, black 50%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(20%, rgba(0, 0, 0, 0.4)), color-stop(50%, black));
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 20%, black 50%);
}

.company-lead {
  fill: #E6001A;
  max-width: 700px;
  margin-inline: auto;
}
@media all and (max-width: 639px) {
  .company-lead {
    max-width: 80%;
  }
}

.message {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  margin-inline: auto;
  padding: 40px 20px;
  text-align: center;
}
@media all and (max-width: 639px) {
  .message {
    padding: 40px 20px;
  }
}
.message p {
  line-height: 3.5rem;
  letter-spacing: 0.2rem;
}

.small-box {
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
}
.small-box.type1 {
  max-width: 700px;
}
.small-box.type2 {
  max-width: 900px;
}

.title50.heading,
.title40.heading,
.title38.heading,
.title36.heading,
.title34.heading,
.title32.heading,
.title28.heading,
.title24.heading,
.title22.heading,
.title20.heading,
.title18.heading,
.title16.heading,
.title14.heading,
.title12.heading {
  margin-bottom: 30px;
  line-height: 1.6;
}
@media all and (max-width: 769px) {
  .title50.heading,
  .title40.heading,
  .title38.heading,
  .title36.heading,
  .title34.heading,
  .title32.heading,
  .title28.heading,
  .title24.heading,
  .title22.heading,
  .title20.heading,
  .title18.heading,
  .title16.heading,
  .title14.heading,
  .title12.heading {
    margin-bottom: 25px;
    letter-spacing: 0.15em;
  }
}

.title50 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  font-size: 5rem;
}
@media all and (max-width: 769px) {
  .title50 {
    font-size: 4rem;
  }
}
@media all and (max-width: 639px) {
  .title50 {
    font-size: 3.2rem;
  }
}

.title40 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  font-size: 4rem;
}
@media all and (max-width: 769px) {
  .title40 {
    font-size: 3.2rem;
  }
}
@media all and (max-width: 639px) {
  .title40 {
    font-size: 2.4rem;
  }
}

.title38 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  font-size: 3.8rem;
}
@media all and (max-width: 769px) {
  .title38 {
    font-size: 3rem;
  }
}
@media all and (max-width: 639px) {
  .title38 {
    font-size: 2.4rem;
  }
}

.title36 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  font-size: 3.6rem;
}
@media all and (max-width: 769px) {
  .title36 {
    font-size: 2.8rem;
  }
}
@media all and (max-width: 639px) {
  .title36 {
    font-size: 2.2rem;
  }
}

.title34 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  font-size: 3.4rem;
}
@media all and (max-width: 769px) {
  .title34 {
    font-size: 2.7rem;
  }
}
@media all and (max-width: 639px) {
  .title34 {
    font-size: 2.1rem;
  }
}

.title32 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  font-size: 3.4rem;
}
@media all and (max-width: 769px) {
  .title32 {
    font-size: 2.7rem;
  }
}
@media all and (max-width: 639px) {
  .title32 {
    font-size: 2.1rem;
  }
}

.title28 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  font-size: 2.8rem;
}
@media all and (max-width: 769px) {
  .title28 {
    font-size: 2.2rem;
  }
}
@media all and (max-width: 639px) {
  .title28 {
    font-size: 1.8rem;
  }
}

.title24 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  font-size: 2.4rem;
}
@media all and (max-width: 769px) {
  .title24 {
    font-size: 2rem;
  }
}
@media all and (max-width: 639px) {
  .title24 {
    font-size: 1.7rem;
  }
}

.title22 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  font-size: 2.2rem;
}
@media all and (max-width: 769px) {
  .title22 {
    font-size: 1.85rem;
  }
}
@media all and (max-width: 639px) {
  .title22 {
    font-size: 1.6rem;
  }
}

.title20 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  font-size: 2rem;
}
@media all and (max-width: 769px) {
  .title20 {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 639px) {
  .title20 {
    font-size: 1.45rem;
  }
}

.title18 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  font-size: 1.8rem;
}
@media all and (max-width: 769px) {
  .title18 {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 639px) {
  .title18 {
    font-size: 1.35rem;
    letter-spacing: 0.15em;
  }
}

.title16 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  font-size: 1.6rem;
}
@media all and (max-width: 769px) {
  .title16 {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 639px) {
  .title16 {
    font-size: 1.25rem;
    letter-spacing: 0.15em;
  }
}

.title14 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  font-size: 1.4rem;
}
@media all and (max-width: 769px) {
  .title14 {
    font-size: 1.3rem;
  }
}
@media all and (max-width: 639px) {
  .title14 {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }
}

.title12 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  font-size: 1.2rem;
}
@media all and (max-width: 769px) {
  .title12 {
    font-size: 1.1rem;
  }
}

.tbl_new {
  width: 100%;
}
.tbl_new tr th,
.tbl_new tr td {
  vertical-align: middle;
  padding: 15px 10px;
  font-weight: 400 !important;
}
.tbl_new tr th span,
.tbl_new tr td span {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
}
@media all and (max-width: 769px) {
  .tbl_new tr th span,
  .tbl_new tr td span {
    font-size: 1.05rem;
  }
}
@media all and (max-width: 639px) {
  .tbl_new tr th span,
  .tbl_new tr td span {
    font-size: 1rem;
  }
}
.tbl_new tr th {
  padding-left: 20px;
  width: 18%;
}
.tbl_new tr:nth-child(odd) th, .tbl_new tr:nth-child(odd) td {
  background: #fff3f3;
}
.tbl_new.type1 tr:nth-child(odd) th, .tbl_new.type1 tr:nth-child(odd) td {
  background: #e0e0e0;
}
@media all and (max-width: 639px) {
  .tbl_new tr th,
  .tbl_new tr td {
    display: block;
    width: 100%;
    line-height: 1.8;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .tbl_new tr th {
    padding: 10px 0;
    background: #fff3f3;
  }
  .tbl_new tr td {
    padding: 15px 10px;
    background: transparent !important;
  }
  .tbl_new.type1 tr th {
    background: #e0e0e0 !important;
  }
}

.tbl-border {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
.tbl-border th, .tbl-border td {
  border: 1px solid #ccc;
  padding: 12px 15px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5;
}
.tbl-border th {
  background-color: #f9f9f9;
  font-weight: bold;
  color: #333;
  white-space: nowrap;
}
.tbl-border td {
  background-color: #fff;
  color: #666;
}
@media all and (max-width: 639px) {
  .tbl-border th, .tbl-border td {
    padding: 8px 10px;
    font-size: 1.3rem;
  }
}

.company {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px;
}
.company th,
.company td {
  padding: 10px 10px;
  vertical-align: middle;
}
.company th {
  text-align: left;
  width: 25%;
  position: relative;
  background: #F29605;
  color: #fff;
  font-weight: 500;
}
.company th::after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: #f9f9f9;
  border-width: 10px;
  border-left-color: #F29605;
  margin-top: -10px;
}
.company td {
  background: #f9f9f9;
  padding-left: 20px;
}

footer {
  display: block;
  background-color: #fffdf2;
}
footer .bg-footer {
  position: relative;
  z-index: 0;
}
footer .bg-footer::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 250px;
  height: 200px;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28006/bg-icon.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
}
@media all and (max-width: 639px) {
  footer .bg-footer::before {
    width: 120px;
    height: 100px;
  }
}
footer .flogo img {
  width: 400px;
  height: auto;
  margin: 0 auto;
  display: block;
}
@media all and (max-width: 639px) {
  footer .flogo img {
    width: 300px;
  }
}
footer .tel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .tel::before {
  content: "\f095";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 12px;
  font-size: 0.9em;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}
@media all and (max-width: 639px) {
  footer .tel::before {
    margin-right: 8px;
  }
}
footer .fax {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .fax::before {
  content: "\f1ac";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 12px;
  font-size: 0.9em;
}
@media all and (max-width: 639px) {
  footer .fax::before {
    margin-right: 8px;
  }
}
footer .juusho {
  text-align: center;
  font-weight: 700;
}
@media all and (max-width: 639px) {
  footer .juusho {
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 16px;
    /*font-size: ($size / $base) + rem;*/
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
footer .link {
  display: -webkit-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60%;
  margin: 0 auto;
  padding: 35px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: relative;
}
@media all and (max-width: 639px) {
  footer .link {
    display: block;
    width: 90%;
  }
}
footer .link li {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: relative;
}
@media all and (max-width: 639px) {
  footer .link li {
    width: 100%;
  }
}
footer .link li:nth-child(even) {
  border-left: none;
}
footer .link li:nth-child(even)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background-color: #444;
}
@media all and (max-width: 639px) {
  footer .link li:nth-child(even)::before {
    display: none;
  }
}
@media all and (max-width: 639px) {
  footer .link li:nth-child(even) {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding-top: 15px;
  }
}
footer .link li a {
  display: block;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #444;
}
footer .link li a:hover {
  opacity: 0.7;
}
footer .link li a .tel, footer .link li a .mail {
  display: block;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1;
}
footer .link li a .mail {
  font-size: 1.8rem;
}
footer .foot_nav {
  display: -webkit-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
@media all and (max-width: 639px) {
  footer .foot_nav {
    display: none;
  }
}
footer .foot_nav li:nth-child(n+2) {
  margin-left: 30px;
}
footer .foot_nav li a {
  display: block;
  color: #444;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 15px;
  /*font-size: ($size / $base) + rem;*/
  letter-spacing: 0.1em;
  font-weight: 500;
}
footer .copy {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 14px;
  /*font-size: ($size / $base) + rem;*/
  letter-spacing: 0.1em;
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
  font-weight: 500;
  padding: 20px 0;
  background: #fffdf2;
}

/* category_tab
----------------------------------*/
.category_box {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
.category_box .nav-box {
  width: 100%;
}
.category_box .category_inner {
  width: 100%;
  min-height: 200px;
}

.innerB {
  width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.innerB.innerB_news .category_contents::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
.innerB.innerB_news .category_contents::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #003366;
}

.category_tab {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 10px;
  padding: 0;
  list-style: none;
}
.category_tab li {
  position: relative;
  max-width: 300px;
  width: 100%;
  background: #4a4a4a;
  color: #fff;
  padding: 20px 10px;
  cursor: pointer;
  border-radius: 8px 8px 0 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px;
          box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.category_tab li span {
  font-size: 2rem;
}
.category_tab li.active {
  background: #fff;
  color: #4a4a4a;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
@media screen and (max-width: 768px) {
  .category_tab {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .category_tab li {
    width: 38%;
    padding: 10px 5px;
    font-size: 13px;
  }
}

.panel {
  display: none;
  width: 100%;
}

.pdf-btn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  padding: 0;
}
.pdf-btn.rireki {
  margin-top: 20px;
  grid-template-columns: 1fr;
}
.pdf-btn.rireki li:has(.shinsotu), .pdf-btn.rireki li:has(.chuto) {
  grid-column: auto;
}
.pdf-btn.rireki li a {
  background: transparent;
  border: 1px dashed #999;
  color: #777;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}
.pdf-btn.rireki li a.shinsotu, .pdf-btn.rireki li a.chuto {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: #bbb;
  color: #666;
}
.pdf-btn.rireki li a::before {
  content: "\f044";
  color: #999;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pdf-btn.rireki li a:hover {
  background: #fff;
  border: 1px solid #666;
  color: #333;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.pdf-btn.rireki li a:hover::before {
  color: #333;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
.pdf-btn.rireki li a::after {
  content: "\f019";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
  opacity: 0.3;
  font-size: 0.9em;
}
.pdf-btn li:has(.shinsotu) {
  grid-column: 1;
}
.pdf-btn li:has(.chuto) {
  grid-column: 2;
}
.pdf-btn li a {
  display: block;
  color: #666;
  background: #fff;
  border: 2px solid #c2c2c2;
  border-radius: 8px;
  text-align: center;
  padding: 12px 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  font-size: 14px;
}
.pdf-btn li a.shinsotu {
  background-color: #ffeaec !important;
}
.pdf-btn li a.shinsotu:hover {
  border-color: #E6001A !important;
  color: #E6001A !important;
}
.pdf-btn li a.chuto {
  background-color: #fff9ef;
}
.pdf-btn li a.chuto:hover {
  background: #fffdf9;
  border-color: #F29605;
  color: #F29605;
}
.pdf-btn li a.chuto:hover:before {
  color: #F29605;
}
.pdf-btn li a:before {
  content: "\f1c1";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 10px;
  color: #E6001A;
  font-size: 1.1em;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.pdf-btn li a:hover {
  background: #fdfaf9;
}
.pdf-btn li a:hover:before {
  color: #E6001A;
}
@media all and (max-width: 769px) {
  .pdf-btn {
    gap: 5px;
  }
  .pdf-btn li a {
    padding: 8px 5px;
    font-size: 13px;
  }
}
@media all and (max-width: 639px) {
  .pdf-btn {
    grid-template-columns: 1fr;
  }
  .pdf-btn li:has(.shinsotu), .pdf-btn li:has(.chuto) {
    grid-column: auto;
  }
}

.w400 {
  width: 400px;
}
@media all and (max-width: 769px) {
  .w400 {
    max-width: 900px;
    width: 100%;
  }
}

.w350 {
  width: 350px;
}
@media all and (max-width: 769px) {
  .w350 {
    max-width: 750px;
    width: 100%;
  }
}

.w300 {
  width: 350px;
}
@media all and (max-width: 769px) {
  .w300 {
    max-width: 600px;
    width: 100%;
  }
}

.w300 {
  width: 300px;
}
@media all and (max-width: 769px) {
  .w300 {
    max-width: 600px;
    width: 100%;
  }
}

.w220 {
  width: 220px;
}
@media all and (max-width: 769px) {
  .w220 {
    max-width: 180px;
    width: 60%;
  }
}

.w200 {
  width: 200px;
}
@media all and (max-width: 769px) {
  .w200 {
    max-width: 600px;
    width: 100%;
  }
}

.chosei {
  margin-bottom: 120px;
}
@media all and (max-width: 769px) {
  .chosei {
    margin-bottom: 60px;
  }
}

.chosei2 {
  margin-bottom: 60px;
}
@media all and (max-width: 769px) {
  .chosei2 {
    margin-bottom: 40px;
  }
}

.chosei3 {
  margin-bottom: 40px;
}
@media all and (max-width: 769px) {
  .chosei3 {
    margin-bottom: 30px;
  }
}

.chosei4 {
  margin-bottom: 25px;
}
@media all and (max-width: 769px) {
  .chosei4 {
    margin-bottom: 15px;
  }
}

.margin-top {
  margin-top: 120px;
}
@media all and (max-width: 769px) {
  .margin-top {
    margin-top: 60px;
  }
}

.margin-top2 {
  margin-top: 60px;
  z-index: 5;
}
@media all and (max-width: 769px) {
  .margin-top2 {
    margin-top: 30px;
  }
}

#main {
  float: left;
  width: 76%;
}
#main .mbox {
  min-height: 300px;
}
@media all and (max-width: 769px) {
  #main .mbox {
    min-height: initial;
  }
}
@media all and (max-width: 769px) {
  #main {
    float: none;
    width: 100%;
  }
}

#side {
  float: right;
  position: sticky;
  right: 0;
  top: 0;
  width: 21%;
  padding-right: 10px;
}
@media all and (max-width: 769px) {
  #side {
    float: none;
    width: 100%;
    position: static;
    margin-top: 40px;
  }
}

.blog-month {
  margin-bottom: 10px;
}
.blog-month ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blog-month ul li {
  width: 49%;
  padding: 5px 0;
  margin-bottom: 5px;
  text-align: center;
  letter-spacing: 0;
}
.blog-month ul li:nth-child(2n) {
  margin-left: 2%;
}
.blog-month ul li a {
  color: #444;
  font-weight: 600;
  border-bottom: 1px solid #444;
  font-size: 12px;
  text-decoration: none;
  -webkit-transition: color 0.5s ease, border-color 0.5s ease;
  transition: color 0.5s ease, border-color 0.5s ease;
}
.blog-month ul li a:hover {
  color: #000035;
  border-color: #000035;
}

.news-bl {
  overflow: hidden;
}
.news-bl .news-bl-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 8px;
}
.news-bl .news-bl-inner:not(:last-of-type) {
  margin-bottom: 10px;
  border-bottom: 0.9px solid #ddd;
}
.news-bl dt {
  width: 6em;
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
}
.news-bl dt .year {
  color: #4d4d4d;
  font-size: 12px;
}
.news-bl dt .md {
  display: inline-block;
  color: #E6001A;
  font-size: 1.4rem;
  font-weight: 600;
}
@media all and (max-width: 639px) {
  .news-bl dt {
    width: 4.5em;
    font-size: 12px;
  }
  .news-bl dt .md {
    font-size: 1.3rem;
  }
}
.news-bl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 50px;
  line-height: 1.6;
  font-size: 1.7rem;
}
.news-bl dd a {
  color: #232323;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E6001A), to(#E6001A));
  background-image: linear-gradient(#E6001A, #E6001A);
  padding-bottom: 0.25em;
  background-position: 100% 100%;
  background-size: 0% 1px;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background-size 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-weight: 600;
}
.news-bl dd a:hover {
  background-position: 0 100%;
  background-size: 100% 1px;
}
@media all and (max-width: 639px) {
  .news-bl dd {
    margin-left: 20px;
    font-size: 13px;
  }
}

/* アンカーリンクの着地位置を調整 */
#a01, #a02, #a03, #a04, #a05, #a06, #a07, #a08, #a09, #contact, #move {
  /* ヘッダーの高さが80pxなら、少し余裕を持たせて100px〜120pxくらいが綺麗です */
  scroll-margin-top: 180px;
}

/* ローダーの外枠（全画面固定） */
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #ffffff;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* スケルトンコンテナ */
.skeleton {
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

/* スケルトン行の共通設定 */
.skeleton-line {
  height: 15px;
  border-radius: 4px;
  /* ベース色：$base_color(赤)のパステル 
     ハイライト：$sub_color(オレンジ)の光が流れる設定
  */
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #FDE5E8), color-stop(37%, #FEF4E6), color-stop(63%, #FDE5E8));
  background: linear-gradient(90deg, #FDE5E8 25%, #FEF4E6 37%, #FDE5E8 63%);
  background-size: 400% 100%;
  -webkit-animation: skeleton-loading 1.4s ease infinite;
          animation: skeleton-loading 1.4s ease infinite;
}

/* 各行の長さを変えて文章っぽさを演出 */
.skeleton-line:nth-child(1) {
  width: 40%;
  height: 22px;
  margin-bottom: 5px;
  /* タイトル行だけ少し赤みを強めてアクセントに */
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #FDE5E8), color-stop(37%, #fcd0d5), color-stop(63%, #FDE5E8));
  background-image: linear-gradient(90deg, #FDE5E8 25%, #fcd0d5 37%, #FDE5E8 63%);
}

.skeleton-line:nth-child(2) {
  width: 100%;
}

.skeleton-line:nth-child(3) {
  width: 85%;
}

/* アニメーション：背景のグラデーションを動かす */
@-webkit-keyframes skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.list4 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
}
.list4 li {
  width: 28%;
}
.list4 li.w100 {
  width: 100%;
  position: relative;
}
.list4 li.w100 .petal-img {
  position: absolute;
  top: -176px;
  right: -40px;
  width: 350px;
  height: auto;
  margin: 0;
  z-index: 5;
}
@media all and (max-width: 769px) {
  .list4 li.w100 .petal-img {
    top: -125px;
    right: -13px;
    width: 250px;
  }
}
@media all and (max-width: 639px) {
  .list4 li.w100 .petal-img {
    top: -42px;
    right: -13px;
    width: 150px;
  }
}
.list4 li.w100 .petal-img img {
  width: 100%;
  height: auto;
}
.list4 li.w100 .tbl-border {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
  margin-top: 20px;
}
.list4 li.w100 .tbl-border th, .list4 li.w100 .tbl-border td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
  font-size: 1.4rem;
}
.list4 li.w100 .tbl-border th {
  background: #f9f9f9;
  font-weight: bold;
}
.list4 li.w100 .tbl-border tbody tr td:first-child {
  text-align: left;
}
@media all and (max-width: 974px) {
  .list4 li {
    width: 32%;
    margin: 0 2% 20px 0;
  }
  .list4 li:nth-child(4n) {
    margin-right: 2%;
  }
  .list4 li:nth-child(3n) {
    margin-right: 0;
  }
}
@media all and (max-width: 769px) {
  .list4 li {
    width: 39%;
    margin: 0 2% 20px 0;
  }
  .list4 li:nth-child(4n) {
    margin-right: 2%;
  }
  .list4 li:nth-child(3n) {
    margin-right: 2%;
  }
  .list4 li:nth-child(2n) {
    margin-right: 0;
  }
}
@media all and (max-width: 639px) {
  .list4 li {
    width: 100%;
    margin: 0 auto 20px;
  }
  .list4 li:nth-child(4n) {
    margin-right: auto;
  }
  .list4 li:nth-child(3n) {
    margin-right: auto;
  }
  .list4 li:nth-child(2n) {
    margin-right: auto;
  }
}

.about-list li {
  background-color: #fff;
  padding: 20px;
  text-align: center;
  border-radius: 20px;
}
.about-list .figure {
  text-align: center;
}
.about-list .numbox {
  position: relative;
  display: table;
  margin: 0 auto;
  padding-bottom: 10px;
  width: 100%;
  border-bottom: 1px solid #CC0000;
}
.about-list .num {
  font-size: 10rem;
  color: #CC0000;
  display: table-cell;
  line-height: 1;
}
.about-list .ttl {
  padding-left: 10px;
  display: table-cell;
  color: #000;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1;
  vertical-align: bottom;
  text-align: left;
}
.about-list .ttl span {
  font-size: 1.8rem;
}
.about-list .detail-num {
  font-size: 2rem;
  color: #CC0000;
  font-weight: bold;
  margin-top: 20px;
}
.about-list .detail-num span {
  font-size: 6rem;
  line-height: 1;
  color: #F29605;
  text-shadow: 2px 2px 0 #CC0000, -2px -2px 0 #CC0000, -1px 1px 0 #CC0000, 1px -1px 0 #CC0000, 0px 1px 0 #CC0000, 0 -1px 0 #CC0000, -1px 0 0 #CC0000, 1px 0 0 #CC0000;
}
.about-list .detail-num span.bigger {
  font-size: 9rem;
}
.about-list .maintxt {
  text-align: center;
  font-weight: bold;
}
.about-list .txt {
  margin: 20px 20px;
  text-align: left;
}
.about-list figure {
  max-width: 330px;
  margin: 0 auto;
}
.about-list figure img {
  width: 100%;
}
@media all and (max-width: 769px) {
  .about-list .num {
    font-size: 8rem;
    color: #CC0000;
    display: table-cell;
    line-height: 1;
  }
  .about-list .ttl {
    font-size: 2rem;
    vertical-align: bottom;
    text-align: left;
  }
  .about-list .ttl span {
    font-size: 1.6rem;
  }
  .about-list .detail-num {
    font-size: 2rem;
  }
  .about-list .detail-num span {
    font-size: 7rem;
  }
}
@media all and (max-width: 639px) {
  .about-list .numbox {
    position: relative;
    display: table;
    margin: 0 auto;
    text-align: center;
  }
  .about-list .num {
    font-size: 6rem;
    color: #CC0000;
    display: table-cell;
    line-height: 1;
  }
  .about-list .ttl {
    font-size: 1.8rem;
    vertical-align: bottom;
    text-align: left;
  }
  .about-list .ttl span {
    font-size: 1.4rem;
  }
  .about-list .detail-num {
    font-size: 1.8rem;
    color: #CC0000;
    font-weight: bold;
    margin-top: 10px;
  }
  .about-list .detail-num span {
    font-size: 6rem;
    line-height: 1;
    color: #F29605;
    text-shadow: 2px 2px 0 #CC0000, -2px -2px 0 #CC0000, -1px 1px 0 #CC0000, 1px -1px 0 #CC0000, 0px 1px 0 #CC0000, 0 -1px 0 #CC0000, -1px 0 0 #CC0000, 1px 0 0 #CC0000;
  }
}

.column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.column2.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.column2.tp {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.column2 .child100 {
  width: 100%;
}
.column2 .child {
  width: 48%;
}
.column2 .child img {
  width: 100%;
}
.column2 .child01 {
  width: 40%;
}
.column2 .child02 {
  width: 56%;
}
.column2 .child02 > a {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  text-decoration: none;
  color: #444;
}
.column2 .child02 > a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.column2 .child2 {
  width: 55%;
}
.column2 .child3 {
  width: 42%;
}
.column2 .child4 {
  width: 44%;
}
.column2 .child5 {
  width: 34%;
}
.column2 .child6 {
  width: 60%;
}
@media all and (max-width: 769px) {
  .column2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .column2 .child,
  .column2 .child01,
  .column2 .child02,
  .column2 .child2,
  .column2 .child3,
  .column2 .child4,
  .column2 .child5,
  .column2 .child6 {
    width: 100%;
  }
  .column2 .child.column2-img,
  .column2 .child01.column2-img,
  .column2 .child02.column2-img,
  .column2 .child2.column2-img,
  .column2 .child3.column2-img,
  .column2 .child4.column2-img,
  .column2 .child5.column2-img,
  .column2 .child6.column2-img {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 30px;
  }
  .column2 .child.bm20,
  .column2 .child01.bm20,
  .column2 .child02.bm20,
  .column2 .child2.bm20,
  .column2 .child3.bm20,
  .column2 .child4.bm20,
  .column2 .child5.bm20,
  .column2 .child6.bm20 {
    margin-bottom: 20px;
  }
  .column2 .child.bm10,
  .column2 .child01.bm10,
  .column2 .child02.bm10,
  .column2 .child2.bm10,
  .column2 .child3.bm10,
  .column2 .child4.bm10,
  .column2 .child5.bm10,
  .column2 .child6.bm10 {
    margin-bottom: 10px;
  }
  .column2 .child.column2-img2,
  .column2 .child01.column2-img2,
  .column2 .child02.column2-img2,
  .column2 .child2.column2-img2,
  .column2 .child3.column2-img2,
  .column2 .child4.column2-img2,
  .column2 .child5.column2-img2,
  .column2 .child6.column2-img2 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 20px;
  }
}

.emphasis {
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  font-size: 2.4rem;
}
@media all and (max-width: 769px) {
  .emphasis {
    font-size: 2rem;
  }
}
@media all and (max-width: 639px) {
  .emphasis {
    font-size: 1.7rem;
  }
}
@media all and (max-width: 974px) {
  .emphasis {
    font-size: 3rem;
  }
}
@media all and (max-width: 639px) {
  .emphasis {
    font-size: 2.2rem;
  }
}

.top-area-box .inner {
  position: relative;
  width: 80%;
  margin: 0 auto;
  max-width: 1000px;
}
@media all and (max-width: 769px) {
  .top-area-box .inner {
    width: 100%;
  }
  .top-area-box .inner:before {
    width: 360px;
    right: 0;
  }
}
@media screen and (max-width: 480px) {
  .top-area-box .inner:before {
    width: 340px;
    top: 50%;
    height: 10%;
  }
}
@media all and (max-width: 639px) {
  .top-area-box .inner .txt {
    font-size: 14px;
  }
}
.top-area-box .inner .img {
  height: 400px;
  margin-bottom: 30px;
  width: 80%;
  margin: 30px auto;
}
@media all and (max-width: 639px) {
  .top-area-box .inner .img {
    height: 200px;
  }
}
.top-area-box .inner .img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 35%;
     object-position: 50% 35%;
  border-radius: 20px;
}
@media all and (max-width: 639px) {
  .top-area-box .inner .img {
    width: 95%;
  }
}

.mtitle {
  position: relative;
  text-align: center;
}
.mtitle .eng,
.mtitle .eng2 {
  font-size: 5.6em;
  background: linear-gradient(151deg, #E6001A 0%, #F29605 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  position: relative;
  z-index: 2;
  line-height: 1;
}
.mtitle .ja {
  position: relative;
  z-index: 2;
  font-size: 1.5em;
  color: #444;
  display: block;
  font-weight: 600;
}
.mtitle.white .eng,
.mtitle.white .eng2 {
  -webkit-text-fill-color: #fff;
  color: #fff;
}
.mtitle.white .ja {
  color: #fff;
}
@media all and (max-width: 639px) {
  .mtitle .eng,
  .mtitle .eng2 {
    font-size: 2.4em;
  }
  .mtitle .ja {
    font-size: 1.1em;
  }
}

.faq-dl .faq-inner {
  padding: 10px;
  margin-bottom: 20px;
}
.faq-dl .faq-inner:not(:last-of-type) {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 3px solid #eee;
}
.faq-dl .faq-inner dt,
.faq-dl .faq-inner dd {
  position: relative;
  padding: 10px 10px 10px 65px;
}
.faq-dl .faq-inner dt:before,
.faq-dl .faq-inner dd:before {
  position: absolute;
  content: "";
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  left: 0;
  top: 0;
}
.faq-dl .faq-inner dt {
  font-weight: 600;
  color: #F29605;
  margin-bottom: 10px;
}
.faq-dl .faq-inner dt:before {
  content: "Q";
  color: #fff;
  font-size: 3rem;
  background: #F29605;
}
.faq-dl .faq-inner dd:before {
  content: "A";
  color: #CC0000;
  font-size: 3rem;
  background: rgba(255, 215, 0, 0.2);
}

/*----------------------------------
bnr 
----------------------------------*/
.bnr {
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  width: 100%;
}
.bnr a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  position: relative;
  padding: 100px 70px;
  background: #F29605;
  color: #fff;
  border-radius: 20px;
  text-decoration: none;
}
.bnr a::before {
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(1);
          transform: scale(1);
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: var(--bg-image, url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28006/bnr01.webp));
  background-position: center 50%;
  background-size: cover;
}
.bnr a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  -webkit-transition: opacity 0.3s ease, background-color 0.3s ease;
  transition: opacity 0.3s ease, background-color 0.3s ease;
}
.bnr a .contact_txt {
  position: relative;
  z-index: 2;
}
.bnr a .contact_txt h2 {
  font-weight: 800;
}
.bnr a .arrow {
  position: relative;
  z-index: 2;
  width: 8rem;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  margin-left: auto;
}
.bnr a .arrow i {
  font-size: 2rem;
  color: #fff;
}
.bnr a .arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: #fff solid 1px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.bnr a .category_box {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-top: 40px;
  color: #333;
}
.bnr a .category_box .mbox {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
}
.bnr a:hover::after {
  background-color: rgba(0, 0, 0, 0.2);
}
.bnr a:hover::before {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.bnr a:hover .arrow i {
  -webkit-animation: arw-r 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
          animation: arw-r 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
@media all and (max-width: 769px) {
  .bnr a {
    padding: 60px 40px;
  }
  .bnr a .arrow {
    width: 5rem;
  }
  .bnr a .arrow i {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 639px) {
  .bnr a {
    padding: 40px 20px;
  }
  .bnr a .arrow {
    width: 4rem;
  }
  .bnr a .arrow i {
    font-size: 1.2rem;
  }
}

.sticky-area {
  float: left;
  position: sticky;
  left: 0;
  top: 80px;
  width: 48%;
  text-align: center;
}
.sticky-area.type1 {
  float: right;
}
@media all and (max-width: 639px) {
  .sticky-area {
    float: none;
    width: 100%;
    position: relative;
    margin-bottom: 25px;
    top: 0;
  }
}

.main-area {
  position: relative;
  float: right;
  width: 49%;
}
.main-area.type1 {
  float: left;
}
@media all and (max-width: 639px) {
  .main-area {
    float: none;
    width: 100%;
  }
}

.sentence2 p + p {
  margin-top: 15px;
}
@media all and (max-width: 639px) {
  .sentence2 p + p {
    margin-top: 10px;
  }
}

.f-bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.f-bnr li {
  width: 32%;
  text-align: center;
  position: relative;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.f-bnr li img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: bottom;
}
.f-bnr li:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
          box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
  border-color: #ddd;
}
@media all and (max-width: 639px) {
  .f-bnr li {
    width: 48%;
    padding: 10px;
    margin: 0;
  }
}