@charset "UTF-8";
@media screen and (max-width: 599px) {
  html {
    /* 599px以下のとき */
    position: relative;
    overflow-x: hidden;
  }
}

body {
  font-family: "UD Shin Go Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  background-color: #fff;
  margin: 0;
  padding: 0;
  color: #000;
  width: 100%;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 600px) {
  body {
    min-width: 360px;
  }
}

@media screen and (min-width: 599px) {
  body {
    min-width: 1220px;
  }
}

@media screen and (min-width: 600px) {
  body {
    /* 600px以上のとき */
    background: url(./images/body_bk.png) center bottom no-repeat;
  }
}

@media screen and (max-width: 599px) {
  body {
    /* 600px以上のとき */
    background: url(./images/body_bk_s.png) center bottom no-repeat;
    position: relative;
    left: 0;
    overflow-x: hidden;
  }
}

@media screen and (max-width: 599px) {
  .pc {
    /* 599px以下のとき */
    display: none;
  }
}

@media screen and (min-width: 600px) {
  .sp {
    /* 600px以上のとき */
    display: none;
  }
}

@media screen and (max-width: 599px) {
  img {
    /* 599px以下のとき */
    max-width: 100%;
    height: auto;
    width: auto;
  }
}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl {
  /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
  /* 上マージンを削除すると、マージンを含む div からマージンがはみ出す場合があるという問題を回避できます。残った下マージンにより、後続のエレメントからは離されます。 */
}

a img {
  /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
  border: none;
}

/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
  color: #42413C;
  text-decoration: underline;
  /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}

a:visited {
  color: #6E6C64;
  text-decoration: underline;
}

a:hover, a:active, a:focus {
  /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
  text-decoration: none;
}

p {
  margin: 10px 0 0 0;
}

.red {
  color: #F00;
}

.orange {
  color: #F60;
}

.blue {
  color: #36C;
}

.green {
  color: #009933;
}

.sitecolor {
  color: #3562a3;
}

.small85 {
  font-size: 85%;
}

.large11 {
  font-size: 1.1em;
}

.large12 {
  font-size: 1.2em;
}

.large14 {
  font-size: 1.4em;
}

.large18 {
  font-size: 1.8em;
}

.strong {
  font-weight: bold;
}

.tolist, .tolist02 {
  text-align: right;
  margin-top: 10px;
  margin: 0 auto;
}

@media screen and (max-width: 599px) {
  .tolist, .tolist02 {
    /* 599px以下のとき */
    width: 340px;
  }
}

@media screen and (min-width: 600px) {
  .tolist, .tolist02 {
    /* 600px以上のとき */
    width: 1000px;
  }
}

.tolist02 {
  width: 100%;
}

.pdfarea {
  width: 90%;
  padding: 15px 10px;
  font-size: 0.9em;
  text-align: left;
  border: 1px #ccc solid;
  margin: 0 auto;
  margin-top: 20px;
}

.link:after {
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  font-weight: 900;
  color: #F00;
  margin: -5px 0 0 5px;
  font-size: 1.2em;
}

.pdf:after {
  font-family: "Font Awesome 5 Free";
  content: "\f15c";
  font-weight: 400;
  color: #F00;
  margin: -5px 0 0 5px;
  font-size: 1.2em;
}

/* ~~ その他の float/clear クラス ~~ */
.fltrt {
  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
  float: right;
  margin-left: 8px;
}

.fltlft {
  /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
  float: left;
  margin-right: 8px;
}

.clearfloat {
  /* このクラスは、#footer が #container から削除されているか取り出されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}

.kana {
  ime-mode: active;
}

.rome {
  ime-mode: disabled;
}

.lh20 {
  line-height: 2em;
}

.lh25 {
  line-height: 2.5em;
}

.imgarea, .photoarea {
  width: 100%;
  text-align: center;
  font-size: 1.0em;
}

.imgarea02 {
  width: 49%;
  text-align: center;
  font-size: 1.0em;
  float: left;
}

.imgarea03 {
  width: 33%;
  text-align: center;
  font-size: 0.9em;
  float: left;
  margin-top: 20px;
}

.imgarea img, .photoarea img, .imgarea02 img, .imgarea03 img {
  padding: 10px 0;
}

.middle {
  margin-top: 120px;
}

/* square */
.square:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0c8";
  font-weight: 900;
  margin: -5px 8px 0 5px;
  color: #3562a3;
}

.shadow01 {
  -webkit-box-shadow: 0 10px 8px -6px #8d8c8c;
  box-shadow: 0 10px 8px -6px #8d8c8c;
}

.shadow02 {
  display: inline-block;
  position: relative;
  padding: 6px;
  -webkit-box-shadow: 0 2px 6px #999;
          box-shadow: 0 2px 6px #999;
  background-color: #fff;
  margin-bottom: 20px;
}

.shadow02 img {
  padding: 0;
}

/* ドロワーメニュー */
.ul_open_h {
  background: gray;
  color: #000;
  margin: 0;
  padding: 0;
  list-style: none;
  top: 0;
  height: 100%;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  overflow-y: scroll;
  position: fixed;
  z-index: 50;
  padding-top: 50px;
  background-color: #dedede;
  font: 100%/1.4 "UD Shin Go Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

.ul_open_h li {
  padding: 7px;
  width: 220px;
  border-bottom: 1px #333 solid;
  font: 100%/1.4 "UD Shin Go Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-size: 0.85em;
}

.ul_open_h li.bottom {
  margin-bottom: 100px;
}

.ul_open_h li a:link {
  color: #000;
  text-decoration: underline;
  /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}

.ul_open_h li a:visited {
  color: #000;
  text-decoration: underline;
}

.open-sub {
  margin: 0 0 0 20px;
  list-style-position: inside;
  list-style-type: disc;
}

.open-sub li {
  font-size: 1.0em;
  border-bottom: none;
  padding-top: 5px;
  line-height: 1.7em;
}

.dmenu {
  padding: 0 0 0 10px;
}

.open-1 {
  right: -100%;
}

.open-1.active {
  right: 0px;
}

.move-1.on.btn {
  position: fixed;
  right: 25px;
  top: 10px;
}

.btn {
  width: 50px;
  height: 50px;
  position: absolute;
  /*    background: #fff; */
  z-index: 90;
}

@media screen and (min-width: 600px) {
  .btn {
    /* 600px以上のとき */
    position: absolute;
    top: 50px;
    right: 30px;
  }
}

@media screen and (max-width: 599px) {
  .btn {
    /* 600px以上のとき */
    position: absolute;
    top: 80px;
    right: 18px;
  }
}

.btn:before, .btn:after, .btn span {
  display: block;
  width: 80%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

.btn span {
  height: 5px;
  background-color: #3562a3;
  top: calc(50% - 1.5px);
}

.btn:before {
  content: "";
  top: calc(25% - 5px);
  border-top: 5px solid #3562a3;
}

.btn:after {
  content: "";
  bottom: calc(25% - 5px);
  border-bottom: 5px solid #3562a3;
}

.btn.on span {
  display: none;
}

.btn.on:before {
  top: calc(50% - 2.5px);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.btn.on:after {
  bottom: calc(50% - 1.5px);
  -webkit-transform: rotate(-315deg);
  transform: rotate(-315deg);
}

#headwrap, #sub-headwrap {
  width: 100%;
  position: relative;
}

@media screen and (max-width: 600px) {
  #headwrap, #sub-headwrap {
    min-width: 360px;
  }
}

@media screen and (min-width: 599px) {
  #headwrap, #sub-headwrap {
    min-width: 1220px;
  }
}

#sub-headwrap {
  border-bottom: 2px #3562a3 solid;
}

#headarea {
  margin: 0 auto;
  height: auto;
  position: relative;
}

@media screen and (max-width: 600px) {
  #headarea {
    width: 360px;
  }
}

@media screen and (min-width: 599px) {
  #headarea {
    width: 1220px;
  }
}

@media screen and (min-width: 600px) {
  #headarea {
    /* 600px以上のとき */
    background: url(./images/h_menu_bk.png) center bottom no-repeat;
    min-height: 185px;
  }
}

@media screen and (max-width: 599px) {
  #headarea {
    /* 600px以上のとき */
    background: url(./images/h_menu_bk_s.png) center bottom no-repeat;
    min-height: 160px;
  }
}

@media screen and (min-width: 600px) {
  #headarea img.h-logo {
    /* 600px以上のとき */
    position: absolute;
    top: 58px;
    left: 55px;
  }
}

@media screen and (max-width: 599px) {
  #headarea img.h-logo {
    /* 600px以上のとき */
    position: absolute;
    top: 22px;
    left: 20px;
  }
}

@media screen and (min-width: 600px) {
  #headarea img.h-business {
    /* 600px以上のとき */
    position: absolute;
    top: 10px;
    left: 660px;
  }
}

@media screen and (max-width: 599px) {
  #headarea img.h-business {
    /* 600px以上のとき */
    position: absolute;
    top: 84px;
    left: 21px;
  }
}

@media screen and (min-width: 600px) {
  #headarea img.h-about {
    /* 600px以上のとき */
    position: absolute;
    top: 10px;
    left: 770px;
  }
}

@media screen and (max-width: 599px) {
  #headarea img.h-about {
    /* 600px以上のとき */
    position: absolute;
    top: 84px;
    left: 102px;
  }
}

@media screen and (min-width: 600px) {
  #headarea img.h-recruit {
    /* 600px以上のとき */
    position: absolute;
    top: 10px;
    left: 880px;
  }
}

@media screen and (max-width: 599px) {
  #headarea img.h-recruit {
    /* 600px以上のとき */
    position: absolute;
    top: 84px;
    left: 183px;
  }
}

#headarea img.h-info {
  position: absolute;
  top: 10px;
  left: 990px;
}

#headarea img.h-menu {
  position: absolute;
  top: 100px;
  left: 1143px;
}

.bg-slider {
  width: 100%;
  height: 695px;
  background-position: center center;
  /*   	background-size: cover; */
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.s-bg-slider {
  width: 100%;
  height: 210px;
  background-position: center center;
  /*   	background-size: cover; */
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#slideshow {
  position: relative;
}

@media screen and (min-width: 600px) {
  #slideshow {
    /* 600px以上のとき */
    width: 1200px;
    /* 画像の横幅に合わせて記述 */
    height: 695px;
    /* 画像の高さに合わせて記述 */
    margin-left: 0px;
  }
}

@media screen and (max-width: 599px) {
  #slideshow {
    /* 599px以下のとき */
    width: 360px;
    /* 画像の横幅に合わせて記述 */
    height: 210px;
    /* 画像の高さに合わせて記述 */
    margin-left: -10px;
  }
}

#slideshow a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  opacity: 0.0;
}

#slideshow a.active {
  z-index: 10;
  opacity: 1.0;
}

#slideshow a.last-active {
  z-index: 9;
}

/* main area */
main {
  min-height: 1000px;
}

/* top page */
.toparea {
  height: 695px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .toparea {
    width: 360px;
  }
}

@media screen and (min-width: 599px) {
  .toparea {
    width: 1220px;
  }
}

.toparea p {
  display: block;
  max-resolution: 0 auto;
}

#marea {
  margin: 0 auto;
  margin-top: 10px;
  position: relative;
  padding: 0 0 50px 0;
  text-align: center;
  min-height: 100px;
  background-color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 600px) {
  #marea {
    width: 360px;
  }
}

@media screen and (min-width: 599px) {
  #marea {
    width: 1220px;
  }
}

#marea .topttl {
  margin-top: 50px;
}

.plush {
  min-height: 500px;
}

@media screen and (min-width: 600px) {
  #toptitle {
    /* 600px以上のとき */
    width: 920px;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    float: right;
    padding: 20px 0;
    min-height: 120px;
    margin-top: 80px;
    margin-right: 40px;
  }
}

@media screen and (max-width: 599px) {
  #toptitle {
    /* 599px以下のとき */
    width: 322px;
    margin: 0 auto;
  }
}

.n-title, .n-title2 {
  text-align: left;
}

@media screen and (min-width: 600px) {
  .n-title, .n-title2 {
    /* 600px以上のとき */
    margin: 0 0 10px 20px;
    width: 890px;
    font-size: 1.1em;
  }
}

@media screen and (max-width: 599px) {
  .n-title, .n-title2 {
    /* 599px以下のとき */
    margin: 0 auto;
    width: 100%;
    border-bottom: 1px #000 dashed;
    padding: 10px 0 5px 0;
    font-size: 1.0em;
  }
}

.n-title:before, .n-title2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  font-weight: 900;
  color: #3562a3;
  margin-right: 10px;
}

@media screen and (min-width: 600px) {
  .n-title2 {
    /* 600px以上のとき */
    margin: 0 0 10px 100px;
  }
}

@media screen and (max-width: 599px) {
  .n-title2 {
    /* 599px以下のとき */
    margin: 0 0 10px 0;
  }
}

@media screen and (max-width: 599px) {
  .s-ttl {
    /* 599px以下のとき */
    width: 100%;
    position: relative;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 599px) {
  .t-tolist {
    /* 599px以下のとき */
    position: absolute;
    top: 20px;
    left: 250px;
  }
}

.new {
  vertical-align: middle;
}

.next {
  width: 100%;
  text-align: center;
  padding: 10px 0;
  margin: 20px 0 0 0;
}

.toprev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f100";
  font-weight: 900;
  font-size: 1.2em;
  color: #393a34;
}

.tonext:after {
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  font-weight: 900;
  font-size: 1.2em;
  color: #393a34;
}

.kiji {
  margin: 0 auto;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 50px;
}

@media screen and (max-width: 599px) {
  .kiji {
    /* 599px以下のとき */
    width: 340px;
  }
}

@media screen and (min-width: 600px) {
  .kiji {
    /* 600px以上のとき */
    width: 800px;
  }
}

.kiji:before {
  clear: both;
}

/* jirei */
#subarea {
  position: relative;
  padding-bottom: 50px;
  background-color: #fff;
  text-align: left;
  min-height: 300px;
}

@media screen and (min-width: 600px) {
  #subarea {
    /* 600px以上のとき */
    width: 1000px;
    margin: 0 0 0 100px;
    min-height: 800px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 599px) {
  #subarea {
    /* 599px以下のとき */
    width: 360px;
    margin: 0 auto;
  }
}

.sarea {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}

@media screen and (max-width: 599px) {
  .sarea {
    /* 599px以下のとき */
    width: 330px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 600px) {
  .sarea {
    /* 600px以上のとき */
    width: 330px;
    float: left;
  }
}

.sarea .s-title {
  font-size: 1.0em;
}

.sarea img {
  width: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 599px) {
  .sarea img {
    /* 599px以下のとき */
    height: 240px;
  }
}

@media screen and (min-width: 600px) {
  .sarea img {
    /* 600px以上のとき */
    height: 300px;
  }
}

/* bannerエリア*/
@media screen and (max-width: 599px) {
  #barea02 {
    /* 599px以下のとき */
    width: 360px;
    margin: 0 auto;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
}

@media screen and (min-width: 600px) {
  #barea02 {
    /* 600px以上のとき */
    width: 1220px;
    margin: 0 auto;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
}

#barea02 img {
  margin: 20px 20px 20px 10px;
}

@media screen and (min-width: 600px) {
  #barea02 img {
    /* 600px以上のとき */
    float: left;
  }
}

@media screen and (max-width: 599px) {
  #barea02 img {
    /* 599px以下のとき */
  }
}

/* policy */
dl.policy {
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 599px) {
  dl.policy {
    /* 599px以下のとき */
    width: 360px;
  }
}

@media screen and (min-width: 600px) {
  dl.policy {
    /* 600px以上のとき */
    width: 960px;
  }
}

dl.policy dt {
  font-size: 1.2em;
  text-align: left;
}

dl.policy dd {
  font-size: 1.0em;
  line-height: 1.5em;
  text-align: left;
}

@media screen and (max-width: 599px) {
  dl.policy dd {
    /* 599px以下のとき */
    margin: 10px 0 30px 20px;
  }
}

@media screen and (min-width: 600px) {
  dl.policy dd {
    /* 600px以上のとき */
    margin: 10px 0 30px 50px;
  }
}

/* recruit */
.photoarea {
  margin: 0 auto;
  margin-top: 20px;
}

@media screen and (max-width: 599px) {
  .photoarea {
    /* 599px以下のとき */
    width: 360px;
  }
}

@media screen and (min-width: 600px) {
  .photoarea {
    /* 600px以上のとき */
    width: 960px;
  }
}

.r-txt {
  text-align: left;
  font-size: 1.1em;
  line-height: 2.0em;
  margin: 0 auto;
}

@media screen and (max-width: 599px) {
  .r-txt {
    /* 599px以下のとき */
    width: 340px;
  }
}

@media screen and (min-width: 600px) {
  .r-txt {
    /* 600px以上のとき */
    width: 900px;
  }
}

dl.recruit {
  margin: 0 auto;
  text-align: left;
}

@media screen and (max-width: 599px) {
  dl.recruit {
    /* 599px以下のとき */
    width: 340px;
  }
}

@media screen and (min-width: 600px) {
  dl.recruit {
    /* 600px以上のとき */
    width: 800px;
  }
}

dl.recruit dt {
  font-size: 1.2em;
}

dl.recruit dd {
  border-bottom: 3px #ccc dotted;
  margin: 5px 0 10px 0;
  padding: 5px;
}

dl.recruit dd div {
  width: 80%;
  margin-left: 70px;
}

/* about */
.caption {
  text-align: left;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 599px) {
  .caption {
    /* 599px以下のとき */
    width: 100%;
  }
}

@media screen and (min-width: 600px) {
  .caption {
    /* 600px以上のとき */
    width: 1000px;
  }
}

.flog_bk {
  background: url(./images/flog_bk.png) 90% bottom no-repeat;
  padding-bottom: 50px;
}

.flog_bk_left {
  background: url(./images/flog_bk.png) 10% 95% no-repeat;
}

/* mail */
.hissu {
  display: inline-block;
  padding: 3px;
  background-color: #FD080C;
  color: #fff;
  min-width: 30px;
  width: auto;
  font-size: 0.8em;
  border-radius: 5px;
  text-align: center;
}

form {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}

form ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

form dl {
  margin: 0 0 0.25em 0;
  clear: both;
  display: inline-block;
}

form dl.r {
  margin: 0 0 0.25em 0;
  clear: both;
  display: inline-block;
  width: 800px;
  margin: 0 auto;
  list-style-type: none;
}

form dt {
  text-align: left;
}

form dt.r {
  float: left;
  width: 25%;
}

form dd {
  margin: 0 0 2em 0;
  text-align: left;
}

form dd.r {
  margin: 0 0 2em 0;
  text-align: left;
  float: left;
  width: 72%;
  display: block;
}

label {
  margin: 0 0 0.5em 0;
  color: blue;
  font-size: pxtoem(16, 16);
}

input {
  margin: 0 0 0.5em 0;
  border: 1px solid grey;
  padding: 6px 10px;
  color: dark_grey;
  font-size: pxtoem(16, 16);
}

textarea {
  border: 1px solid grey;
  padding: 6px 10px;
  width: 100%;
  color: dark_grey;
}

select {
  width: 100%;
  max-width: 320px;
  margin: 5px 0px;
  padding: 6px 10px;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  -ms-word-break: normal;
  word-break: normal;
}

/* common */
@media screen and (max-width: 599px) {
  #navi {
    /* 599px以下のとき */
    display: none;
  }
}

@media screen and (min-width: 600px) {
  #navi {
    /* 600px以上のとき */
    width: 1180px;
    margin: 0 auto;
    text-align: right;
    margin-top: 10px;
  }
}

h1.sub {
  padding-bottom: .2em;
  border-bottom: 3px solid #3562a3;
  text-align: left;
  /* 文字位置指定 */
  margin: 0 auto;
  /* 周りの余白指定 */
  font-family: "Shin Maru Go Regular";
  margin-top: 0;
  margin-bottom: 20px;
  vertical-align: bottom;
}

@media screen and (max-width: 599px) {
  h1.sub {
    /* 599px以下のとき */
    width: 360px;
    /* 幅指定 */
    font-size: 26px;
    /* 文字サイズ指定 */
  }
}

@media screen and (min-width: 600px) {
  h1.sub {
    /* 600px以上のとき */
    width: 1150px;
    /* 幅指定 */
    font-size: 30px;
    /* 文字サイズ指定 */
  }
}

h2.sub {
  position: relative;
  padding-bottom: .2em;
  padding-left: 20px;
  border-bottom: 4px solid #ccc;
  margin: 0 auto;
  text-align: left;
  font-family: "Shin Maru Go Regular";
  margin-top: 20px;
  margin-bottom: 10px;
}

@media screen and (max-width: 599px) {
  h2.sub {
    /* 599px以下のとき */
    width: 340px;
    /* 幅指定 */
  }
}

@media screen and (min-width: 600px) {
  h2.sub {
    /* 600px以上のとき */
    width: 980px;
  }
}

h2.sub:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 4px;
  background-color: #3562a3;
}

h3.sub {
  position: relative;
  color: white;
  padding: 0.5em 0.5em 0.5em 1.4em;
  background-color: #3562a3;
  width: 940px;
  margin: 0 auto;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: "Shin Maru Go Regular";
}

@media screen and (max-width: 599px) {
  h3.sub {
    /* 599px以下のとき */
    width: 340px;
    /* 幅指定 */
  }
}

@media screen and (min-width: 600px) {
  h3.sub {
    /* 600px以上のとき */
    width: 940px;
  }
}

h3.sub:after {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: '';
  width: 18px;
  height: 4px;
  background-color: white;
}

h4.sub {
  font-size: 1.2em;
  color: #6db1cc;
  text-align: left;
}

@media screen and (max-width: 599px) {
  h4.sub {
    /* 599px以下のとき */
    margin: 10px 0 10px 20px;
  }
}

@media screen and (min-width: 600px) {
  h4.sub {
    /* 600px以上のとき */
    margin: 20px 0 10px 130px;
  }
}

.txt {
  margin: 0 auto;
  line-height: 1.8em;
  font-size: 1.0em;
  text-align: left;
}

@media screen and (max-width: 599px) {
  .txt {
    /* 599px以下のとき */
    width: 340px;
  }
}

@media screen and (min-width: 600px) {
  .txt {
    /* 600px以上のとき */
    width: 960px;
  }
}

dl.sub {
  list-style-type: none;
  margin: 0 auto;
  list-style-position: inside;
  display: block;
}

@media screen and (max-width: 599px) {
  dl.sub {
    /* 599px以下のとき */
    width: 320px;
  }
}

@media screen and (min-width: 600px) {
  dl.sub {
    /* 600px以上のとき */
    width: 900px;
  }
}

dl.sub dt {
  margin: 8px 0 8px 0;
  position: relative;
  width: 200px;
  float: left;
  line-height: 1.5em;
  text-align: left;
}

dl.sub dt:after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: -1em;
  width: 6px;
  height: 6px;
  background-color: #3562a3;
  border-radius: 100%;
}

dl.sub dd {
  margin: 8px 0 8px 0;
  position: relative;
  float: left;
  line-height: 1.5em;
  text-align: left;
}

@media screen and (max-width: 599px) {
  dl.sub dd {
    /* 599px以下のとき */
    width: 320px;
  }
}

@media screen and (min-width: 600px) {
  dl.sub dd {
    /* 600px以上のとき */
    width: 680px;
  }
}

dl.sub02 {
  list-style-type: none;
  list-style-position: outside;
  display: block;
}

@media screen and (max-width: 599px) {
  dl.sub02 {
    /* 599px以下のとき */
    width: 100%;
  }
}

@media screen and (min-width: 600px) {
  dl.sub02 {
    /* 600px以上のとき */
    width: 90%;
    float: left;
  }
}

dl.sub02 dt {
  margin: 0 0 8px 0;
  position: relative;
  line-height: 1.5em;
  text-align: left;
}

@media screen and (max-width: 599px) {
  dl.sub02 dt {
    /* 599px以下のとき */
    width: 100%;
  }
}

@media screen and (min-width: 600px) {
  dl.sub02 dt {
    /* 600px以上のとき */
    width: 40%;
    float: left;
  }
}

dl.sub02 dt:after {
  display: none;
}

dl.sub02 dd {
  position: relative;
  line-height: 1.5em;
  text-align: left;
}

@media screen and (max-width: 599px) {
  dl.sub02 dd {
    /* 599px以下のとき */
    width: 90%;
    margin: 0 0 8px 5%;
  }
}

@media screen and (min-width: 600px) {
  dl.sub02 dd {
    /* 600px以上のとき */
    width: 55%;
    float: left;
    margin: 0 0 8px 0;
  }
}

/* ~~ フッター ~~ */
#fwrap {
  width: 100%;
  background-color: rgba(180, 249, 255, 0.5);
  display: block;
  text-align: center;
  padding-bottom: 20px;
}

@media screen and (min-width: 600px) {
  #fwrap {
    /* 600px以上のとき */
    min-height: 300px;
  }
}

@media screen and (max-width: 599px) {
  #fwrap {
    min-height: 150px;
  }
}

#fwrap .footarea {
  min-height: 120px;
  position: relative;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  #fwrap .footarea {
    width: 360px;
  }
}

@media screen and (min-width: 599px) {
  #fwrap .footarea {
    width: 1220px;
  }
}

#fwrap .footarea .farea01 {
  width: 100%;
  position: relative;
}

#fwrap .footarea .farea01 .f-logo {
  position: absolute;
}

@media screen and (min-width: 600px) {
  #fwrap .footarea .farea01 .f-logo {
    /* 600px以上のとき */
    top: 50px;
    left: 60px;
  }
}

@media screen and (max-width: 599px) {
  #fwrap .footarea .farea01 .f-logo {
    top: 18px;
    left: 40px;
  }
}

#fwrap .footarea .farea01 .addrarea {
  text-align: left;
  position: absolute;
}

@media screen and (min-width: 600px) {
  #fwrap .footarea .farea01 .addrarea {
    /* 600px以上のとき */
    width: 500px;
    top: 55px;
    left: 552px;
  }
}

@media screen and (max-width: 599px) {
  #fwrap .footarea .farea01 .addrarea {
    width: 360px;
    top: 64px;
    left: 39px;
  }
}

#fwrap .footarea .farea01 .f-access {
  position: absolute;
}

@media screen and (min-width: 600px) {
  #fwrap .footarea .farea01 .f-access {
    /* 600px以上のとき */
    top: 49px;
    left: 910px;
  }
}

@media screen and (max-width: 599px) {
  #fwrap .footarea .farea01 .f-access {
    top: 120px;
    left: 200px;
  }
}

#fwrap .footarea .farea01 .f-mail {
  position: absolute;
}

@media screen and (min-width: 600px) {
  #fwrap .footarea .farea01 .f-mail {
    /* 600px以上のとき */
    top: 55px;
    left: 965px;
  }
}

@media screen and (max-width: 599px) {
  #fwrap .footarea .farea01 .f-mail {
    top: 120px;
    left: 234px;
  }
}

#fwrap .footarea .farea01 .f-youtube {
  position: absolute;
}

@media screen and (min-width: 600px) {
  #fwrap .footarea .farea01 .f-youtube {
    /* 600px以上のとき */
    top: 53px;
    left: 1047px;
  }
}

@media screen and (max-width: 599px) {
  #fwrap .footarea .farea01 .f-youtube {
    top: 118px;
    left: 283px;
  }
}

#fwrap .farea02 {
  position: relative;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  #fwrap .farea02 {
    width: 360px;
  }
}

@media screen and (min-width: 599px) {
  #fwrap .farea02 {
    width: 1220px;
  }
}

#fwrap .farea02 div.fmenu {
  float: left;
  margin: 30px 20px 0 150px;
  text-align: left;
  display: block;
  min-height: 200px;
  height: auto;
  /*padding:0 20px 0 10px; */
}

#fwrap .farea02 div.fmenu .ftitle {
  font-size: 0.9em;
  margin: 0 0 5px 0;
  color: #6a3906;
}

#fwrap .farea02 div.fmenu .ftitle:before {
  color: #3562a3;
  margin: -5px 0 0 5px;
  font-size: 1.0em;
  font-weight: 900;
  padding-right: 10px;
  font-family: "Font Awesome 5 Free";
  content: "\f0c8";
}

#fwrap .farea02 div.fmenu .ftitle ul {
  margin: 10px 0 0 40px;
}

#fwrap .farea02 div.fmenu .ftitle li {
  font-size: 1.0em;
  margin: 0 0 10px 0;
  line-height: 1.5em;
}

#fcopy {
  width: 100%;
  background-color: #fff;
  display: block;
  height: 15px;
  text-align: center;
  padding: 3px 0;
  font-size: 0.8em;
}

#fcopy div {
  margin: 0 auto;
  min-height: 15px;
  height: auto;
  position: relative;
  text-align: center;
  font-size: 0.85em;
}

@media screen and (max-width: 600px) {
  #fcopy div {
    width: 360px;
  }
}

@media screen and (min-width: 599px) {
  #fcopy div {
    width: 1220px;
  }
}
/*# sourceMappingURL=style.css.map */