@charset "UTF-8";
/*! ==================================================
※※※※※※※※※※※※※※※※※※※※※※※※※※※
  このCSSファイルはSassから生成されていますので、
  編集しないようご注意ください。
※※※※※※※※※※※※※※※※※※※※※※※※※※※
=================================================== */
/*! ==================================================
　リセットCSS
=================================================== */
div, ul, li, dl, dt, dd, table, tr, th, td, address, p {
  margin: 0;
  padding: 0; }

/*! ==================================================
　共通モジュールやパーツ
=================================================== */
a:hover {
  opacity: 0.8; }

.center {
  text-align: center; }

.font-S {
  font-size: 0.7rem; }

.font-M {
  font-size: 1.0rem; }

.font-L {
  font-size: 1.2rem; }

.youtube {
  margin: auto;
  text-align: center; }

.youtube iframe {
  width: 100%; }
  @media print, screen and (max-width: 767px) {
    .youtube iframe {
      aspect-ratio: 16 / 9;
      width: 100%;
      height: auto; } }

.alert {
  font-size: 0.9em; }

.object-fit-img {
  object-fit: contain;
  font-family: "object-fit: contain;"; }

.link {
  position: relative; }

.link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 30000; }

.sliderA, .sliderB, .sliderC, .sliderD {
  opacity: 0;
  transition: opacity .25s ease; }

.sliderA.slick-initialized, .sliderB.slick-initialized, .sliderC.slick-initialized, .sliderD.slick-initialized {
  opacity: 1; }

/* googlemap レスポンシブ*/
.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

table {
  margin-top: 15px;
  width: 100%;
  border: 1px solid #ccc; }
  table td p {
    padding-top: 0 !important; }

.cycle-slideshow a {
  display: block; }

/* JavaScriptが有効な場合、対象を隠す */
html.enable-javascript .cycle-slideshow {
  visibility: hidden; }
html.enable-javascript .slider, html.enable-javascript .slider-spnavi {
  visibility: hidden; }

/* 画像すべてを読み終えたら、対象を表示する */
html.enable-javascript.window-load .cycle-slideshow {
  visibility: visible; }
html.enable-javascript.window-load .slider, html.enable-javascript.window-load .slider-spnavi {
  visibility: visible; }

input[type=radio] {
  width: 25px;
  height: 25px;
  vertical-align: middle;
  padding: 25px 0; }

input[name=zipcode] {
  width: 150px;
  margin-bottom: 2px; }

input[type=checkbox] {
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 10px 0;
  vertical-align: middle; }

/*テーブルスクロール*/
.scroll {
  overflow: auto !important;
  /*tableをスクロールさせる*/
  white-space: nowrap;
  /*tableのセル内にある文字の折り返しを禁止*/
  margin-bottom: 30px; }

.scroll::-webkit-scrollbar {
  /*tableにスクロールバーを追加*/
  height: 15px;
  background-color: #0099cc !important;
  width: 100px !important; }

.scroll::-webkit-scrollbar-track {
  /*tableにスクロールバーを追加*/
  background-color: #efefef; }

.scroll::-webkit-scrollbar-thumb {
  /*tableにスクロールバーを追加*/
  background-color: #0099cc !important;
  width: 100px !important; }

.scroll table {
  margin-bottom: 15px; }

.scroll2 {
  overflow: auto;
  /*tableをスクロールさせる*/
  white-space: nowrap;
  /*tableのセル内にある文字の折り返しを禁止*/
  margin-bottom: 15px; }

.scroll2::-webkit-scrollbar {
  /*スクロールバーを追加しない*/
  height: 0; }

.card {
  padding: 0;
  border: none;
  margin: 0; }

.card-header {
  background: none;
  padding: 0;
  border: none;
  margin: 0; }

.card .card-header a[data-toggle="collapse"] {
  display: block; }

.card .card-header a[data-toggle="collapse"]:active,
.card .card-header a[data-toggle="collapse"]:hover,
.card .card-header a[data-toggle="collapse"]:focus {
  text-decoration: none; }

.card-body {
  padding: 10px 20px 20px;
  border-left: 5px solid #f9eaa9;
  border-right: 5px solid #f9eaa9;
  border-bottom: 5px solid #f9eaa9;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 10px; }
  @media print, screen and (max-width: 767px) {
    .card-body {
      padding: 10px 10px 20px; } }

/*fuwat.js*/
.fuwatAnime {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fuwatAnime;
  -ms-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important; }

@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.flexH [class^=col] {
  display: flex;
  flex-direction: column; }

.flexH [class^=col] div {
  flex-grow: 1; }

/* zoomしながらスライド画像を動かす */
/*
@keyframes fadezoom{
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.sliderbox{
	animation-name:  fadezoom;
  	animation-duration: 10s;
	/*animation: fadezoom 8s 0s forwards;
}
*/
.animated {
  opacity: 0; }

.mi-animate {
  opacity: 0; }

.easeintxt {
  display: block;
  opacity: 0; }

.easeintxt span {
  opacity: 0;
  -webkit-transition: .6s ease-in-out;
  transition: .6s ease-in-out; }

/*赤*/
/*水色*/
/*ベージュ背景*/
/*! ==================================================
　メインのスタイル
=================================================== */
body {
  font-family: "fot-tsukubrdgothic-std", sans-serif, -apple-system; }

h1, h2, h3, h4, h5, h6 {
  font-family: "fot-tsukubrdgothic-std", sans-serif; }

@media print, screen and (min-width: 1200px) {
  .container {
    max-width: 1400px !important; } }

@media print, screen and (min-width: 992px) {
  .spbr {
    display: none; } }

.common-btn {
  margin: 10px auto 0;
  width: 50%; }
  @media print, screen and (max-width: 991px) {
    .common-btn {
      width: 80%; } }
  .common-btn a {
    padding: 5px 15px;
    display: block;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    background-color: #B53347;
    text-decoration: none;
    text-align: center; }
  .common-btn span {
    padding: 5px 15px;
    display: block;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    background-color: #333333;
    text-decoration: none;
    text-align: center; }

.more-btn {
  margin: 50px auto 0;
  width: 200px; }
  @media print, screen and (max-width: 991px) {
    .more-btn {
      width: 200px; } }
  .more-btn a {
    padding: 5px 15px;
    display: block;
    color: #fff;
    font-weight: bold;
    border-radius: 30px;
    background-color: #B53347;
    text-decoration: none;
    text-align: center;
    position: relative;
    font-size: 1.0rem;
    letter-spacing: 5px; }
    @media print, screen and (max-width: 991px) {
      .more-btn a {
        font-size: 1.2rem;
        padding: 10px 15px; } }
  .more-btn a::after {
    content: '';
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    display: inline-block;
    width: 10px;
    height: 10px;
    /* 矢印アイコンの位置を設定 */
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
    /* rotate(45deg)で矢印を回転（向きを変更）させる */ }
  .more-btn a:hover {
    text-decoration: none;
    opacity: 0.6; }

.back-btn {
  margin: 50px auto 0;
  width: 200px; }
  @media print, screen and (max-width: 991px) {
    .back-btn {
      width: 200px; } }
  .back-btn a {
    padding: 5px 15px;
    display: block;
    color: #fff;
    font-weight: bold;
    border-radius: 30px;
    background-color: #B53347;
    text-decoration: none;
    text-align: center;
    position: relative;
    font-size: 1.0rem;
    letter-spacing: 5px; }
    @media print, screen and (max-width: 991px) {
      .back-btn a {
        font-size: 1.2rem;
        padding: 10px 15px; } }
  .back-btn a::before {
    content: '';
    border: 0;
    border-top: solid 2px #fff;
    border-left: solid 2px #fff;
    display: inline-block;
    width: 10px;
    height: 10px;
    /* 矢印アイコンの位置を設定 */
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%) rotate(-45deg);
    /* rotate(45deg)で矢印を回転（向きを変更）させる */ }
  .back-btn a:hover {
    text-decoration: none;
    opacity: 0.6; }

.pankuzu {
  font-size: 0.9rem; }
  .pankuzu a {
    color: #c00;
    text-decoration: underline; }

.pagelink {
  text-align: center;
  padding-top: 40px; }
  .pagelink a {
    color: #B53347;
    text-decoration: underline;
    font-weight: bold; }
  @media print, screen and (max-width: 991px) {
    .pagelink {
      font-size: 0.8rem; } }

.pagetop {
  position: fixed;
  bottom: 0;
  right: 5%;
  width: 157px; }
  @media print, screen and (max-width: 991px) {
    .pagetop {
      display: none; } }
  .pagetop a {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    font-weight: bold;
    background-color: #92C5C5;
    border-radius: 10px 10px 0 0;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    color: #fff;
    font-size: 0.9rem;
    float: right;
    text-align: center; }

#youtube {
  text-align: center; }

.youtube {
  margin: 30px auto;
  text-align: center; }

.youtube iframe {
  width: 90%;
  aspect-ratio: 16 / 9;
  height: auto; }

@media (max-width: 767px) {
  .youtube iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto; } }
.youtubebanner {
  margin: 30px auto;
  width: 40%;
  text-align: center; }

@media (max-width: 767px) {
  .youtubebanner {
    width: 70%;
    height: auto; } }
/*! ==================================================
　header
=================================================== */
#header-fixed {
  /*メニューを上に動かす*/ }
  #header-fixed header {
    z-index: 10000;
    position: -webkit-sticky;
    position: sticky;
    position: fixed;
    /*絶対必要*/
    top: 0;
    background-color: #FFF;
    height: 70px;
    width: 100%;
    /*絶対必要*/ }
    @media print, screen and (max-width: 767px) {
      #header-fixed header {
        height: 60px;
        text-align: center; } }
    @media print, screen and (min-width: 768px) and (max-width: 1199px) {
      #header-fixed header {
        height: 60px;
        text-align: center; } }
    #header-fixed header h1.sitetitle a {
      display: block;
      background-color: #B53347;
      padding: 30px 20px 20px;
      width: 200px;
      height: 200px;
      border: 1px solid #fff;
      border-bottom-right-radius: 15px;
      border-top: none;
      border-left: none; }
      @media print, screen and (min-width: 992px) and (max-width: 1199px) {
        #header-fixed header h1.sitetitle a {
          width: 150px;
          height: 150px;
          padding: 20px 10px 10px; } }
      @media print, screen and (max-width: 991px) {
        #header-fixed header h1.sitetitle a {
          width: 120px;
          height: 120px;
          padding: 20px 10px 10px; } }
    #header-fixed header h1.sitetitle a:hover {
      opacity: 0.95 !important; }
    #header-fixed header .headmenuarea {
      display: block;
      position: absolute;
      left: 50%;
      top: 30px;
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      /* Safari用 */
      transform: translate(-50%, -50%); }
      @media print, screen and (max-width: 1199px) {
        #header-fixed header .headmenuarea {
          display: none; } }
      #header-fixed header .headmenuarea ul {
        margin-top: 5px;
        text-align: center;
        display: block; }
        #header-fixed header .headmenuarea ul li {
          display: inline-block;
          text-align: center;
          list-style: none;
          padding: 5px;
          font-size: 0.8rem;
          letter-spacing: 1px;
          line-height: 1.5; }
          @media print, screen and (min-width: 1600px) {
            #header-fixed header .headmenuarea ul li {
              font-size: 0.9rem; } }
          #header-fixed header .headmenuarea ul li a {
            text-align: center;
            color: #000;
            text-decoration: none;
            display: block;
            padding: 0 10px;
            color: #B53347; }
          #header-fixed header .headmenuarea ul li span {
            font-size: 0.6rem;
            color: #333333; }
            @media print, screen and (min-width: 1600px) {
              #header-fixed header .headmenuarea ul li span {
                font-size: 0.7rem; } }
    #header-fixed header .pctel {
      position: absolute;
      display: block;
      right: 0;
      top: 0;
      width: 200px;
      background-color: #92C5C5;
      color: #fff;
      padding: 15px;
      line-height: 1.5;
      letter-spacing: 1px;
      text-align: center;
      border: 1px solid #fff;
      border-bottom-left-radius: 15px;
      border-top: none;
      border-right: none; }
      @media print, screen and (max-width: 1199px) {
        #header-fixed header .pctel {
          display: none; } }
      #header-fixed header .pctel address {
        font-size: 1.0rem; }
      #header-fixed header .pctel p {
        font-size: 0.7rem; }
    #header-fixed header .sptel {
      width: 40px;
      height: 40px;
      color: #fff;
      background-color: #92C5C5;
      position: absolute;
      display: block;
      right: 60px;
      top: 10px;
      font-size: 1.2rem;
      padding-top: 5px; }
      @media print, screen and (min-width: 768px) {
        #header-fixed header .sptel {
          display: none; } }
      #header-fixed header .sptel a {
        color: #fff;
        display: block; }
  #header-fixed .is-animation {
    /*position: fixed; /*絶対必要*/
    display: block !important; }

#header-fixed.home {
  /*メニューを上に動かす*/ }
  #header-fixed.home header {
    display: none; }
  #header-fixed.home .is-animation {
    position: fixed;
    /*絶対必要*/
    display: block !important; }

#spnavi {
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 10000; }
  @media print, screen and (min-width: 1200px) {
    #spnavi {
      display: none; } }

#spmenu {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 1000;
  display: block; }
  @media print, screen and (min-width: 1200px) {
    #spmenu {
      display: none; } }

/*! ==================================================
　content
=================================================== */
#contenttop {
  padding-top: 150px;
  margin-top: -150px; }

.title1 {
  font-size: 3.6rem;
  line-height: 0.8;
  letter-spacing: 5px;
  text-align: center; }
  @media print, screen and (max-width: 991px) {
    .title1 {
      font-size: 2.6rem;
      padding-bottom: 30px;
      line-height: 1.0; } }
  .title1 span {
    font-size: 0.8rem;
    display: inline-block;
    background-color: #92C5C5;
    color: #fff;
    padding: 10px 15px; }
    @media print, screen and (max-width: 991px) {
      .title1 span {
        font-size: 0.7rem;
        padding: 8px 15px; } }

.title12 {
  font-size: 2.6rem;
  line-height: 0.8;
  letter-spacing: 5px;
  text-align: center; }
  @media print, screen and (max-width: 991px) {
    .title12 {
      padding-bottom: 30px; } }
  .title12 span {
    font-size: 0.7rem;
    display: inline-block;
    background-color: #92C5C5;
    color: #fff;
    padding: 8px 15px; }

.title2 {
  background-image: url(../imgs/titleback1.png);
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  padding: 0 50px 20px 80px;
  font-size: 2.0rem;
  max-height: 70px; }
  @media print, screen and (max-width: 991px) {
    .title2 {
      max-height: 45px;
      font-size: 1.4rem;
      padding: 0 30px 20px 40px; } }
  .title2 span {
    font-size: 1.0rem;
    letter-spacing: 5px; }
    @media print, screen and (max-width: 991px) {
      .title2 span {
        font-size: 0.8rem;
        letter-spacing: 2px; } }

.title3 {
  background-image: url(../imgs/line1.png);
  background-repeat: no-repeat;
  background-size: 150px;
  background-position: bottom;
  color: #B53347;
  padding: 15px 15px 50px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 5px;
  line-height: 2.0; }
  @media print, screen and (max-width: 991px) {
    .title3 {
      font-size: 1.4rem; } }

/*! ==================================================
　HOME
=================================================== */
#home #homeheadtitle {
  background-color: #ccc;
  height: 60px; }
  @media print, screen and (max-width: 991px) {
    #home #homeheadtitle {
      display: none; } }
  #home #homeheadtitle h1 {
    font-size: 2.0rem;
    padding: 10px; }
@media print, screen and (max-width: 991px) {
  #home #homehead {
    padding-top: 60px; } }
#home #homehead #topslide {
  overflow: hidden;
  position: relative;
  width: 100%;
  /*.slick-dotted.slick-slider{
  	margin-bottom:0;
  }
  ul.slick-dots{
  	bottom:20px;
  }*/ }
  #home #homehead #topslide .sliderbox img {
    overflow: hidden;
    height: 900px;
    width: 100%;
    object-fit: cover; }
    @media print, screen and (max-width: 575px) {
      #home #homehead #topslide .sliderbox img {
        max-width: 100%;
        /*画像中央ぞろえで必要*/
        height: 360px;
        /*画像中央ぞろえで必要*/
        object-fit: cover;
        /*画像中央ぞろえで必要*/
        margin: 0 auto;
        /*画像中央ぞろえで必要*/ } }
    @media print, screen and (min-width: 576px) and (max-width: 991px) {
      #home #homehead #topslide .sliderbox img {
        height: 800px; } }
    @media print, screen and (min-width: 992px) and (max-width: 1199px) {
      #home #homehead #topslide .sliderbox img {
        height: 800px; } }
  #home #homehead #topslide .topslidetxt {
    position: absolute;
    text-align: center;
    display: block; }
    @media print, screen and (max-width: 991px) {
      #home #homehead #topslide .topslidetxt {
        width: 100%;
        bottom: 5%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        /* Safari用 */
        transform: translate(-50%, -50%); } }
    @media print, screen and (min-width: 992px) {
      #home #homehead #topslide .topslidetxt {
        top: 40%;
        right: 10%; } }
    @media print, screen and (max-width: 991px) {
      #home #homehead #topslide .topslidetxt .pc1 img {
        width: 120px; } }
    #home #homehead #topslide .topslidetxt .txt {
      padding-top: 30px;
      line-height: 2.0;
      display: block;
      color: #fff;
      font-size: 2.4rem;
      letter-spacing: 10px;
      font-weight: bold; }
      @media print, screen and (max-width: 991px) {
        #home #homehead #topslide .topslidetxt .txt {
          font-size: 1.2rem;
          letter-spacing: 5px; } }
      #home #homehead #topslide .topslidetxt .txt span {
        display: inline-block;
        border-bottom: 3px dotted #fff; }
  #home #homehead #topslide .topslidekazari {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0; }
    #home #homehead #topslide .topslidekazari img {
      object-fit: cover;
      object-position: bottom; }
      @media print, screen and (max-width: 991px) {
        #home #homehead #topslide .topslidekazari img {
          height: 100px; } }
#home #homehead .homemenuarea {
  opacity: 0;
  margin-bottom: 60px;
  background-color: #333333;
  padding: 20px 15px 20px;
  height: 60px; }
  @media print, screen and (max-width: 991px) {
    #home #homehead .homemenuarea {
      display: none; } }
  #home #homehead .homemenuarea ul li {
    text-align: center;
    list-style: none;
    padding: 1px !important;
    margin: auto; }
    @media print, screen and (max-width: 767px) {
      #home #homehead .homemenuarea ul li {
        font-size: 0.7rem; } }
    #home #homehead .homemenuarea ul li a {
      text-align: center;
      color: #fff;
      text-decoration: none; }
    #home #homehead .homemenuarea ul li a:hover {
      opacity: 1; }
#home #homeprofile {
  background-color: #F8F4F1;
  padding-bottom: 150px; }
  @media print, screen and (max-width: 991px) {
    #home #homeprofile {
      padding-bottom: 80px; } }
  @media print, screen and (min-width: 992px) {
    #home #homeprofile {
      padding-top: 15px; } }
  #home #homeprofile .profilebox {
    text-align: center; }
    @media print, screen and (min-width: 1200px) {
      #home #homeprofile .profilebox {
        width: 80%;
        margin: auto; } }
  #home #homeprofile .profileimg {
    padding: 100px 30px 0;
    text-align: center;
    margin: auto; }
    @media print, screen and (max-width: 991px) {
      #home #homeprofile .profileimg {
        padding: 50px 30px 0; } }
    #home #homeprofile .profileimg img {
      margin: auto;
      width: 400px; }
      @media print, screen and (max-width: 767px) {
        #home #homeprofile .profileimg img {
          width: 200px; } }
  #home #homeprofile p {
    line-height: 2.0;
    font-size: 0.9rem;
    letter-spacing: 5px;
    padding-top: 20px; }
    @media print, screen and (max-width: 991px) {
      #home #homeprofile p {
        text-align: center;
        font-size: 0.8rem;
        letter-spacing: 2px; } }
  #home #homeprofile .line1 img {
    width: 130px;
    margin: 50px 0; }
    @media print, screen and (max-width: 991px) {
      #home #homeprofile .line1 img {
        margin: 30px 0; } }
#home #homefeature {
  padding: 80px 15px; }
  #home #homefeature .box1 {
    margin-top: 60px;
    border: 1px solid #92C5C5;
    padding: 20px 15px 20px 0;
    border-radius: 30px;
    background-color: #fff; }
    @media print, screen and (max-width: 991px) {
      #home #homefeature .box1 {
        margin-top: 30px; } }
    #home #homefeature .box1 .boxtxt {
      padding-left: 15px; }
    #home #homefeature .box1 h3 {
      text-align: center;
      color: #B53347;
      padding: 20px 0;
      font-weight: bold;
      letter-spacing: 3px; }
      @media print, screen and (max-width: 991px) {
        #home #homefeature .box1 h3 {
          font-size: 1.1rem;
          letter-spacing: 0; } }
    #home #homefeature .box1 p {
      font-size: 0.9rem;
      line-height: 2.0; }
#home #homeinterview {
  padding: 80px 15px;
  background-color: #F8F4F1; }
  #home #homeinterview .box2 {
    margin-top: 60px;
    border: 1px solid #92C5C5;
    background-color: #fff;
    padding: 30px 0 30px 0;
    border-radius: 30px; }
    @media print, screen and (max-width: 991px) {
      #home #homeinterview .box2 {
        margin-top: 30px;
        padding: 15px 0 30px 0; } }
    #home #homeinterview .box2 a {
      text-decoration: none; }
    #home #homeinterview .box2 .boxtxt {
      padding-left: 15px; }
    @media print, screen and (max-width: 991px) {
      #home #homeinterview .box2 img {
        margin-top: 50px; } }
    #home #homeinterview .box2 p {
      font-size: 0.9rem;
      line-height: 2.0;
      padding-right: 10px; }
      @media print, screen and (max-width: 991px) {
        #home #homeinterview .box2 p {
          font-size: 0.8rem;
          line-height: 1.5; } }
    #home #homeinterview .box2 p.companyname {
      padding-top: 20px; }
#home #homeservice {
  padding: 80px 15px; }
  #home #homeservice .box1 {
    margin-top: 60px;
    border: 1px solid #92C5C5;
    padding: 5px 15px 20px 0;
    border-radius: 30px;
    background-color: #fff; }
    @media print, screen and (max-width: 991px) {
      #home #homeservice .box1 {
        margin-top: 30px; } }
    #home #homeservice .box1 .boxtxt {
      padding-left: 15px; }
    #home #homeservice .box1 h3 {
      text-align: center;
      color: #B53347;
      padding: 20px 0 10px;
      font-weight: bold; }
    #home #homeservice .box1 p {
      font-size: 0.9rem;
      line-height: 2.0; }
#home .homecontents1 {
  padding: 80px 15px; }
  #home .homecontents1 h2 {
    font-weight: bold;
    text-align: center;
    background-image: url(../imgs/pc2.png);
    background-size: 150px;
    background-position: top;
    padding-top: 120px;
    background-repeat: no-repeat;
    line-height: 1.8; }
    @media print, screen and (max-width: 991px) {
      #home .homecontents1 h2 {
        font-size: 1.2rem; } }
  @media print, screen and (min-width: 1200px) {
    #home .homecontents1 .txtbox {
      width: 80%;
      margin: auto;
      text-align: center; } }
  #home .homecontents1 p {
    padding-top: 50px;
    line-height: 2.0;
    text-align: left; }
    @media print, screen and (max-width: 991px) {
      #home .homecontents1 p {
        font-size: 0.9rem;
        padding-top: 30px; } }
#home .bkcolor1 {
  background-color: #F8F4F1; }
#home .homenews {
  padding: 80px 0; }
  #home .homenews .newsList {
    padding: 15px 15px 0; }
  #home .homenews .newstitlelink {
    border: 1px solid #92C5C5;
    border-radius: 15px;
    padding: 10px 15px;
    margin-top: 20px; }
    #home .homenews .newstitlelink a {
      text-decoration: none;
      display: block; }
    #home .homenews .newstitlelink time {
      font-size: 0.8rem;
      margin-bottom: 5px;
      color: #333;
      display: inline-block;
      letter-spacing: 1px; }
    #home .homenews .newstitlelink h3 {
      font-size: 1.2rem;
      font-weight: bold;
      line-height: 1.8;
      color: #B53347; }
      @media print, screen and (max-width: 767px) {
        #home .homenews .newstitlelink h3 {
          font-size: 1.1rem; } }
@media print, screen and (max-width: 991px) {
  #home .homenews.blog {
    padding-top: 30px; } }
#home #homemovie {
  background-color: #F8F4F1;
  padding: 80px 15px; }
  #home #homemovie .slider-topwork {
    padding-top: 50px; }
    @media print, screen and (max-width: 991px) {
      #home #homemovie .slider-topwork {
        padding-top: 20px; } }
  #home #homemovie p {
    font-size: 0.9rem;
    color: #B53347;
    padding: 0 15px 15px;
    line-height: 1.8;
    text-align: center;
    font-weight: bold; }

/*! ==================================================
　#profile
=================================================== */
#profile {
  padding-top: 180px;
  padding-bottom: 60px;
  background-color: #F8F4F1; }
  #profile .profilebox {
    padding: 50px 15px; }
    @media print, screen and (min-width: 1200px) {
      #profile .profilebox {
        width: 90%;
        margin: auto; } }
    @media print, screen and (max-width: 991px) {
      #profile .profilebox {
        padding: 20px 15px; } }
    #profile .profilebox .profileimg {
      padding: 50px 30px 0;
      text-align: center;
      margin: auto; }
      @media print, screen and (max-width: 991px) {
        #profile .profilebox .profileimg {
          padding: 5px 30px 0; } }
      #profile .profilebox .profileimg img {
        margin: auto;
        width: 300px; }
        @media print, screen and (max-width: 767px) {
          #profile .profilebox .profileimg img {
            width: 200px; } }
    #profile .profilebox dl {
      margin-top: 0; }
      @media print, screen and (max-width: 991px) {
        #profile .profilebox dl {
          margin-top: 20px; } }
      #profile .profilebox dl dt {
        margin: auto;
        text-align: center; }
        #profile .profilebox dl dt span {
          margin: 10px 0;
          display: block;
          text-align: center;
          font-size: 0.8rem;
          background-color: #B53347;
          border-radius: 10px;
          color: #fff;
          padding: 3px 15px; }
          @media print, screen and (max-width: 991px) {
            #profile .profilebox dl dt span {
              font-size: 0.6rem; } }
      #profile .profilebox dl dd {
        padding: 5px 15px;
        margin: 10px 0; }
        @media print, screen and (max-width: 991px) {
          #profile .profilebox dl dd {
            font-size: 0.8rem; } }
        #profile .profilebox dl dd a {
          text-decoration: underline;
          color: #B53347; }
  #profile #message {
    padding: 100px 15px;
    background-color: #fff; }
    @media print, screen and (max-width: 991px) {
      #profile #message {
        padding: 50px 10px; } }
    #profile #message p {
      line-height: 2.5;
      text-align: center;
      padding-top: 50px;
      letter-spacing: 5px;
      font-size: 0.9rem; }
      @media print, screen and (max-width: 991px) {
        #profile #message p {
          padding-top: 30px;
          font-size: 0.8rem;
          letter-spacing: 1px;
          line-height: 2.0; } }
  #profile #history {
    padding: 100px 15px 50px; }
    @media print, screen and (max-width: 991px) {
      #profile #history {
        padding: 60px 10px 10px; } }
    @media print, screen and (min-width: 992px) {
      #profile #history .historybox {
        width: 65%;
        margin: auto;
        padding-top: 50px; } }
    #profile #history dl {
      margin-top: 0; }
      @media print, screen and (max-width: 991px) {
        #profile #history dl {
          margin-top: 20px; } }
      #profile #history dl dt {
        margin: auto;
        text-align: center; }
        #profile #history dl dt span {
          margin: 10px 0;
          display: block;
          text-align: center;
          font-size: 0.8rem;
          background-color: #B53347;
          border-radius: 10px;
          color: #fff;
          padding: 3px 15px;
          letter-spacing: 2px; }
          @media print, screen and (max-width: 991px) {
            #profile #history dl dt span {
              font-size: 0.6rem;
              padding: 3px 5px; } }
      #profile #history dl dd {
        padding: 5px 15px;
        margin: 10px 0;
        text-align: left;
        font-size: 0.9rem;
        line-height: 1.8; }
        @media print, screen and (max-width: 991px) {
          #profile #history dl dd {
            font-size: 0.8rem; } }
        #profile #history dl dd a {
          text-decoration: underline;
          color: #B53347; }

/*! ==================================================
　#service
=================================================== */
#service {
  padding-top: 180px;
  padding-bottom: 60px;
  background-color: #F8F4F1; }
  #service .servicebox {
    padding: 50px 15px 80px; }
    @media print, screen and (max-width: 991px) {
      #service .servicebox {
        padding: 0 15px 50px; } }
  @media print, screen and (max-width: 991px) {
    #service .title3 {
      font-size: 1.2rem; } }
  #service .box1 {
    margin-top: 60px;
    border: 1px solid #92C5C5;
    padding: 20px 15px 20px 0;
    border-radius: 30px;
    background-color: #fff; }
    @media print, screen and (max-width: 991px) {
      #service .box1 {
        margin-top: 30px; } }
    #service .box1 .boxtxt {
      padding-left: 15px; }
    #service .box1 h3 {
      text-align: center;
      color: #B53347;
      padding: 20px 0;
      font-weight: bold;
      letter-spacing: 3px; }
      @media print, screen and (max-width: 991px) {
        #service .box1 h3 {
          font-size: 1.2rem;
          letter-spacing: 1px; } }
    #service .box1 p {
      font-size: 0.9rem;
      line-height: 2.0; }
  #service #plan {
    padding: 100px 15px;
    background-color: #fff; }
    @media print, screen and (max-width: 991px) {
      #service #plan {
        padding: 50px 10px; } }
    @media print, screen and (min-width: 1200px) {
      #service #plan .planbox {
        width: 80%;
        margin: auto;
        padding-top: 50px; } }
    #service #plan .planbox .box2 {
      margin-top: 60px;
      border: 1px solid #92C5C5;
      background-color: #fff;
      padding: 40px 50px;
      border-radius: 30px; }
      @media print, screen and (max-width: 991px) {
        #service #plan .planbox .box2 {
          margin-top: 30px;
          padding: 30px; } }
      #service #plan .planbox .box2 h3 {
        color: #B53347;
        letter-spacing: 5px;
        font-weight: bold;
        line-height: 2.0; }
        #service #plan .planbox .box2 h3 span {
          margin: 10px 0;
          background-color: #92C5C5;
          color: #fff;
          font-size: 0.8rem;
          padding: 3px 10px;
          display: inline-block; }
      #service #plan .planbox .box2 p {
        line-height: 2.0;
        padding-top: 20px;
        letter-spacing: 5px;
        font-size: 0.9rem; }
        @media print, screen and (max-width: 991px) {
          #service #plan .planbox .box2 p {
            padding-top: 15px;
            letter-spacing: 1px; } }
      #service #plan .planbox .box2 .content1 {
        border-bottom: 1px dotted #92C5C5;
        padding-bottom: 30px; }
        @media print, screen and (max-width: 991px) {
          #service #plan .planbox .box2 .content1 {
            padding-bottom: 15px; } }
  #service #sonota {
    padding: 100px 15px 30px; }
    @media print, screen and (max-width: 991px) {
      #service #sonota {
        padding: 50px 10px 15px; } }
    @media print, screen and (min-width: 1200px) {
      #service #sonota .sonotabox {
        padding-top: 50px; } }
    #service #sonota .sonotabox .box3 {
      margin-top: 40px;
      border: 1px solid #92C5C5;
      background-color: #fff;
      padding: 30px 50px;
      border-radius: 30px; }
      @media print, screen and (max-width: 991px) {
        #service #sonota .sonotabox .box3 {
          margin-top: 30px;
          padding: 30px; } }
      #service #sonota .sonotabox .box3 h3 {
        color: #B53347;
        letter-spacing: 5px;
        font-weight: bold;
        line-height: 2.0; }
        @media print, screen and (max-width: 991px) {
          #service #sonota .sonotabox .box3 h3 {
            font-size: 1.2rem;
            letter-spacing: 2px; } }
      #service #sonota .sonotabox .box3 p {
        line-height: 2.0;
        letter-spacing: 5px;
        font-size: 0.9rem; }
        @media print, screen and (max-width: 991px) {
          #service #sonota .sonotabox .box3 p {
            padding-top: 10px;
            letter-spacing: 1px; } }

/*! ==================================================
　#works
=================================================== */
#works {
  padding-top: 180px;
  padding-bottom: 60px;
  background-color: #F8F4F1; }
  #works .headtxt {
    text-align: center;
    padding: 50px 0; }
    @media print, screen and (max-width: 991px) {
      #works .headtxt {
        padding: 15px 15px 30px;
        font-size: 0.9rem;
        line-height: 2.0; } }
  #works .worksbox {
    padding: 50px 0; }
    @media print, screen and (max-width: 991px) {
      #works .worksbox {
        padding: 10px 0 30px; } }
    #works .worksbox .box1 {
      margin-top: 30px;
      border: 1px solid #92C5C5;
      padding: 30px;
      border-radius: 30px;
      background-color: #fff; }
      @media print, screen and (max-width: 991px) {
        #works .worksbox .box1 {
          margin-top: 30px;
          padding: 15px 15px 30px; } }
      #works .worksbox .box1 h3 {
        text-align: center;
        color: #B53347;
        padding: 20px 0 0;
        font-weight: bold; }
        @media print, screen and (max-width: 991px) {
          #works .worksbox .box1 h3 {
            font-size: 1.2rem; } }
      #works .worksbox .box1 p {
        font-size: 0.9rem;
        line-height: 2.0;
        padding: 30px 15px 0; }
      #works .worksbox .box1 .koukai {
        text-align: center;
        padding-top: 10px;
        letter-spacing: 2px; }
      #works .worksbox .box1 .workimg {
        text-align: center;
        margin: 30px auto; }
        #works .worksbox .box1 .workimg img {
          width: 90%; }
          @media print, screen and (max-width: 575px) {
            #works .worksbox .box1 .workimg img {
              width: 95%; } }
      #works .worksbox .box1 .url {
        text-align: center;
        letter-spacing: 1px;
        font-weight: bold;
        padding-top: 10px; }
        #works .worksbox .box1 .url a {
          color: #B53347;
          font-size: 1.0rem; }
          @media print, screen and (max-width: 991px) {
            #works .worksbox .box1 .url a {
              font-size: 0.9rem; } }
    #works .worksbox .box12 {
      padding: 15px !important;
      border-radius: 30px;
      background-color: #fff; }
      @media print, screen and (max-width: 991px) {
        #works .worksbox .box12 {
          margin-top: 30px;
          padding: 15px 15px 30px; } }
      @media print, screen and (min-width: 992px) {
        #works .worksbox .box12 h3 {
          font-size: 1.0rem; } }
      @media print, screen and (min-width: 992px) {
        #works .worksbox .box12 .url a {
          font-size: 0.7rem !important; } }

/*! ==================================================
　#voice
=================================================== */
#voice {
  padding-top: 180px;
  padding-bottom: 60px;
  background-color: #F8F4F1; }
  #voice .headtxt {
    text-align: center;
    padding-top: 50px;
    line-height: 2.5;
    font-size: 0.9rem;
    letter-spacing: 3px; }
    @media print, screen and (max-width: 991px) {
      #voice .headtxt {
        padding: 15px;
        line-height: 2.0;
        text-align: left;
        letter-spacing: 1px; } }
  #voice #interview {
    padding: 50px 15px 60px; }
    #voice #interview .box1 {
      margin-top: 30px;
      border: 1px solid #92C5C5;
      background-color: #fff;
      padding: 30px 0 30px 0;
      border-radius: 30px; }
      #voice #interview .box1 a {
        text-decoration: none; }
      @media print, screen and (max-width: 991px) {
        #voice #interview .box1 {
          margin-top: 15px;
          padding: 15px 0 30px 0; } }
      #voice #interview .box1 .boxtxt {
        padding-left: 15px; }
      @media print, screen and (max-width: 991px) {
        #voice #interview .box1 img {
          margin-top: 50px; } }
      #voice #interview .box1 p {
        font-size: 0.9rem;
        line-height: 2.0;
        padding-right: 10px; }
        @media print, screen and (max-width: 991px) {
          #voice #interview .box1 p {
            font-size: 0.8rem;
            line-height: 1.5; } }
      #voice #interview .box1 p.companyname {
        padding-top: 20px; }
  #voice .voicebox {
    padding-top: 30px; }
    #voice .voicebox .box2 {
      margin-top: 30px;
      border: 1px solid #92C5C5;
      background-color: #fff;
      padding: 40px 30px 30px;
      border-radius: 30px; }
      @media print, screen and (max-width: 991px) {
        #voice .voicebox .box2 {
          margin-top: 15px;
          padding: 15px 15px 30px; } }
      #voice .voicebox .box2 .voiceimg {
        margin: auto;
        text-align: center; }
        #voice .voicebox .box2 .voiceimg img {
          width: 150px; }
          @media print, screen and (max-width: 991px) {
            #voice .voicebox .box2 .voiceimg img {
              margin-top: 50px; } }
      #voice .voicebox .box2 h4 {
        text-align: center;
        color: #B53347;
        padding: 30px 0 0;
        font-weight: bold;
        font-size: 1.2rem; }
        @media print, screen and (max-width: 991px) {
          #voice .voicebox .box2 h4 {
            font-size: 1.0rem; } }
      #voice .voicebox .box2 .naiyou p {
        text-align: center; }
      #voice .voicebox .box2 .url {
        text-align: center;
        letter-spacing: 1px;
        font-weight: bold; }
        #voice .voicebox .box2 .url a {
          color: #B53347;
          font-size: 1.0rem; }
          @media print, screen and (max-width: 991px) {
            #voice .voicebox .box2 .url a {
              font-size: 1.0rem; } }
      #voice .voicebox .box2 h5 {
        margin: auto;
        text-align: center; }
        #voice .voicebox .box2 h5 span {
          margin: 30px 0 0;
          display: inline-block;
          text-align: center;
          font-size: 0.9rem;
          background-color: #B53347;
          border-radius: 10px;
          color: #fff;
          padding: 3px 15px;
          width: 50%; }
          @media print, screen and (max-width: 991px) {
            #voice .voicebox .box2 h5 span {
              font-size: 0.9rem;
              padding: 5px 5px;
              width: 70%; } }
      #voice .voicebox .box2 p {
        font-size: 0.9rem;
        line-height: 2.0;
        padding: 15px 15px 0; }
        @media print, screen and (max-width: 991px) {
          #voice .voicebox .box2 p {
            font-size: 0.8rem; } }

/*! ==================================================
　#interviewDetail
=================================================== */
#interviewDetail {
  padding-top: 180px;
  padding-bottom: 60px;
  background-color: #F8F4F1; }
  #interviewDetail .navi {
    text-align: center;
    margin-top: 30px; }
    @media print, screen and (max-width: 991px) {
      #interviewDetail .navi {
        margin-top: 0; } }
    #interviewDetail .navi li {
      display: inline-block;
      list-style: none;
      padding: 0 5px; }
      #interviewDetail .navi li a {
        color: #B53347;
        text-decoration: underline; }
  #interviewDetail .interviewbox {
    width: 70%;
    margin: auto; }
    @media print, screen and (max-width: 991px) {
      #interviewDetail .interviewbox {
        width: 95%; } }
  #interviewDetail .mainphoto {
    text-align: center;
    position: relative;
    display: block;
    width: 90%;
    margin: auto; }
    #interviewDetail .mainphoto img {
      margin: auto;
      text-align: center; }
    #interviewDetail .mainphoto .title2 {
      position: absolute;
      bottom: 5%;
      left: 0;
      display: block; }
  #interviewDetail h3 {
    text-align: center;
    margin: 30px 0;
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: 2px; }
    @media print, screen and (max-width: 991px) {
      #interviewDetail h3 {
        font-size: 1.2rem; } }
  #interviewDetail .box1 {
    margin-top: 40px;
    border: 1px solid #92C5C5;
    background-color: #fff;
    padding: 30px 50px;
    border-radius: 30px; }
    @media print, screen and (max-width: 991px) {
      #interviewDetail .box1 {
        margin-top: 30px;
        padding: 30px; } }
    #interviewDetail .box1 h4 {
      color: #B53347;
      letter-spacing: 5px;
      font-weight: bold;
      line-height: 2.0;
      border-bottom: 1px dotted #92C5C5 !important;
      padding-bottom: 15px;
      border-bottom: 15px; }
      @media print, screen and (max-width: 991px) {
        #interviewDetail .box1 h4 {
          font-size: 1.0rem;
          letter-spacing: 2px; } }
    #interviewDetail .box1 p {
      line-height: 2.0;
      letter-spacing: 3px;
      font-size: 0.9rem;
      padding-top: 10px; }
      @media print, screen and (max-width: 991px) {
        #interviewDetail .box1 p {
          padding-top: 10px;
          letter-spacing: 1px; } }
    #interviewDetail .box1 strong {
      color: #B53347; }
  #interviewDetail .companyinfo {
    margin-top: 50px; }
    #interviewDetail .companyinfo dl {
      margin-top: 0;
      border-bottom: 1px dotted #92C5C5; }
      #interviewDetail .companyinfo dl dt {
        margin: auto;
        text-align: center; }
        #interviewDetail .companyinfo dl dt span {
          margin: 10px 0;
          display: block;
          text-align: center;
          font-size: 0.8rem;
          background-color: #92C5C5;
          border-radius: 10px;
          color: #fff;
          padding: 3px 15px; }
          @media print, screen and (max-width: 991px) {
            #interviewDetail .companyinfo dl dt span {
              font-size: 0.7rem; } }
      #interviewDetail .companyinfo dl dd {
        padding: 5px 15px;
        margin: 10px 0; }
        @media print, screen and (max-width: 991px) {
          #interviewDetail .companyinfo dl dd {
            font-size: 0.8rem; } }
        #interviewDetail .companyinfo dl dd a {
          text-decoration: underline;
          color: #B53347; }
  #interviewDetail .common-btn {
    margin: 50px auto 50px; }

/*! ==================================================
　#faq
=================================================== */
#faq {
  padding-top: 180px;
  padding-bottom: 60px;
  background-color: #F8F4F1; }
  #faq .headtxt {
    text-align: center;
    padding-top: 50px;
    line-height: 2.5;
    font-size: 0.9rem;
    letter-spacing: 3px; }
    @media print, screen and (max-width: 991px) {
      #faq .headtxt {
        padding: 15px;
        line-height: 2.0;
        text-align: left;
        letter-spacing: 1px; } }
  #faq .faqbox {
    padding-top: 30px; }
    @media print, screen and (min-width: 1200px) {
      #faq .faqbox {
        width: 60%;
        margin: auto; } }
    @media print, screen and (max-width: 991px) {
      #faq .faqbox {
        padding-top: 0; } }
    #faq .faqbox .box1 {
      margin-top: 40px;
      border: 1px solid #92C5C5;
      background-color: #fff;
      padding: 30px 50px;
      border-radius: 30px; }
      @media print, screen and (max-width: 991px) {
        #faq .faqbox .box1 {
          margin-top: 30px;
          padding: 30px; } }
      #faq .faqbox .box1 h3 {
        color: #B53347;
        letter-spacing: 5px;
        font-weight: bold;
        line-height: 2.0;
        border-bottom: 1px dotted #92C5C5 !important;
        padding-bottom: 15px;
        border-bottom: 15px; }
        @media print, screen and (max-width: 991px) {
          #faq .faqbox .box1 h3 {
            font-size: 1.0rem;
            letter-spacing: 2px; } }
      #faq .faqbox .box1 p {
        line-height: 2.0;
        letter-spacing: 3px;
        font-size: 0.9rem;
        padding-top: 10px; }
        @media print, screen and (max-width: 991px) {
          #faq .faqbox .box1 p {
            padding-top: 10px;
            letter-spacing: 1px; } }

/*! ==================================================
　#privacy
=================================================== */
#privacy {
  padding-top: 180px;
  padding-bottom: 60px;
  background-color: #F8F4F1; }
  #privacy .privacybox {
    padding-top: 30px; }
    @media print, screen and (min-width: 1200px) {
      #privacy .privacybox {
        width: 60%;
        margin: auto; } }
    @media print, screen and (max-width: 991px) {
      #privacy .privacybox {
        padding-top: 0; } }
    #privacy .privacybox .box1 {
      margin-top: 40px;
      border: 1px solid #92C5C5;
      background-color: #fff;
      padding: 30px 50px;
      border-radius: 30px; }
      @media print, screen and (max-width: 991px) {
        #privacy .privacybox .box1 {
          margin-top: 30px;
          padding: 30px; } }
      #privacy .privacybox .box1 h3 {
        color: #B53347;
        letter-spacing: 5px;
        font-weight: bold;
        line-height: 2.0;
        border-bottom: 1px dotted #92C5C5 !important;
        padding-bottom: 15px;
        border-bottom: 15px; }
        @media print, screen and (max-width: 991px) {
          #privacy .privacybox .box1 h3 {
            font-size: 1.0rem;
            letter-spacing: 2px; } }
      #privacy .privacybox .box1 p {
        line-height: 2.0;
        letter-spacing: 3px;
        font-size: 0.9rem;
        padding-top: 10px; }
        @media print, screen and (max-width: 991px) {
          #privacy .privacybox .box1 p {
            padding-top: 10px;
            letter-spacing: 1px; } }
      #privacy .privacybox .box1 ul {
        margin-left: 30px;
        margin-top: 15px; }
        #privacy .privacybox .box1 ul li {
          line-height: 2.0;
          letter-spacing: 3px;
          font-size: 0.9rem; }
          @media print, screen and (max-width: 991px) {
            #privacy .privacybox .box1 ul li {
              letter-spacing: 1px; } }

/*! ==================================================
　#news
=================================================== */
#news {
  padding-top: 180px;
  padding-bottom: 60px;
  background-color: #F8F4F1; }
  #news #newsList {
    padding: 30px 15px 0; }
    @media print, screen and (min-width: 1200px) {
      #news #newsList {
        width: 60%;
        margin: auto; } }
    @media print, screen and (max-width: 991px) {
      #news #newsList {
        padding: 0 15px 0; } }
  #news .newstitlelink {
    border: 1px solid #92C5C5;
    border-radius: 15px;
    padding: 10px 15px;
    margin-top: 20px;
    background-color: #fff; }
    #news .newstitlelink a {
      text-decoration: none;
      display: block; }
    #news .newstitlelink time {
      font-size: 0.8rem;
      margin-bottom: 5px;
      color: #333;
      display: inline-block;
      letter-spacing: 1px; }
    #news .newstitlelink h3 {
      font-size: 1.2rem;
      font-weight: bold;
      line-height: 1.8;
      color: #B53347; }
      @media print, screen and (max-width: 767px) {
        #news .newstitlelink h3 {
          font-size: 1.1rem; } }
  #news #newsDetail {
    margin-top: 30px;
    background-color: #fff;
    border-radius: 30px;
    padding: 30px 50px 30px;
    border: 1px solid #92C5C5; }
    @media print, screen and (min-width: 1200px) {
      #news #newsDetail {
        width: 70%;
        margin: 50px auto 0; } }
    @media print, screen and (max-width: 767px) {
      #news #newsDetail {
        padding: 30px 20px 30px; } }
    #news #newsDetail h3 {
      font-size: 1.6rem;
      font-weight: bold;
      border-bottom: 1px solid #ddd;
      padding: 10px 0 30px;
      color: #B53347; }
      @media print, screen and (max-width: 991px) {
        #news #newsDetail h3 {
          font-size: 1.2rem;
          padding: 10px 0 15px; } }
    #news #newsDetail .content {
      padding: 0 0 20px;
      min-height: 300px; }
      #news #newsDetail .content p {
        padding-top: 15px;
        font-size: 1.0rem;
        line-height: 2.5;
        letter-spacing: 1px; }
        @media print, screen and (max-width: 767px) {
          #news #newsDetail .content p {
            font-size: 1.0rem;
            line-height: 2.0; } }
      #news #newsDetail .content img {
        margin-top: 15px; }
  #news .pagelink {
    text-align: center;
    padding-top: 30px;
    font-size: 0.8rem; }

/*! ==================================================
　contact
=================================================== */
#contact {
  padding-top: 180px;
  padding-bottom: 60px;
  background-color: #F8F4F1; }
  #contact .contactform {
    padding: 30px 15px;
    min-height: 400px;
    /*.btn_submit{
    	text-align:center;
    	margin:0 auto;
    }*/ }
    @media print, screen and (max-width: 767px) {
      #contact .contactform {
        padding: 5px 0; } }
    @media print, screen and (min-width: 1200px) {
      #contact .contactform {
        max-width: 70%;
        margin: auto; } }
    #contact .contactform form {
      /*margin:20px 0;*/
      padding: 10px 0; }
    #contact .contactform .form-group {
      border-bottom: 1px dotted #92C5C5;
      padding: 15px 0 15px;
      margin: 0; }
      #contact .contactform .form-group label {
        font-weight: bold;
        font-size: 0.8rem; }
        @media print, screen and (min-width: 768px) {
          #contact .contactform .form-group label {
            padding: 0; } }
      @media print, screen and (max-width: 767px) {
        #contact .contactform .form-group input {
          padding: 15px;
          font-size: 1.0rem; } }
    #contact .contactform .formback {
      background-color: #fff;
      padding: 15px 15px 15px;
      margin-top: 15px;
      border-radius: 15px;
      border: 1px solid #92C5C5; }
      @media print, screen and (min-width: 768px) {
        #contact .contactform .formback {
          margin-top: 30px;
          padding: 15px 50px 15px; } }
    #contact .contactform table {
      border: 1px solid #92C5C5;
      margin-bottom: 50px;
      margin-top: 15px; }
      #contact .contactform table th {
        width: 30%;
        font-weight: bold;
        background-color: rgba(255, 255, 255, 0.5);
        border: 1px solid #92C5C5;
        font-size: 0.7rem; }
      #contact .contactform table td {
        width: 70%;
        background-color: rgba(255, 255, 255, 0.5);
        border: 1px solid #92C5C5; }
    #contact .contactform input {
      font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
      width: 100%;
      padding: 5px;
      margin: 0;
      border: 1px solid #92C5C5; }
      @media print, screen and (min-width: 768px) {
        #contact .contactform input {
          margin: 0 15px; } }
    #contact .contactform input[type=radio] {
      width: 25px;
      height: 25px;
      vertical-align: middle;
      padding: 25px 0; }
    #contact .contactform input[name=zipcode] {
      width: 40%;
      margin-bottom: 2px; }
    #contact .contactform input[name=age] {
      width: 40%; }
    #contact .contactform input[type=checkbox] {
      width: 30px;
      height: 30px;
      padding: 0;
      margin: 10px 0;
      vertical-align: middle; }
    #contact .contactform textarea {
      font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
      padding: 2px 5px;
      width: 100%;
      margin: 0;
      border: 1px solid #92C5C5; }
      @media print, screen and (max-width: 767px) {
        #contact .contactform textarea {
          font-size: 1.0rem; } }
      @media print, screen and (min-width: 768px) {
        #contact .contactform textarea {
          margin: 0 15px; } }
    #contact .contactform p {
      padding: 15px;
      text-align: center;
      font-size: 0.9rem;
      line-height: 2.0; }
      @media print, screen and (max-width: 991px) {
        #contact .contactform p {
          text-align: left; } }
    #contact .contactform .btnInput {
      margin-top: 30px; }
      #contact .contactform .btnInput ul {
        font-size: 0;
        text-align: center; }
      #contact .contactform .btnInput li {
        font-size: 1rem;
        display: inline-block;
        padding: 0 10px; }
      #contact .contactform .btnInput li {
        list-style: none; }
      #contact .contactform .btnInput input {
        width: 50%;
        text-align: center;
        cursor: pointer;
        color: #fff;
        border: 1px solid #fff;
        background-color: #B53347;
        border-radius: 15px;
        width: 200px;
        margin: auto;
        font-family: "fot-tsukubrdgothic-std", sans-serif; }
        @media print, screen and (max-width: 767px) {
          #contact .contactform .btnInput input {
            width: 100px; } }
    #contact .contactform .hissu, #contact .contactform .alert {
      color: #c00;
      font-weight: bold; }
    @media print, screen and (max-width: 767px) {
      #contact .contactform span.alert {
        padding-left: 0;
        font-size: 0.8rem; } }

/*! ==================================================
　banner
=================================================== */
#banner {
  padding-top: 30px;
  margin-top: 30px; }
  #banner li {
    list-style: none; }

/*! ==================================================
　footer
=================================================== */
footer #footnavi {
  padding: 30px 10px;
  letter-spacing: 2px; }
  footer #footnavi ul {
    font-size: 0;
    text-align: center; }
  footer #footnavi li {
    font-size: 0.9rem;
    display: inline-block;
    padding: 0 10px; }
  footer #footnavi li {
    padding-top: 5px;
    padding-bottom: 5px; }
    footer #footnavi li a {
      font-size: 0.7rem; }
    footer #footnavi li a:hover {
      text-decoration: none; }
  @media print, screen and (max-width: 991px) {
    footer #footnavi {
      display: none; } }
  @media print, screen and (min-width: 992px) {
    footer #footnavi {
      display: block; } }
footer #footer {
  padding-bottom: 50px;
  padding-top: 20px; }
  footer #footer .name {
    padding: 20px 0 0;
    font-size: 1.2rem; }
    footer #footer .name span {
      font-size: 0.7rem;
      padding-left: 15px; }
  footer #footer address {
    padding-top: 15px;
    font-size: 0.8rem;
    line-height: 1.8; }
  footer #footer p {
    padding-top: 15px;
    font-size: 0.8rem;
    line-height: 1.8; }
  footer #footer .more-btn a {
    padding-left: 2px; }
  @media print, screen and (min-width: 992px) {
    footer #footer .more-btn {
      margin-left: 0; } }
  @media print, screen and (max-width: 991px) {
    footer #footer .more-btn {
      margin-bottom: 30px; } }
footer .copyright {
  text-align: center;
  font-size: 0.8rem;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #B53347;
  color: #fff; }

/*! ==================================================
　privacy
=================================================== */
/*#privacy{
	
}*/
/*! ==================================================
　sitemap
=================================================== */
/*#sitemap,#link{
	
}*/
/*! ==================================================
　その他
=================================================== */
/*.menulink{
	margin-top:-110px;
	padding-top:110px;
}
*/
